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