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