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