]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
debian/changelog: Prepare for upload.
[youtubedl] / debian / changelog
1 youtube-dl (2011.08.04-1) unstable; urgency=low
2
3 * Imported Upstream version 2011.08.04. Highlight:
4 + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
5 Thanks for all those that were kind enough to notify me.
6 + Includes robustness fixes for youtube videos, including a fix (dated
7 2011-02-25, which I forgot to include) to cope with videos whose IDs
8 begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
9 forgetting about this!
10 * debian: Add a README.source file describing how the package is
11 usually made.
12
13 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
14
15 youtube-dl (2011.02.25b-1) unstable; urgency=low
16
17 * New upstream release. Some highlights:
18 + Enable artist playlists in YoutubePlaylistIE.
19 + Add support for getting videos from Facebook.
20 + Support more common YouTube playlist URLs
21 + Extract audio from your videos using ffmpeg as a postprocessor.
22 * debian/control:
23 + Add recommends on ffmpeg.
24 + Update the list of sites supported by youtube-dl in the long
25 description.
26 * debian/patches/*:
27 + Refresh.
28
29 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
30
31 youtube-dl (2011.01.30-2) unstable; urgency=low
32
33 * debian/control:
34 + include build-depends-indep on perl, for pod2man (not used during clean).
35 + update the build-dependency on debhelper (we use the override feature).
36 * debian/rules:
37 + generate the actual manpage from the pod source at build time.
38
39 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
40
41 youtube-dl (2011.01.30-1) unstable; urgency=low
42
43 * New upstream release. Some highlights:
44 + options -b and -f are removed.
45 + fix progress report when continuing partial downloads.
46 + request compressed pages by default.
47 + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
48 + add option --dump-user-agent.
49 + add option --console-title.
50 + add option --no-part.
51 + add option --get-filename.
52 + set downloaded file mtime to the last-modified header, if possible.
53 + add option --no-mtime.
54 * debian/control:
55 + update dependency on python's minimum version to 2.5.
56 * debian/youtube-dl.pod:
57 + update a lot.
58
59 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
60
61 youtube-dl (2010.12.09-1) unstable; urgency=low
62
63 * New upstream release:
64 + Use filename with suffix .part while the download is still incomplete.
65 + Add support for downloading files from depositfiles.com.
66 + Fix recent changes in youtube.com. Closes: #606537.
67 * debian/watch:
68 + Update to work with the github redirector.
69 * debian/youtube-dl.pod:
70 + Add short description on youtube.com's video formats.
71 Based on Nicola Ferralis's patch. Closes: #605311.
72 + Add description of options -A, --playlist-start, and --playlist-end
73 options. Thanks to Josh Triplett. Closes: #604983.
74 * debian/patches:
75 + refresh patch.
76
77 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
78
79 youtube-dl (2010.11.19-1) unstable; urgency=low
80
81 * New upstream release. Highlights:
82 + Fix downloading of RTMP URL's.
83 + Added command line switch (-A) to auto-number downloads.
84 + Allow comments in batchfiles.
85 + Add option to specify the video to end at in a playlist.
86 * debian/{watch,control}:
87 + Update for the move from bitbucket to github.
88 * debian/patches:
89 + refresh patch.
90
91 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
92
93 youtube-dl (2010.10.24-2) unstable; urgency=low
94
95 * The "I forgot to save the changelog file" release.
96 * The highlights of the new release are:
97 + Add --cookies option to allow saving cookies to disk
98 (primarily to be used with external downloaders: e.g., aria2c).
99 + Support "https" both for YouTube URLs and for login.
100 * debian/patches:
101 + refresh patch.
102
103 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
104
105 youtube-dl (2010.10.24-1) unstable; urgency=low
106
107 * New upstream release.
108
109 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
110
111 youtube-dl (2010.10.03-1) unstable; urgency=low
112
113 * The "upload from sunny California" release
114 * New upstream release:
115 + Downloading manually the release 2010.10.03 corresponding to
116 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
117 + Abort downloads that can't be written to the disk
118 + Fix downloading some videos from metacafe.com
119 + Try to discover the video extension from metacafe.com
120 + Allow #! in youtube urls
121 + Fix extraction of uploader nickname on dailymotion
122 + Support downloads from youtube-nocookie.com urls
123 + Code improvements in general
124 + Retry that fail with codes 5xx on youtube
125 * debian/patches/*:
126 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
127 + update the patch to apply to new versions of youtube-dl
128 + re-enable the patch to give preference to webm videos
129
130 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
131
132 youtube-dl (2010.08.04-1) unstable; urgency=low
133
134 * New upstream release:
135 + Fix metacafe.com code not working due to gdaKey again
136 + Add option (--playlist-start) to specify the initial video for playlists
137 + Put back -b option as a placeholder with a warning message
138 + Consider the file downloaded if the size differs in less than 100 bytes
139 + Reorganize request code to make it a bit more robust
140 + Properly detect YouTube error messages to print them on screen
141 * debian/control:
142 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
143 + The package complies with Policy 3.9.1 without any other changes.
144 * debian/watch:
145 + Remove commented lines.
146 * debian/youtube-dl.pod:
147 + Update the manpage to include newer options.
148 + Don't mention removed options anymore. Closes: #590825, #592368.
149
150 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
151
152 youtube-dl (2010.07.24-1) unstable; urgency=medium
153
154 * Urgency medium due to changes in the site that broke earlier versions.
155 * New upstream release:
156 + restore support for WebM formats.
157 * debian/changelog:
158 + fix entry that stated incorrect removed options. Closes: #590144.
159
160 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
161
162 youtube-dl (2010.07.22-1) unstable; urgency=medium
163
164 * Urgency set to medium due to changes in the site
165 * New upstream release:
166 + make youtube-dl work again. Closes: #589974.
167 + removed command line options -b and -d.
168 * debian/NEWS:
169 + document the removal of command line options and the new behavior.
170 * debian/patches:
171 + disabled for the moment.
172 * debian/control:
173 + include the support of dailymotion in the long description.
174 + update the standards version to 3.9.0, with no other changes.
175
176 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
177
178 youtube-dl (2010.07.14-1) unstable; urgency=low
179
180 * New upstream release:
181 + add preliminary support for Dailymotion videos
182 + improve support for WebM in YouTube
183 + add support for the "original" video format in YouTube
184 + add a --max-quality option
185 + add support for youtu.be URLs
186 + add fixes.
187 * debian/patches/01-add-support-to-webm.patch:
188 + update and refresh.
189
190 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
191
192 youtube-dl (2010.06.06-1) unstable; urgency=low
193
194 * New upstream release:
195 + support for retrying connections after a 503 error
196 + argument '-' can be used with -a to indicate stdin
197 + support for webm formats
198 * debian/patches/01-add-support-to-webm.patch:
199 + remove parts applied upstream
200 + update to download webm videos based on their quality
201
202 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
203
204 youtube-dl (2010.04.04-3) unstable; urgency=low
205
206 * Migrate the packaging to smaller dh(7) style.
207 * Update the years of copyright.
208
209 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
210
211 youtube-dl (2010.04.04-2) unstable; urgency=low
212
213 * Add support to webm (vp8 + vorbis) format:
214 + debian/patches/01-add-support-to-webm.patch: the code
215 + debian/NEWS: the documentation
216 + debian/control: the suggests field
217
218 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
219
220 youtube-dl (2010.04.04-1) unstable; urgency=low
221
222 * New upstream release:
223 + allow grabbing videos from vevo.
224 + allow download whole playlists and keep the videos numbered.
225 + add support for new playlist style.
226 + fix detection of multipage playlists.
227 + insist a little bit more to grab videos from youtube.
228 + add information extractor for video.yahoo.com.
229 + fix cosmetic issues with rtmpdump.
230 + add option --all-formats to grab all available formats for a given video.
231 + add "-" (without quotes) as an alias to output videos to stdout.
232
233 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
234
235 youtube-dl (2010.03.13-1) unstable; urgency=low
236
237 * New upstream release
238 + added option to disable the status/progress updates.
239 + fine tuned the sequence of formats searched to discover the best quality.
240
241 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
242
243 youtube-dl (2010.02.13-1) unstable; urgency=low
244
245 * New upstream release
246 + stronger parsing of URLs.
247 + better generation of filenames.
248 * debian/control:
249 + include misc-depends due to debhelper.
250 + the package is compliant with policy 3.8.4.
251
252 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
253
254 youtube-dl (2010.01.19-1) unstable; urgency=low
255
256 * New upstream release. As upstream does not provide a changelog, here
257 are the highlights:
258 + patched to add Google Video and Photobucket support
259 + add support for using rtmpdump
260 + added support to download all of a user's videos!
261 + fix detection of uploader nickname in metacafe
262 + take format 37 into account
263 + add self-updating code
264 + allow empty titles because they do appear in some videos
265 + use default values for "continuedl" and "nooverwrites" parameters
266 + avoid using Unicode strings when forming URL requests
267 + improve preferred encoding detection method
268 * Remove all patches (applied upstream).
269 * Add suggests on rtmpdump.
270 * Shorten the short description.
271 * Include list of sites supported in the long description.
272
273 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
274
275 youtube-dl (2009.09.13-2) unstable; urgency=low
276
277 * change to "3.0 (quilt)" format.
278 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
279 * include a better manpage. Closes: #553919.
280 * include the DMUA: yes field.
281 * kindly reviewed by Li Daobing.
282
283 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
284
285 youtube-dl (2009.09.13-1) unstable; urgency=low
286
287 * New upstream release
288 * debian/watch:
289 + adjust for the new upstream layout.
290 * debian/control:
291 + Standards-Version updated to 3.8.3. No changes needed.
292
293 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
294
295 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
296
297 * The current maintainer seems busy (Closes: #491616):
298 + ability to recognize more qualities of a video.
299 + ability to automatically find the best quality video.
300 + ability to download entire playlists.
301 + ability to specify various urls. (Closes: #452071)
302 + ability to resume interrupted downloads.
303 + many other things.
304 * debian/copyright:
305 + rework the file.
306 + mention that the package is in the public domain.
307 + include my information.
308 + update the URL of the package.
309 * debian/control:
310 + add a Homepage: field.
311 + keeping the current manpage for now.
312 + give more details in the long description.
313 + list me as the maintainer.
314 + Standards-Version updated to 3.8.2.
315 * debian/watch:
316 + let's help with automatic updates.
317
318 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
319
320 youtube-dl (2008.03.22-1) unstable; urgency=low
321
322 * New upstream release:
323 - adds -f / --format command line option.
324
325 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
326
327 youtube-dl (2008.03.08-1) unstable; urgency=low
328
329 * New upstream release:
330 - adds -b / --best-quality command line option.
331
332 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
333
334 youtube-dl (2008.01.24-1) unstable; urgency=low
335
336 * New upstream release; closes: #462427, #462428.
337 - fixes youtube download issues.
338
339 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
340
341 youtube-dl (2007.10.09-1) unstable; urgency=low
342
343 * New upstream release.
344
345 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
346
347 youtube-dl (2007.08.24-1) unstable; urgency=low
348
349 * New upstream release; closes: #439363.
350
351 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
352
353 youtube-dl (2007.06.22-1) unstable; urgency=low
354
355 * New upstream release:
356 - regex update.
357
358 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
359
360 youtube-dl (2007.06.06-1) unstable; urgency=low
361
362 * New upstream release:
363 - "--title-too" command line option to print the video's title.
364
365 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
366
367 youtube-dl (2007.03.27-1) unstable; urgency=low
368
369 * New upstream release:
370 - Progress meter.
371 - "--literal" command line option to use the video title in the filename.
372 - "--get-url" command line option to print the real video URL.
373
374 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
375
376 youtube-dl (2007.02.18-1) unstable; urgency=low
377
378 * New upstream release:
379 - Diction.
380 - Catches socket errors.
381
382 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
383
384 youtube-dl (2007.01.19-1) unstable; urgency=low
385
386 * New upstream release, closes: #406146.
387
388 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
389
390 youtube-dl (2006.12.07-1) unstable; urgency=low
391
392 * New upstream release:
393 - Use -t to name the downloaded file after the title, closes: #395184.
394 - Parses URLs without a leading "http://", closes: #400321.
395
396 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
397
398 youtube-dl (2006.11.12-1) unstable; urgency=low
399
400 * New upstream release.
401
402 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
403
404 youtube-dl (2006.09.25-1) unstable; urgency=low
405
406 * New upstream release.
407 * python >= 2.4 is now required.
408
409 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
410
411 youtube-dl (2006.08.28-1) unstable; urgency=low
412
413 * Initial release, closes: #385748.
414
415 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
416