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