]> git.sesse.net Git - vlc/blob - debian/changelog
* Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
[vlc] / debian / changelog
1 vlc (0.2.83-1) unstable; urgency=low
2
3   * New upstream release.
4   * Activated subtitles in overlay mode (Closes: #97471).
5
6  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
7
8 vlc (0.2.82-1) unstable; urgency=low
9
10   * New upstream release.
11   * Fixed broken manpage symlinks (Closes: #99561).
12
13  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
14
15 vlc (0.2.81-1) unstable; urgency=low
16
17   * New upstream release.
18
19  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
20
21 vlc (0.2.80-1) unstable; urgency=low
22
23   * New upstream release.
24
25  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
26
27 vlc (0.2.73-2) unstable; urgency=low
28
29   * We now build without MMX in the main application (Closes: #96036).
30
31  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
32
33 vlc (0.2.73-1) unstable; urgency=low
34
35   * New upstream release.
36
37  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
38
39 vlc (0.2.72-1) unstable; urgency=low
40
41   * New upstream release.
42
43  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
44
45 vlc (0.2.71-1) unstable; urgency=low
46
47   * New upstream release.
48
49  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
50
51 vlc (0.2.70-1) unstable; urgency=low
52
53   * New upstream release.
54   * Non-i386 package builds really fixed (Closes: #89285).
55
56  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
57
58 vlc (0.2.63-3) unstable; urgency=low
59
60   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
61
62  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
63
64 vlc (0.2.63-2) unstable; urgency=low
65
66   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
67
68  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
69
70 vlc (0.2.63-1) unstable; urgency=low
71
72   * New upstream release.
73
74  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
75
76 vlc (0.2.62-2) unstable; urgency=low
77
78   * Removed a few lintian warnings.
79
80  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
81
82 vlc (0.2.62-1) unstable; urgency=low
83
84   * New release. Glide and GGI packages build again.
85   * Updated vlc.1 manpage (Closes: #87478).
86   * Fixed debian/control (Closes: #83707).
87   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
88
89  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
90
91 vlc (0.2.61-1) unstable; urgency=low
92
93   * New release. The package build works again.
94
95  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
96
97 vlc (0.2.60-1) unstable; urgency=low
98
99   * New release. The package build is most presumably FUBAR.
100
101  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
102
103 vlc (0.2.50-1) unstable; urgency=low
104
105   * Only build vlc-glide under x86 (Closes: #84046).
106   * Switched PentiumPro optimization off (Closes: #83707).
107
108  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
109
110 vlc (0.2.50-1) unstable; urgency=low
111
112   * Unstable release.
113
114  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
115
116 vlc (0.1.99i) unstable; urgency=low
117
118   * Fixed the framerate display
119
120  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
121
122 vlc (0.1.99i) unstable; urgency=low
123
124   * fixed the support for field pictures, which involved a few dozens
125     bugs in the video parser and video decoder.
126   * renamed an inconsistent variable in src/input/input_file.c.
127   * added support for I+ synchro (all Is and the first P).
128   * fixed a motion compensation bug which generated some distortion
129     on B images.
130   * fixed a motion compensation bug for skipped macroblocks.
131   * fixed a synchro bug for field images.
132   * fixed the --server option which didn't work if a ~/.vlcrc existed.
133
134  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
135
136 vlc (0.1.99h) unstable; urgency=low
137
138   * added support for the SDL vout : the --display fullscreen allows
139     fullscreen when possible. Disabled by default.
140   * updated debian directory to build vlc-sdl.
141   * removed CCFLAGS flags which were improperly used.
142   * added hints for powerpc build.
143   * fixed the input_file exit bug.
144   * removed the frame statistics output.
145   * removed a verbose message in intf_sdl.c.
146   * added a few sanity checks in the audio mpeg and ac3 decoders.
147   * temporarily got rid of vlc.channels.
148
149  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
150
151 vlc (0.1.99g) unstable; urgency=low
152
153   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
154   * new --synchro flag which lets you force which images are decoded.
155   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
156   * now scaling is on by default, so that people won't tell that the vlc
157     cannot do scaling :-)
158   * fixed 8bpp YUV.
159   * fixed the fscked up Bresenham algorithm in all YUV functions.
160   * fixed a dumb bug in the Makefile that prevented inclusion of the
161     -march=pentium directive. thanks Meuuh, blame sam.
162   * separate Debian packages
163
164  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
165
166 vlc (0.1.99f) unstable; urgency=low
167
168   * plugin detection now works
169   * "gvlc", "fbvlc", "ggivlc" aliases now work
170   * fixed functions that weren't properly inlined
171   * removed bloat from the MMX YUV plugin
172   * vlc.init becomes ~/.vlcrc
173   * removed float operations in the video decoder, and all emms asm functions
174   * borrowed linuxvideo's MMX motion compensation
175   * fixed an undefined symbol in the MMX YUV plugin
176
177  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
178
179 vlc (0.1.99e) unstable; urgency=low
180
181   * new bitstream syntax and slight performance increase
182
183  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
184
185 vlc (0.1.99d) unstable; urgency=low
186
187   * .deb is now more lintian-friendly
188   * removed a few useless warning messages
189   * new plugin API
190   * plugin auto-detection
191   * removed the default --enable-ppro option because it didn't work on K6-2
192   * the framebuffer client now leaves the console in a working state
193   * the dithered 8 bpp YUV transformation works again (blame bbp !)
194   * the YUV transformations are now plugins as well
195   * alternative symlinks like gvlc, fbvlc are now created at compile time
196   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
197   * fixed an endianness problem which occured on iMacs
198
199  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
200
201 vlc (0.1.99c) unstable; urgency=low
202
203   * Caught Delete Window event in Gnome and X11 modes
204   * Fixed manpage
205   * GGI output now works
206   * Fixed a segfault on exit for the Gnome plugin
207   * Sound support almost works under BeOS
208
209  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
210
211 vlc (0.1.99b) unstable; urgency=low
212
213   * Added a ChangeLog file
214   * Updated the VLAN code
215   * Fixed a bug preventing to quit
216
217  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
218
219 vlc (0.1.99a) unstable; urgency=low
220
221   * Fixed some compile flag errors
222
223  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
224
225 vlc (0.1.99-1) unstable; urgency=low
226
227   * Initial Release.
228
229  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
230
231 Local variables:
232 mode: debian-changelog
233 End: