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