]> git.sesse.net Git - vlc/blob - debian/changelog
* debian/control:
[vlc] / debian / changelog
1 vlc (0.6.2-2) unstable; urgency=low
2
3   * debian/control:
4     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
5       versions were broken on platforms where PIC/non-PIC cannot be mixed in
6       objects (Closes: #208383).
7     + Set policy to 3.6.1.0.
8
9  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  5 Sep 2003 02:32:54 +0200
10
11 vlc (0.6.2-1) unstable; urgency=low
12
13   * New upstream release.
14   * debian/control:
15     + Added a build-dependency on freetype6-dev.
16     + Added a build-dependency on libdvbpsi2-dev.
17     + We now recommend gnome-vlc | wxvlc.
18     + We now suggest fortune-mod.
19   * This release now uses libfreetype to render subtitles, and we recommend
20     ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
21     needed (Closes: #203013).
22   * extras/faad:
23     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
24   * extras/faad/common/mp4v2:
25     + aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
26       && libtoolize -c -f
27   * extras/mpeg2dec:
28     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
29
30  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  2 Sep 2003 10:45:24 +0200
31
32 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
33
34   * debian/control:
35     + Updated debhelper build-dependency to (>= 3.4.4) because we now
36       use debian/compat.
37     + Use ${misc:Depends} everywhere.
38
39  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
40
41 vlc (0.6.0+cvs-20030716-1) unstable; urgency=low
42
43   * New CVS snapshot.
44   * debian/control:
45     + Set policy to 3.6.0. No changes required.
46     + Extended the package description.
47   * modules/video_output/x11/xcommon.c:
48     + Fix for crashes in the Mozilla plugin (Closes: #200920).
49   * mozilla/*:
50     + Compilation fixes for Mozilla 1.4 headers (Closes: #201093).
51
52  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
53
54 vlc (0.6.0+cvs-20030705-1) unstable; urgency=low
55
56   * New CVS snapshot.
57     + Includes previous Debian fixes.
58     + Errors in plugins now properly trigger build abort so that no build
59       failures are missed. Thanks to LaMont Jones for pointing out the problem.
60   * debian/rules:
61     + Enabled Matroska support.
62     + Only build builtins in the first compile pass so that we don't mix PIC
63       and non-PIC code (Closes: #199968). Phew, I hope I got it right this
64       time.
65   * extras/ffmpeg:
66     + Re-applied the Alpha build fix from 0.6.0+cvs-20030627-2 that had
67       disappeared in 0.6.0+cvs-20030703-1.
68
69  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  5 Jul 2003 01:09:11 +0200
70
71 vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
72
73   * New CVS snapshot.
74     + Includes previous Debian fixes.
75     + Build should be a bit faster now.
76   * extras/faad:
77     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
78   * extras/faad/common/id3lib:
79     + mkdir doc examples
80     + aclocal-1.4 && autoconf && automake-1.4 -a -c && libtoolize -c -f
81   * extras/mpeg2dec:
82     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
83     + Fixes build on parisc (Closes: #199693).
84
85  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  3 Jul 2003 11:25:57 +0200
86
87 vlc (0.6.0+cvs-20030627-2) unstable; urgency=low
88
89   * extras/ffmpeg:
90     + Fixed compilation for Alpha.
91   * debian/rules:
92     + Enabled the video4linux input plugin (Closes: #199427).
93
94  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 29 Jun 2003 21:12:10 +0200
95
96 vlc (0.6.0+cvs-20030627-1) unstable; urgency=low
97
98   * New upstream release.
99   * debian/rules:
100     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
101       so that the rules can be called directly.
102     + Use the -s flag instead of -a so that debhelper properly handles the
103       i386-only plugin packages.
104     + Split the build rule into configure and build.
105   * debian/control:
106     + Removed leading "a"s from package descriptions.
107     + Set policy to 3.5.10.
108
109  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jun 2003 17:55:07 +0200
110
111 vlc (0.5.3-3) unstable; urgency=low
112
113   * Built-in modules were linked twice in the mozilla plugin; removed the
114     non-PIC ones (Closes: #194384).
115
116  -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
117
118 vlc (0.5.3-2) unstable; urgency=low
119
120   * Changed the libvlc0-dev section to libdevel.
121   * We now build the static objects twice: once the normal way before we
122     link them with VLC, and once with -fPIC so that they can be linked to
123     the Mozilla plugin.
124   * Updated extras/faad/config.{sub,guess}.
125
126  -- Samuel Hocevar <sam@zoy.org>  Fri, 14 Apr 2003 15:14:07 +0200
127
128 vlc (0.5.3-1) unstable; urgency=low
129
130   * New upstream release.
131   * Fixed a clock skew issue in debian/rules.
132
133  -- Samuel Hocevar <sam@zoy.org>  Tue,  8 Apr 2003 15:20:20 +0100
134
135 vlc (0.5.2-4) unstable; urgency=low
136
137   * Changed the section of gnome-vlc and kvlc according to new Debian
138     archive sections.
139   * Updated woody-buildpackage so that packages say "stable".
140
141  -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 18:08:01 +0200
142
143 vlc (0.5.2-3) unstable; urgency=low
144
145   * Added explicit dependencies on vlc to legacy packages to make linda and
146     lintian happier.
147   * Added correct versioned build-dependency on debhelper.
148   * Updated the autotools helper files in extras/faad.
149
150  -- Samuel Hocevar <sam@zoy.org>  Wed, 26 Mar 2003 02:50:34 +0100
151
152 vlc (0.5.2-2) unstable; urgency=low
153
154   * Bumped up standards version to 0.5.9.0.
155   * Added build-dependencies on libidl0 and libglib2.0-0 to work around
156     mozilla-dev's currently broken dependencies.
157   * We now link against libdvdread3 instead of libdvdread2.
158
159  -- Samuel Hocevar <sam@zoy.org>  Tue, 25 Mar 2003 23:21:51 +0100
160
161 vlc (0.5.2-1) unstable; urgency=low
162
163   * New upstream release.
164   * Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
165     vlc-plugin-dv packages because the dependencies are quite small, and merged
166     them into the main vlc package.
167   * Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
168     they were not in woody.
169
170  -- Samuel Hocevar <sam@zoy.org>  Tue, 11 Mar 2003 20:32:36 +0100
171
172 vlc (0.5.1-1) unstable; urgency=low
173
174   * New upstream release.
175   * The vlc-glide package is now Architecture: i386 only.
176   * The vlc-plugin-mad package Provides: mp3-decoder.
177   * The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
178
179  -- Samuel Hocevar <sam@zoy.org>  Sat, 15 Feb 2003 03:43:33 +0100
180
181 vlc (0.5.0-1) unstable; urgency=low
182
183   * New upstream release (Closes: #157166).
184   * Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
185   * Build-Depends are now valid (Closes: #147103).
186   * More robust AVI parser (Closes: #158037).
187   * An issue with X taking more and more CPU was fixed (Closes: #153286).
188   * Package now includes a NEWS file.
189   * New package containing a Mozilla plugin.
190   * New codec packages: Ogg/Vorbis, DV.
191   * New GUI package: wxvlc (wxWindows).
192   * New debian/woody-buildpackage file that can be used to build Woody
193     packages.
194   * Made the GNOME desktop entries more user-friendly (Closes: #149749).
195
196  -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
197
198 vlc (0.4.1-1) unstable; urgency=low
199
200   * New upstream release.
201
202  -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
203
204 vlc (0.4.0-1) unstable; urgency=low
205
206   * New upstream release.
207
208  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
209
210 vlc (0.3.1-1) unstable; urgency=low
211
212   * New upstream release.
213   * Fixes a crash in the Gtk+ interface.
214
215  -- Samuel Hocevar <sam@zoy.org>  Thu, 18 Apr 2002 06:43:42 +0200
216
217 vlc (0.3.0-1) unstable; urgency=low
218
219   * New upstream release.
220   * Reworked Gtk interface (Closes: #138732), with a working preferences
221     dialog (Closes: #134142, #134147).
222   * The ALSA plugin now supports S/PDIF (Closes: #118301).
223
224  -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 04:27:50 +0200
225
226 vlc (0.2.92-8) unstable; urgency=high
227
228   * Only link with libXv.a if libXv_pic.a wasn't found, which fixes
229     package builds on sid.
230   * Added -ffunction-sections to the compilation of mpeg_vdec.a when
231     the architecture is hppa.
232
233  -- Samuel Hocevar <sam@zoy.org>  Sun,  6 Jan 2002 06:56:08 +0100
234
235 vlc (0.2.92-7) unstable; urgency=high
236
237   * Fixed configure.in so that it doesn't fail on hppa.
238   * Fixed a symbol resolution issue that made vlc crash when libdvdcss
239     was installed.
240
241  -- Samuel Hocevar <sam@zoy.org>  Sat,  5 Jan 2002 03:46:23 +0100
242
243 vlc (0.2.92-6) unstable; urgency=high
244
245   * Attempt to fix IA64 and hppa builds.
246
247  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 Jan 2002 14:11:02 +0100
248
249 vlc (0.2.92-5) unstable; urgency=high
250
251   * Many fixes imported from the 0.2.92 upstream release (VCD input,
252     buffer management, decoder error management).
253   * Removed a stupid dependency on libc6 which prevented the package
254     from being built on alpha.
255
256  -- Samuel Hocevar <sam@zoy.org>  Wed,  2 Jan 2002 04:16:44 +0100
257
258 vlc (0.2.92-4) unstable; urgency=high
259
260   * Put debian/control and debian/rules in sync again (Closes: #126697).
261   * Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
262     (Closes: #126939).
263   * Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
264     present, which fixes the framebuffer output (Closes: #101753).
265
266  -- Samuel Hocevar <sam@zoy.org>  Sun, 30 Dec 2001 02:59:01 +0100
267
268 vlc (0.2.92-3) unstable; urgency=high
269
270   * Removed references to vlc-mad (Closes: #126194).
271
272  -- Samuel Hocevar <sam@zoy.org>  Sat, 22 Dec 2001 21:04:27 +0100
273
274 vlc (0.2.92-2) unstable; urgency=high
275
276   * Bumped urgency to high to get this stable version into testing; all
277     reported critical bugs were fixed.
278   * Bumped Standards-Version to 3.5.6.
279   * Fixed a PowerPC compilation issue.
280   * Fixed a crash in the VCD input.
281
282  -- Samuel Hocevar <sam@zoy.org>  Thu, 20 Dec 2001 23:24:21 +0100
283
284 vlc (0.2.92-1) unstable; urgency=low
285
286   * Using the stable 0.2.92 CVS branch, has lots of stability fixes.
287   * Disabled broken ALSA audio output (Closes: #110869, #119846).
288   * Changed configure.in so that vlc is linked against libXv.a,
289     not xvideo.so and sdl.so (Closes: #111790).
290   * Added versioned build-dep to libasound2-dev (Closes: #121057).
291
292  -- Samuel Hocevar <sam@zoy.org>  Wed, 19 Dec 2001 17:06:44 +0100
293
294 vlc (0.2.91-2) unstable; urgency=low
295
296   * Added "Video" menu hints (Closes: #121036).
297
298  -- Samuel Hocevar <sam@zoy.org>  Sun, 25 Nov 2001 02:25:34 +0100
299
300 vlc (0.2.91-1) unstable; urgency=low
301
302   * New upstream release.
303   * This release fixes IFO parsing issues (Closes: #119369).
304   * vlc will dlopen() an installed libdvdcss if available, to play
305     encrypted DVDs (Closes: #89856).
306   * vlc is now in sync with the official libdvdcss (Closes: #118194).
307
308  -- Samuel Hocevar <sam@zoy.org>  Mon, 12 Nov 2001 17:14:29 +0100
309
310 vlc (0.2.90-3) unstable; urgency=low
311
312   * Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
313
314  -- Samuel Hocevar <sam@zoy.org>  Fri, 26 Oct 2001 16:06:01 +0200
315
316 vlc (0.2.90-2) unstable; urgency=low
317
318   * Various upstream bugfixes.
319   * Compiled against libsdl1.2-debian (Closes: #116709).
320
321  -- Samuel Hocevar <sam@zoy.org>  Tue, 23 Oct 2001 02:09:39 +0200
322
323 vlc (0.2.90-1) unstable; urgency=low
324
325   * Fixed syntax error in build dependencies (Closes: #109722).
326   * XVideo module now compiled as built-in, to avoid PIC and non-PIC
327     code collision (Closes: #111790).
328
329  -- Samuel Hocevar <sam@zoy.org>  Wed, 10 Oct 2001 15:00:29 +0200
330
331 vlc (0.2.83-2) unstable; urgency=low
332
333   * Fixed build dependencies for architectures not supporting libasound2
334     (Closes: #109722).
335
336  -- Samuel Hocevar <sam@zoy.org>  Fri, 24 Aug 2001 12:47:45 +0200
337
338 vlc (0.2.83-1) unstable; urgency=low
339
340   * New upstream release.
341   * Activated subtitles in overlay mode (Closes: #97471).
342
343  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
344
345 vlc (0.2.82-1) unstable; urgency=low
346
347   * New upstream release.
348   * Fixed broken manpage symlinks (Closes: #99561).
349
350  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
351
352 vlc (0.2.81-1) unstable; urgency=low
353
354   * New upstream release.
355
356  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
357
358 vlc (0.2.80-1) unstable; urgency=low
359
360   * New upstream release.
361
362  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
363
364 vlc (0.2.73-2) unstable; urgency=low
365
366   * We now build without MMX in the main application (Closes: #96036).
367
368  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
369
370 vlc (0.2.73-1) unstable; urgency=low
371
372   * New upstream release.
373
374  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
375
376 vlc (0.2.72-1) unstable; urgency=low
377
378   * New upstream release.
379
380  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
381
382 vlc (0.2.71-1) unstable; urgency=low
383
384   * New upstream release.
385
386  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
387
388 vlc (0.2.70-1) unstable; urgency=low
389
390   * New upstream release.
391   * Non-i386 package builds really fixed (Closes: #89285).
392
393  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
394
395 vlc (0.2.63-3) unstable; urgency=low
396
397   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
398
399  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
400
401 vlc (0.2.63-2) unstable; urgency=low
402
403   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
404
405  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
406
407 vlc (0.2.63-1) unstable; urgency=low
408
409   * New upstream release.
410
411  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
412
413 vlc (0.2.62-2) unstable; urgency=low
414
415   * Removed a few lintian warnings.
416
417  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
418
419 vlc (0.2.62-1) unstable; urgency=low
420
421   * New release. Glide and GGI packages build again.
422   * Updated vlc.1 manpage (Closes: #87478).
423   * Fixed debian/control (Closes: #83707).
424   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
425
426  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
427
428 vlc (0.2.61-1) unstable; urgency=low
429
430   * New release. The package build works again.
431
432  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
433
434 vlc (0.2.60-1) unstable; urgency=low
435
436   * New release. The package build is most presumably FUBAR.
437
438  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
439
440 vlc (0.2.50nocss-1) unstable; urgency=low
441
442   * Only build vlc-glide under x86 (Closes: #84046).
443   * Switched PentiumPro optimization off (Closes: #83707).
444
445  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
446
447 vlc (0.2.50-1) unstable; urgency=low
448
449   * Unstable release.
450
451  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
452
453 vlc (0.1.99i) unstable; urgency=low
454
455   * Fixed the framerate display
456
457  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
458
459 vlc (0.1.99i) unstable; urgency=low
460
461   * fixed the support for field pictures, which involved a few dozens
462     bugs in the video parser and video decoder.
463   * renamed an inconsistent variable in src/input/input_file.c.
464   * added support for I+ synchro (all Is and the first P).
465   * fixed a motion compensation bug which generated some distortion
466     on B images.
467   * fixed a motion compensation bug for skipped macroblocks.
468   * fixed a synchro bug for field images.
469   * fixed the --server option which didn't work if a ~/.vlcrc existed.
470
471  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
472
473 vlc (0.1.99h) unstable; urgency=low
474
475   * added support for the SDL vout : the --display fullscreen allows
476     fullscreen when possible. Disabled by default.
477   * updated debian directory to build vlc-sdl.
478   * removed CCFLAGS flags which were improperly used.
479   * added hints for powerpc build.
480   * fixed the input_file exit bug.
481   * removed the frame statistics output.
482   * removed a verbose message in intf_sdl.c.
483   * added a few sanity checks in the audio mpeg and ac3 decoders.
484   * temporarily got rid of vlc.channels.
485
486  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
487
488 vlc (0.1.99g) unstable; urgency=low
489
490   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
491   * new --synchro flag which lets you force which images are decoded.
492   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
493   * now scaling is on by default, so that people won't tell that the vlc
494     cannot do scaling :-)
495   * fixed 8bpp YUV.
496   * fixed the fscked up Bresenham algorithm in all YUV functions.
497   * fixed a dumb bug in the Makefile that prevented inclusion of the
498     -march=pentium directive. thanks Meuuh, blame sam.
499   * separate Debian packages
500
501  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
502
503 vlc (0.1.99f) unstable; urgency=low
504
505   * plugin detection now works
506   * "gvlc", "fbvlc", "ggivlc" aliases now work
507   * fixed functions that weren't properly inlined
508   * removed bloat from the MMX YUV plugin
509   * vlc.init becomes ~/.vlcrc
510   * removed float operations in the video decoder, and all emms asm functions
511   * borrowed linuxvideo's MMX motion compensation
512   * fixed an undefined symbol in the MMX YUV plugin
513
514  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
515
516 vlc (0.1.99e) unstable; urgency=low
517
518   * new bitstream syntax and slight performance increase
519
520  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
521
522 vlc (0.1.99d) unstable; urgency=low
523
524   * .deb is now more lintian-friendly
525   * removed a few useless warning messages
526   * new plugin API
527   * plugin auto-detection
528   * removed the default --enable-ppro option because it didn't work on K6-2
529   * the framebuffer client now leaves the console in a working state
530   * the dithered 8 bpp YUV transformation works again (blame bbp !)
531   * the YUV transformations are now plugins as well
532   * alternative symlinks like gvlc, fbvlc are now created at compile time
533   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
534   * fixed an endianness problem which occured on iMacs
535
536  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
537
538 vlc (0.1.99c) unstable; urgency=low
539
540   * Caught Delete Window event in Gnome and X11 modes
541   * Fixed manpage
542   * GGI output now works
543   * Fixed a segfault on exit for the Gnome plugin
544   * Sound support almost works under BeOS
545
546  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
547
548 vlc (0.1.99b) unstable; urgency=low
549
550   * Added a ChangeLog file
551   * Updated the VLAN code
552   * Fixed a bug preventing to quit
553
554  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
555
556 vlc (0.1.99a) unstable; urgency=low
557
558   * Fixed some compile flag errors
559
560  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
561
562 vlc (0.1.99-1) unstable; urgency=low
563
564   * Initial Release.
565
566  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
567