]> git.sesse.net Git - vlc/blob - debian/changelog
* debian: updated Debian build files.
[vlc] / debian / changelog
1 vlc (0.8.4-test2-2) unstable; urgency=low
2
3   * extras/x264/configure:
4     + Teach the configure script about the Alpha platform.
5
6  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 11 Nov 2005 18:49:31 +0100
7
8 vlc (0.8.4-test2-1) unstable; urgency=low
9
10   * New upstream release.
11   * debian/control:
12     + Build-depend on a newer version of gnutls (Closes: #335774).
13     + Replaced occurrences of "wxwindows" with "wxwidgets" (Closes: #330141).
14   * debian/rules:
15     + Use dh_buildinfo because of all the static libraries we use.
16   * Upstream fixed the wx code so that it builds with newer versions of the
17     library (Closes: #332282, #332773).
18
19  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 11 Nov 2005 10:41:35 +0100
20
21 vlc (0.8.4-svn20050920-3) unstable; urgency=low
22
23   * configure.ac:
24     + Fixed a bug in the gnomevfs plugin configuration.
25   * debian/rules:
26     + Explicitly disable the GnomeVFS plugin (Closes: #329317).
27   * debian/control:
28     + Buuild-depend on yasm on amd64.
29
30  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 21 Sep 2005 11:36:24 +0200
31
32 vlc (0.8.4-svn20050920-2) unstable; urgency=low
33
34   * configure:
35     + Fixed the powerpc build with gcc-4.x.
36   * extras/x264/configure:
37     + Added missing Debian architectures to the configure script.
38
39  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Sep 2005 17:46:35 +0200
40
41 vlc (0.8.4-svn20050920-1) unstable; urgency=low
42
43   * New SVN snapshot.
44   * configure.ac:
45     + Upstream fixed the AltiVec build on PPC.
46   * debian/control:
47     + Build-depend on a newer version of libavcodec. mp2v and mp1v encoders
48       work again (Closes: #324840).
49     + Build-depend on gcc-snapshot on i386 and amd64, because currently only
50       that version of gcc properly builds some of the MMX modules.
51
52  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Sep 2005 13:43:41 +0200
53
54 vlc (0.8.4-svn20050823-2) unstable; urgency=low
55
56   * debian/control:
57     + Build-depend on libflac-dev (>= 1.1.2-3) because of the soname
58       change (Closes: #325948).
59   * debian/copyright:
60     + Fixed the FSF address.
61
62  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  1 Sep 2005 12:36:10 +0200
63
64 vlc (0.8.4-svn20050823-1) unstable; urgency=low
65
66   * New SVN snapshot.
67   * debian/control:
68     + Build-depend on libsmbclient-dev.
69     + Build-depend on libwxgtk2.6-dev (Closes: #285373), which means the
70       interface now works with non-UTF8 locales (Closes: #308770, #322665).
71     + Build-depend on a newer version of libavcodec.
72   * debian/rules:
73     + Activated SMB client support.
74     + Install desktop files in usr/share/applications instead of
75       usr/share/gnome/apps/Multimedia.
76   * debian/patches/00list:
77     + 20_no-wx-updates.dpatch: disabled the update check.
78     + 20_interfaces.dpatch: disabled deprecated patch.
79   * configure.ac:
80     + Fixes powerpc build.
81   * include/network.h src/misc/net.c:
82     + Fixes HTTP input (Closes: #322757).
83     + Fixes URL encoding in the RTSP module (Closes: #323813).
84   * modules/gui/skins2 modules/gui/wxwidgets:
85     + Fixes a compilation issue on 64-bit architectures (Closes: #324031).
86   * modules/visualization/xosd.c:
87     + Fixes libxosd initialisation (Closes: #324039).
88
89  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 22 Aug 2005 14:43:48 +0200
90
91 vlc (0.8.4-svn20050810-2) unstable; urgency=low
92
93   * debian/control:
94     + Build-depend on libarts1-dev (>= 1.4.2-1).
95     + Build-depend on a newer version of libavcodec.
96
97  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 16 Aug 2005 17:36:21 +0200
98
99 vlc (0.8.4-svn20050810-1) unstable; urgency=low
100
101   * New SVN snapshot.
102   * Rebuilt against libaa1 and new wxWin and SDL packages to complete the
103     aalib transition (Closes: #320874) and make the packages installable again
104     (Closes: #319292, #319598, #321461, #322166, #317380).
105   * debian/rules:
106     + Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU.
107   * debian/vlc.desktop:
108     + Added desktop file, thanks to Mantas Kriauciunas (Closes: #290612).
109   * debian/control:
110     + Removed unused dummy packages (Closes: #321988, #322003, #322013).
111     + Build-depend on libmatroska-dev (>= 0.7.7).
112     + Build-depend on libwxgtk2.4-dev (>= 2.4.4).
113     + Build-depend on libdvbpsi4-dev instead of libdvbpsi3-dev.
114     * Build-depend on libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3).
115     + Build-depend on a newer version of libmatroska-dev and mozilla-dev
116       because of the C++ transition.
117     + Build-depend on libsvga1-dev instead of svgalib1-dev.
118   * This snapshot no longer uses tune=opteron on amd64 (Closes: #316161).
119   * The SVN version adds support for Freebox users (Closes: #317035).
120   * Various gcc-4.x FTBFS were fixed upstream (Closes: #317055).
121   * mozilla/support/npunix.c: fixed undeclared NPP_GetJavaClass
122     (Closes: #317067).
123
124  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 10 Aug 2005 16:18:37 +0200
125
126 vlc (0.8.2-1) unstable; urgency=low
127
128   * New upstream release.
129   * This version fixes the random playlist parsing (Closes: #308375), encodes
130     non-ASCII characters in RTSP requests (Closes: #279735) and fixes an issue
131     with large files (Closes: #306110).
132   * debian/control:
133     + Set policy to 3.6.2.1.
134     + Build-depend on libpng12-dev, xlibmesa-gl-dev.
135     + Build-depend on a more recent ffmpeg library set, to fix nasty visual
136       artifacts with post-processing (Closes: #300220).
137     + mozilla-plugin-vlc recommends mozilla-firefox in addition to
138       mozilla-browser (Closes: #308723).
139     + Now that sarge is out, removed legacy packages that disappeared in woody.
140   * debian/rules:
141     + Activated PNG output support.
142     + Activated GLX output support.
143   * The NEWS file documents the changed behaviour for SAP (Closes: #303262).
144   * Minor typo fixed in the manpage (Closes: #300339).
145   * po/de.po: merged corrections from Jens Seidel (Closes: #313890).
146
147  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 26 Jun 2005 16:28:19 +0200
148
149 vlc (0.8.1.svn20050314-1) unstable; urgency=low
150
151   * More recent SVN snapshot.
152   * This snapshot fixes issues in modules/gui/wxwindows/streamout.cpp that
153     caused FTBFS on 64-bit architectures (Closes: #289923).
154   * debian/control:
155     + Build-depend on new libmatroska and libavcodec versions.
156     + Unfortunate return to wxwidgets 2.4 until 2.5 enters testing.
157     + Upgraded libflac-dev build dependency to (>= 1.1.1-5) to resolve
158       dependency issues (Closes: #298067).
159   * debian/vlc.mime: merged Guido Guenther’s contribution (Closes: #297261).
160
161  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 14 Mar 2005 10:53:59 +0100
162
163 vlc (0.8.1-3) unstable; urgency=low
164
165   * debian/control:
166     + Build-depend on fixed ffmpeg packages (Closes: #289444).
167     + Build-depend on a newer libflac-dev so that resulting packages use
168       libflac6 (Closes: #289490).
169   * modules/gui/wxwindows/open.cpp:
170     + Compilation fix for 64 bits systems.
171
172  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 10 Jan 2005 11:10:02 +0100
173
174 vlc (0.8.1-2) unstable; urgency=low
175
176   * debian/control:
177     + Use ffmpeg from Debian instead of the contrib one.
178     + Use wxgtk2.5 instead of 2.4.
179     + Activated the ncurses UI (Closes: #286962).
180   * debian/gnome-vlc.desktop debian/gvlc.desktop:
181     + Fixed the icon location.
182
183  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  6 Jan 2005 18:00:00 +0100
184
185 vlc (0.8.1-1) unstable; urgency=low
186
187   * New upstream release.
188   * debian/gnome-vlc.desktop:
189     + Fixed program path (Closes: #280290).
190   * debian/control:
191     + Require an up-to-date liblivemedia.
192     + Build-depend on libgnutls11-dev.
193
194  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 14 Nov 2004 22:21:23 +0100
195
196 vlc (0.8.0.final-1) unstable; urgency=low
197
198   * Final 0.8.0 upstream release.
199   * src/misc/modules.c:
200     + Fixed a startup issue with the svlc shortcut (Closes: #274376).
201   * debian/control:
202     + Suggest the Mozilla and ALSA plugins. Only mentioned the others in
203       the package description because they are not of notable usefulness
204       (Closes: #275160).
205   * modules/access/http.c:
206     + Fix HTTP proxy handling (Closes: #278381).
207
208  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  3 Nov 2004 14:52:05 +0100
209
210 vlc (0.8.0-test1-1) unstable; urgency=high
211
212   * New upstream tarball.
213   * debian/rules:
214     + Fixed previously broken DVD support.
215     + Removed currently broken Speex support.
216   * debian/control:
217     + Build-depend on libdvdnav.
218
219  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  4 Sep 2004 02:32:49 +0200
220
221 vlc (0.7.2.svn20040827-1) unstable; urgency=high
222
223   * New SVN snapshot.
224   * debian/rules:
225     + Activated x264 support.
226     + Re-enabled libmodplug support.
227     + Build PIC plugins even on x86.
228     + Disabled SLP because its code is broken.
229     + Disabled the GNOME, Qt, GTK+ and KDE interfaces in favour of the
230       WxWidgets one.
231     + Activated HAL support.
232   * debian/control:
233     + Force the vlc-plugin-arts dependencies.
234     + Build-depend on jam and nasm because of x264.
235
236  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 27 Aug 2004 21:31:13 +0200
237
238 vlc (0.7.2.final-11) unstable; urgency=medium
239
240   * configure.ac:
241     + Fixed an LDFLAGS/CFLAGS confusion.
242     + Don't use -finline-limit since it now tries to inline functions that
243       have not been explicitely inlined (Closes: #265673).
244   * debian/patches/20_configure.dpatch:
245     + Don't manage this patch with dpatch since it causes ownership issues.
246
247  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 15 Aug 2004 01:35:35 +0200
248
249 vlc (0.7.2.final-10) unstable; urgency=medium
250
251   * The "I hope I got it right this time" upload.
252   * configure.ac:
253     + Use -maltivec -mabi=altivec for the memcpyaltivec and deinterlace
254       plugins on PowerPC.
255
256  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 10 Aug 2004 18:01:47 +0200
257
258 vlc (0.7.2.final-9) unstable; urgency=low
259
260   * debian/control:
261     + Added a missing dpatch build dependency (Closes: #263363).
262     + Removed the modplug plugin until libmodplug-dev enters Debian.
263
264  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 10 Aug 2004 11:01:15 +0200
265
266 vlc (0.7.2.final-8) unstable; urgency=low
267
268   * debian/control:
269     + Added a missing dpatch build dependency.
270   * configure.ac:
271     + Fixed the powerpc build by conditionally re-enabling -maltivec
272       -mabi=altivec.
273
274  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Jul 2004 00:05:58 +0200
275
276 vlc (0.7.2.final-7) unstable; urgency=low
277
278   * debian/rules:
279     + Switch build system to dpatch.
280
281  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 29 Jul 2004 17:03:51 +0200
282
283 vlc (0.7.2.final-6) unstable; urgency=low
284
285   * configure.ac: don't use -maltivec -mabi=altivec, because we don't want
286     to trigger AltiVec optimisations in our generic code (Closes: #256578,
287     Closes: #260819).
288
289  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 23 Jul 2004 17:21:21 +0200
290
291 vlc (0.7.2.final-5) unstable; urgency=low
292
293   * debian/control:
294     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
295       versions of this library.
296     + Recommend the videolan-doc package.
297     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
298       unappropriate moment.
299   * debian/README.Debian:
300     + Removed mention of the libmpeg2 tree, which we no longer provide.
301
302  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Jul 2004 11:25:17 +0200
303
304 vlc (0.7.2.final-4) unstable; urgency=low
305
306   * debian/rules:
307     + Activated Theora support (Closes: #259061).
308     + Re-enabled the KDE plugin (Closes: #258295).
309   * debian/control:
310     + Set policy to 3.6.1.1.
311
312  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 13 Jul 2004 00:21:20 +0200
313
314 vlc (0.7.2.final-3) unstable; urgency=low
315
316   * extras/ffmpeg/configure: fixed HPPA architecture detection.
317
318  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 25 Jun 2004 11:55:33 +0200
319
320 vlc (0.7.2.final-2) unstable; urgency=low
321
322   * extras/ffmpeg/libavcodec/svq1.c: fixed vector/vect namespace issues on
323     powerpc.
324
325  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 22 Jun 2004 15:21:09 +0200
326
327 vlc (0.7.2.final-1) unstable; urgency=low
328
329   * New upstream release.
330   * Temporarily disabled the KDE GUI plugin.
331
332  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 29 May 2004 00:06:48 -0300
333
334 vlc (0.7.2-test2-1) unstable; urgency=low
335
336   * New upstream snapshot.
337
338  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  6 May 2004 11:11:25 +0200
339
340 vlc (0.7.2-test1-4) unstable; urgency=low
341
342   * extras/ffmpeg/libacvodec/Makefile:
343     + Fixed a PARISC/HPPA mix-up.
344   * src/interface/interface.c:
345     + Removed the "switch interface" menu due to wxwin's utter bugosity.
346
347  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Apr 2004 13:15:59 +0200
348
349 vlc (0.7.2-test1-3) unstable; urgency=low
350
351   * configure.ac:
352     + Link DTS plugins with libdts_pic.a, not libdts.a.
353   * debian/control:
354     + Build-depend on libid3tag0-dev for ID3 tag support.
355     + Made vlc depend on wxvlc for the moment.
356   * extras/ffmpeg/libacvodec/Makefile:
357     + Build motion_est.c with -O1.
358
359  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Apr 2004 10:49:59 +0200
360
361 vlc (0.7.2-test1-2) unstable; urgency=low
362
363   * debian/control:
364     + Build-depend on libxml2-dev.
365   * extras/ffmpeg/libavcodec/ppc/dsputil_altivec.c:
366     + Syntax fixes for powerpc.
367
368  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 28 Apr 2004 12:49:18 +0200
369
370 vlc (0.7.2-test1-1) unstable; urgency=low
371
372   * New SVN snapshot.
373   * The skinned interface is now the default one (Closes: #245210).
374   * debian/control:
375     + Removed the libdv2-dev build-dependency.
376     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
377     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
378     + Build-depend on libfribidi-dev.
379     + Build-depend on libcdio-dev.
380     + Build-depend on libmodplug-dev.
381   * debian/rules:
382     + Activated fribidi support.
383     + Activated CDDA support via libcdio.
384     + Activated MOD support.
385   * configure.ac:
386     + Re-enabled i420_yuy2_altivec.
387   * src/interface/interface.c:
388     + Disable unavailable interfaces from the switch menu (Closes: #245209).
389
390  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 26 Apr 2004 16:30:25 +0200
391
392 vlc (0.7.1-7) unstable; urgency=high
393
394   * debian/control:
395     + Override kdelibs4's shlibs value to get VLC into testing.
396     + No longer build-depend on dvb-dev.
397
398  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Apr 2004 18:00:40 +0200
399
400 vlc (0.7.1-6) unstable; urgency=low
401
402   * debian/control:
403     + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
404       on ppc/mpegvideo_altivec.o (Closes: #236442).
405     + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
406
407  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  6 Apr 2004 10:27:35 +0200
408
409 vlc (0.7.1-5) unstable; urgency=low
410
411   * debian/control:
412     + Added a build-dependency on libaudiofile-dev to fix the m68k build.
413   * debian/rules:
414     + Added symlinks for mozilla-firefox (Closes: #239352).
415
416  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 30 Mar 2004 23:10:20 +0200
417
418 vlc (0.7.1-4) unstable; urgency=medium
419
420   * extras/ffmpeg/libavcodec/ppc/mpegvideo_ppc.c:
421     + Replaced fprintf() with av_log() to fix the powerpc build.
422
423  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 21 Mar 2004 13:59:07 +0100
424
425 vlc (0.7.1-3) unstable; urgency=medium
426
427   * debian/rules:
428     + Activated DTS decoding support.
429   * debian/control:
430     + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
431     + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
432
433  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 20 Mar 2004 18:13:43 +0100
434
435 vlc (0.7.1-2) unstable; urgency=medium
436
437   * debian/control:
438     + Build-depend on zlib1g-dev because ffmpeg uses it by default.
439   * configure.ac:
440     + Add -lz to the link flags for plugins that use ffmpeg.
441     + Disabled i420_yuy2_altivec for now, because it only has a C version of
442       the AltiVec routines.
443
444  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  4 Mar 2004 17:34:58 +0100
445
446 vlc (0.7.1-1) unstable; urgency=medium
447
448   * New upstream release.
449   * debian/copyright:
450     + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
451   * mozilla/vlcplugin.h:
452     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes: #232690).
453
454  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  3 Mar 2004 10:47:21 +0100
455
456 vlc (0.7.0-3) unstable; urgency=medium
457
458   * ppc/mpegvideo_altivec.c:
459     + Build this file with GCC 3.2 to work around an ICE.
460
461  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 21 Jan 2004 15:36:30 +0100
462
463 vlc (0.7.0-2) unstable; urgency=low
464
465   * debian/rules:
466     + Look for faad in extras/faad2, not extras/faad.
467   * modules/demux/mkv.cpp:
468     + Updated mkv module for the latest Matroska version (Closes: #227923).
469   * modules/video_output/caca.c:
470     + Updated caca module for the latest libcaca version.
471
472  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Jan 2004 18:30:58 +0100
473
474 vlc (0.7.0-1) unstable; urgency=low
475
476   * New upstream release.
477   * debian/control:
478     + Build-depend on fixed dvb-dev packages.
479     + Build-depend on fixed linux-kernel-headers packages.
480   * debian/rules:
481     + Look for faad in extras/faad2, not extras/faad.
482     + Enable postprocessing in the ffmpeg configuration.
483     + Activated libcaca video output.
484   * doc/vlc.1:
485     + Fixed a minor typo (Closes: #223605).
486
487  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun,  4 Jan 2004 03:29:22 +0100
488
489 vlc (0.6.2+cvs20031030-2) unstable; urgency=low
490
491   * debian/control:
492     + Build-depend on a newer wxwindows version to avoid incompatibilities.
493     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
494       because these packages cannot be installed together.
495   * debian/rules:
496     + Temporarily disabled the framebuffer video output plugin because of
497       current code errors in linux-kernel-headers.
498
499  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  1 Nov 2003 11:01:40 +0100
500
501 vlc (0.6.2+cvs20031030-1) unstable; urgency=low
502
503   * New CVS snapshot.
504   * debian/rules:
505     + Disabled the deprecated satellite plugin; the dvb plugin is now
506       the recommended one (Closes: #216367).
507     + Don't install fortunes in /usr/share/games, they are too private for
508       common mortals (Closes: #212856). They are still available in the
509       /usr/share/doc/vlc directory though.
510     + Activated the speex codec.
511     + Activated the PVR input module.
512   * debian/control:
513     + Depend on ttf-freefont for subtitles.
514     + Upgraded debhelper build-dependency to (>= 4.0).
515
516  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 31 Oct 2003 11:08:57 +0100
517
518 vlc (0.6.2-3) unstable; urgency=low
519
520   * debian/control:
521     + Set libxosd-dev build-dependency to (>= 2.2.4-1.3) because previous
522       versions were broken on s390 (Closes: #208383).
523     + Rewrote long descriptions (Closes: #209602, #209615, #209628, #209636,
524       Closes: #209774, #209914, #210028, #210095).
525
526  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 15 Sep 2003 21:28:43 +0200
527
528 vlc (0.6.2-2) unstable; urgency=low
529
530   * debian/control:
531     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
532       versions were broken on platforms where PIC/non-PIC cannot be mixed in
533       objects (Closes: #208383).
534     + Set policy to 3.6.1.0.
535
536  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  5 Sep 2003 02:32:54 +0200
537
538 vlc (0.6.2-1) unstable; urgency=low
539
540   * New upstream release.
541   * debian/control:
542     + Added a build-dependency on freetype6-dev.
543     + Added a build-dependency on libdvbpsi2-dev.
544     + We now recommend gnome-vlc | wxvlc.
545     + We now suggest fortune-mod.
546   * This release now uses libfreetype to render subtitles, and we recommend
547     ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
548     needed (Closes: #203013).
549   * extras/faad:
550     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
551   * extras/faad/common/mp4v2:
552     + aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
553       && libtoolize -c -f
554   * extras/mpeg2dec:
555     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
556
557  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  2 Sep 2003 10:45:24 +0200
558
559 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
560
561   * debian/control:
562     + Updated debhelper build-dependency to (>= 3.4.4) because we now
563       use debian/compat.
564     + Use ${misc:Depends} everywhere.
565
566  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
567
568 vlc (0.6.0+cvs-20030716-1) unstable; urgency=low
569
570   * New CVS snapshot.
571   * debian/control:
572     + Set policy to 3.6.0. No changes required.
573     + Extended the package description.
574   * modules/video_output/x11/xcommon.c:
575     + Fix for crashes in the Mozilla plugin (Closes: #200920).
576   * mozilla/*:
577     + Compilation fixes for Mozilla 1.4 headers (Closes: #201093).
578
579  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
580
581 vlc (0.6.0+cvs-20030705-1) unstable; urgency=low
582
583   * New CVS snapshot.
584     + Includes previous Debian fixes.
585     + Errors in plugins now properly trigger build abort so that no build
586       failures are missed. Thanks to LaMont Jones for pointing out the problem.
587   * debian/rules:
588     + Enabled Matroska support.
589     + Only build builtins in the first compile pass so that we don't mix PIC
590       and non-PIC code (Closes: #199968). Phew, I hope I got it right this
591       time.
592   * extras/ffmpeg:
593     + Re-applied the Alpha build fix from 0.6.0+cvs-20030627-2 that had
594       disappeared in 0.6.0+cvs-20030703-1.
595
596  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  5 Jul 2003 01:09:11 +0200
597
598 vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
599
600   * New CVS snapshot.
601     + Includes previous Debian fixes.
602     + Build should be a bit faster now.
603   * extras/faad:
604     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
605   * extras/faad/common/id3lib:
606     + mkdir doc examples
607     + aclocal-1.4 && autoconf && automake-1.4 -a -c && libtoolize -c -f
608   * extras/mpeg2dec:
609     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
610     + Fixes build on parisc (Closes: #199693).
611
612  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  3 Jul 2003 11:25:57 +0200
613
614 vlc (0.6.0+cvs-20030627-2) unstable; urgency=low
615
616   * extras/ffmpeg:
617     + Fixed compilation for Alpha.
618   * debian/rules:
619     + Enabled the video4linux input plugin (Closes: #199427).
620
621  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 29 Jun 2003 21:12:10 +0200
622
623 vlc (0.6.0+cvs-20030627-1) unstable; urgency=low
624
625   * New upstream release.
626   * debian/rules:
627     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
628       so that the rules can be called directly.
629     + Use the -s flag instead of -a so that debhelper properly handles the
630       i386-only plugin packages.
631     + Split the build rule into configure and build.
632   * debian/control:
633     + Removed leading "a"s from package descriptions.
634     + Set policy to 3.5.10.
635
636  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jun 2003 17:55:07 +0200
637
638 vlc (0.5.3-3) unstable; urgency=low
639
640   * Built-in modules were linked twice in the mozilla plugin; removed the
641     non-PIC ones (Closes: #194384).
642
643  -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
644
645 vlc (0.5.3-2) unstable; urgency=low
646
647   * Changed the libvlc0-dev section to libdevel.
648   * We now build the static objects twice: once the normal way before we
649     link them with VLC, and once with -fPIC so that they can be linked to
650     the Mozilla plugin.
651   * Updated extras/faad/config.{sub,guess}.
652
653  -- Samuel Hocevar <sam@zoy.org>  Fri, 14 Apr 2003 15:14:07 +0200
654
655 vlc (0.5.3-1) unstable; urgency=low
656
657   * New upstream release.
658   * Fixed a clock skew issue in debian/rules.
659
660  -- Samuel Hocevar <sam@zoy.org>  Tue,  8 Apr 2003 15:20:20 +0100
661
662 vlc (0.5.2-4) unstable; urgency=low
663
664   * Changed the section of gnome-vlc and kvlc according to new Debian
665     archive sections.
666   * Updated woody-buildpackage so that packages say "stable".
667
668  -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 18:08:01 +0200
669
670 vlc (0.5.2-3) unstable; urgency=low
671
672   * Added explicit dependencies on vlc to legacy packages to make linda and
673     lintian happier.
674   * Added correct versioned build-dependency on debhelper.
675   * Updated the autotools helper files in extras/faad.
676
677  -- Samuel Hocevar <sam@zoy.org>  Wed, 26 Mar 2003 02:50:34 +0100
678
679 vlc (0.5.2-2) unstable; urgency=low
680
681   * Bumped up standards version to 0.5.9.0.
682   * Added build-dependencies on libidl0 and libglib2.0-0 to work around
683     mozilla-dev's currently broken dependencies.
684   * We now link against libdvdread3 instead of libdvdread2.
685
686  -- Samuel Hocevar <sam@zoy.org>  Tue, 25 Mar 2003 23:21:51 +0100
687
688 vlc (0.5.2-1) unstable; urgency=low
689
690   * New upstream release.
691   * Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
692     vlc-plugin-dv packages because the dependencies are quite small, and merged
693     them into the main vlc package.
694   * Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
695     they were not in woody.
696
697  -- Samuel Hocevar <sam@zoy.org>  Tue, 11 Mar 2003 20:32:36 +0100
698
699 vlc (0.5.1-1) unstable; urgency=low
700
701   * New upstream release.
702   * The vlc-glide package is now Architecture: i386 only.
703   * The vlc-plugin-mad package Provides: mp3-decoder.
704   * The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
705
706  -- Samuel Hocevar <sam@zoy.org>  Sat, 15 Feb 2003 03:43:33 +0100
707
708 vlc (0.5.0-1) unstable; urgency=low
709
710   * New upstream release (Closes: #157166).
711   * Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
712   * Build-Depends are now valid (Closes: #147103).
713   * More robust AVI parser (Closes: #158037).
714   * An issue with X taking more and more CPU was fixed (Closes: #153286).
715   * Package now includes a NEWS file.
716   * New package containing a Mozilla plugin.
717   * New codec packages: Ogg/Vorbis, DV.
718   * New GUI package: wxvlc (wxWindows).
719   * New debian/woody-buildpackage file that can be used to build Woody
720     packages.
721   * Made the GNOME desktop entries more user-friendly (Closes: #149749).
722
723  -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
724
725 vlc (0.4.1-1) unstable; urgency=low
726
727   * New upstream release.
728
729  -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
730
731 vlc (0.4.0-1) unstable; urgency=low
732
733   * New upstream release.
734
735  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
736
737 vlc (0.3.1-1) unstable; urgency=low
738
739   * New upstream release.
740   * Fixes a crash in the Gtk+ interface.
741
742  -- Samuel Hocevar <sam@zoy.org>  Thu, 18 Apr 2002 06:43:42 +0200
743
744 vlc (0.3.0-1) unstable; urgency=low
745
746   * New upstream release.
747   * Reworked Gtk interface (Closes: #138732), with a working preferences
748     dialog (Closes: #134142, #134147).
749   * The ALSA plugin now supports S/PDIF (Closes: #118301).
750
751  -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 04:27:50 +0200
752
753 vlc (0.2.92-8) unstable; urgency=high
754
755   * Only link with libXv.a if libXv_pic.a wasn't found, which fixes
756     package builds on sid.
757   * Added -ffunction-sections to the compilation of mpeg_vdec.a when
758     the architecture is hppa.
759
760  -- Samuel Hocevar <sam@zoy.org>  Sun,  6 Jan 2002 06:56:08 +0100
761
762 vlc (0.2.92-7) unstable; urgency=high
763
764   * Fixed configure.in so that it doesn't fail on hppa.
765   * Fixed a symbol resolution issue that made vlc crash when libdvdcss
766     was installed.
767
768  -- Samuel Hocevar <sam@zoy.org>  Sat,  5 Jan 2002 03:46:23 +0100
769
770 vlc (0.2.92-6) unstable; urgency=high
771
772   * Attempt to fix IA64 and hppa builds.
773
774  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 Jan 2002 14:11:02 +0100
775
776 vlc (0.2.92-5) unstable; urgency=high
777
778   * Many fixes imported from the 0.2.92 upstream release (VCD input,
779     buffer management, decoder error management).
780   * Removed a stupid dependency on libc6 which prevented the package
781     from being built on alpha.
782
783  -- Samuel Hocevar <sam@zoy.org>  Wed,  2 Jan 2002 04:16:44 +0100
784
785 vlc (0.2.92-4) unstable; urgency=high
786
787   * Put debian/control and debian/rules in sync again (Closes: #126697).
788   * Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
789     (Closes: #126939).
790   * Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
791     present, which fixes the framebuffer output (Closes: #101753).
792
793  -- Samuel Hocevar <sam@zoy.org>  Sun, 30 Dec 2001 02:59:01 +0100
794
795 vlc (0.2.92-3) unstable; urgency=high
796
797   * Removed references to vlc-mad (Closes: #126194).
798
799  -- Samuel Hocevar <sam@zoy.org>  Sat, 22 Dec 2001 21:04:27 +0100
800
801 vlc (0.2.92-2) unstable; urgency=high
802
803   * Bumped urgency to high to get this stable version into testing; all
804     reported critical bugs were fixed.
805   * Bumped Standards-Version to 3.5.6.
806   * Fixed a PowerPC compilation issue.
807   * Fixed a crash in the VCD input.
808
809  -- Samuel Hocevar <sam@zoy.org>  Thu, 20 Dec 2001 23:24:21 +0100
810
811 vlc (0.2.92-1) unstable; urgency=low
812
813   * Using the stable 0.2.92 CVS branch, has lots of stability fixes.
814   * Disabled broken ALSA audio output (Closes: #110869, #119846).
815   * Changed configure.in so that vlc is linked against libXv.a,
816     not xvideo.so and sdl.so (Closes: #111790).
817   * Added versioned build-dep to libasound2-dev (Closes: #121057).
818
819  -- Samuel Hocevar <sam@zoy.org>  Wed, 19 Dec 2001 17:06:44 +0100
820
821 vlc (0.2.91-2) unstable; urgency=low
822
823   * Added "Video" menu hints (Closes: #121036).
824
825  -- Samuel Hocevar <sam@zoy.org>  Sun, 25 Nov 2001 02:25:34 +0100
826
827 vlc (0.2.91-1) unstable; urgency=low
828
829   * New upstream release.
830   * This release fixes IFO parsing issues (Closes: #119369).
831   * vlc will dlopen() an installed libdvdcss if available, to play
832     encrypted DVDs (Closes: #89856).
833   * vlc is now in sync with the official libdvdcss (Closes: #118194).
834
835  -- Samuel Hocevar <sam@zoy.org>  Mon, 12 Nov 2001 17:14:29 +0100
836
837 vlc (0.2.90-3) unstable; urgency=low
838
839   * Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
840
841  -- Samuel Hocevar <sam@zoy.org>  Fri, 26 Oct 2001 16:06:01 +0200
842
843 vlc (0.2.90-2) unstable; urgency=low
844
845   * Various upstream bugfixes.
846   * Compiled against libsdl1.2-debian (Closes: #116709).
847
848  -- Samuel Hocevar <sam@zoy.org>  Tue, 23 Oct 2001 02:09:39 +0200
849
850 vlc (0.2.90-1) unstable; urgency=low
851
852   * Fixed syntax error in build dependencies (Closes: #109722).
853   * XVideo module now compiled as built-in, to avoid PIC and non-PIC
854     code collision (Closes: #111790).
855
856  -- Samuel Hocevar <sam@zoy.org>  Wed, 10 Oct 2001 15:00:29 +0200
857
858 vlc (0.2.83-2) unstable; urgency=low
859
860   * Fixed build dependencies for architectures not supporting libasound2
861     (Closes: #109722).
862
863  -- Samuel Hocevar <sam@zoy.org>  Fri, 24 Aug 2001 12:47:45 +0200
864
865 vlc (0.2.83-1) unstable; urgency=low
866
867   * New upstream release.
868   * Activated subtitles in overlay mode (Closes: #97471).
869
870  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
871
872 vlc (0.2.82-1) unstable; urgency=low
873
874   * New upstream release.
875   * Fixed broken manpage symlinks (Closes: #99561).
876
877  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
878
879 vlc (0.2.81-1) unstable; urgency=low
880
881   * New upstream release.
882
883  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
884
885 vlc (0.2.80-1) unstable; urgency=low
886
887   * New upstream release.
888
889  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
890
891 vlc (0.2.73-2) unstable; urgency=low
892
893   * We now build without MMX in the main application (Closes: #96036).
894
895  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
896
897 vlc (0.2.73-1) unstable; urgency=low
898
899   * New upstream release.
900
901  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
902
903 vlc (0.2.72-1) unstable; urgency=low
904
905   * New upstream release.
906
907  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
908
909 vlc (0.2.71-1) unstable; urgency=low
910
911   * New upstream release.
912
913  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
914
915 vlc (0.2.70-1) unstable; urgency=low
916
917   * New upstream release.
918   * Non-i386 package builds really fixed (Closes: #89285).
919
920  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
921
922 vlc (0.2.63-3) unstable; urgency=low
923
924   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
925
926  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
927
928 vlc (0.2.63-2) unstable; urgency=low
929
930   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
931
932  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
933
934 vlc (0.2.63-1) unstable; urgency=low
935
936   * New upstream release.
937
938  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
939
940 vlc (0.2.62-2) unstable; urgency=low
941
942   * Removed a few lintian warnings.
943
944  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
945
946 vlc (0.2.62-1) unstable; urgency=low
947
948   * New release. Glide and GGI packages build again.
949   * Updated vlc.1 manpage (Closes: #87478).
950   * Fixed debian/control (Closes: #83707).
951   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
952
953  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
954
955 vlc (0.2.61-1) unstable; urgency=low
956
957   * New release. The package build works again.
958
959  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
960
961 vlc (0.2.60-1) unstable; urgency=low
962
963   * New release. The package build is most presumably FUBAR.
964
965  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
966
967 vlc (0.2.50nocss-1) unstable; urgency=low
968
969   * Only build vlc-glide under x86 (Closes: #84046).
970   * Switched PentiumPro optimization off (Closes: #83707).
971
972  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
973
974 vlc (0.2.50-1) unstable; urgency=low
975
976   * Unstable release.
977
978  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
979
980 vlc (0.1.99i) unstable; urgency=low
981
982   * Fixed the framerate display
983
984  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
985
986 vlc (0.1.99i) unstable; urgency=low
987
988   * fixed the support for field pictures, which involved a few dozens
989     bugs in the video parser and video decoder.
990   * renamed an inconsistent variable in src/input/input_file.c.
991   * added support for I+ synchro (all Is and the first P).
992   * fixed a motion compensation bug which generated some distortion
993     on B images.
994   * fixed a motion compensation bug for skipped macroblocks.
995   * fixed a synchro bug for field images.
996   * fixed the --server option which didn't work if a ~/.vlcrc existed.
997
998  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
999
1000 vlc (0.1.99h) unstable; urgency=low
1001
1002   * added support for the SDL vout : the --display fullscreen allows
1003     fullscreen when possible. Disabled by default.
1004   * updated debian directory to build vlc-sdl.
1005   * removed CCFLAGS flags which were improperly used.
1006   * added hints for powerpc build.
1007   * fixed the input_file exit bug.
1008   * removed the frame statistics output.
1009   * removed a verbose message in intf_sdl.c.
1010   * added a few sanity checks in the audio mpeg and ac3 decoders.
1011   * temporarily got rid of vlc.channels.
1012
1013  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
1014
1015 vlc (0.1.99g) unstable; urgency=low
1016
1017   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
1018   * new --synchro flag which lets you force which images are decoded.
1019   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
1020   * now scaling is on by default, so that people won't tell that the vlc
1021     cannot do scaling :-)
1022   * fixed 8bpp YUV.
1023   * fixed the fscked up Bresenham algorithm in all YUV functions.
1024   * fixed a dumb bug in the Makefile that prevented inclusion of the
1025     -march=pentium directive. thanks Meuuh, blame sam.
1026   * separate Debian packages
1027
1028  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
1029
1030 vlc (0.1.99f) unstable; urgency=low
1031
1032   * plugin detection now works
1033   * "gvlc", "fbvlc", "ggivlc" aliases now work
1034   * fixed functions that weren't properly inlined
1035   * removed bloat from the MMX YUV plugin
1036   * vlc.init becomes ~/.vlcrc
1037   * removed float operations in the video decoder, and all emms asm functions
1038   * borrowed linuxvideo's MMX motion compensation
1039   * fixed an undefined symbol in the MMX YUV plugin
1040
1041  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
1042
1043 vlc (0.1.99e) unstable; urgency=low
1044
1045   * new bitstream syntax and slight performance increase
1046
1047  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
1048
1049 vlc (0.1.99d) unstable; urgency=low
1050
1051   * .deb is now more lintian-friendly
1052   * removed a few useless warning messages
1053   * new plugin API
1054   * plugin auto-detection
1055   * removed the default --enable-ppro option because it didn't work on K6-2
1056   * the framebuffer client now leaves the console in a working state
1057   * the dithered 8 bpp YUV transformation works again (blame bbp !)
1058   * the YUV transformations are now plugins as well
1059   * alternative symlinks like gvlc, fbvlc are now created at compile time
1060   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
1061   * fixed an endianness problem which occurred on iMacs
1062
1063  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
1064
1065 vlc (0.1.99c) unstable; urgency=low
1066
1067   * Caught Delete Window event in Gnome and X11 modes
1068   * Fixed manpage
1069   * GGI output now works
1070   * Fixed a segfault on exit for the Gnome plugin
1071   * Sound support almost works under BeOS
1072
1073  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
1074
1075 vlc (0.1.99b) unstable; urgency=low
1076
1077   * Added a ChangeLog file
1078   * Updated the VLAN code
1079   * Fixed a bug preventing to quit
1080
1081  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
1082
1083 vlc (0.1.99a) unstable; urgency=low
1084
1085   * Fixed some compile flag errors
1086
1087  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
1088
1089 vlc (0.1.99-1) unstable; urgency=low
1090
1091   * Initial Release.
1092
1093  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
1094