]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Update changelog.
[youtubedl] / debian / changelog
1 youtube-dl (2013.05.23-1~1.gbpb559da) UNRELEASED; urgency=low
2
3 ** SNAPSHOT build @b559da0987abed92b05a784938d25c722b86dc70 **
4
5 * Imported Upstream version 2013.05.14
6 * debian/watch:
7 + Update to track github tags. Thanks to Bart Martens for the rewrite.
8 * debian/README.source:
9 + Update my own instructions.
10 * Imported Upstream version 2013.05.23
11 * debian/watch: Download version specific for distributors.
12 * debian/control: Bump build-dep on debhelper to >= 9.
13 * debian/compat: Use level 9 of debhelper.
14 * Imported Upstream version 2013.06.21
15
16 -- Rogério Brito <rbrito@ime.usp.br> Wed, 22 May 2013 21:01:15 -0300
17
18 youtube-dl (2012.12.11-1) unstable; urgency=low
19
20 * debian/watch:
21 + Adapt to new upstream distribution scheme.
22 * Imported Upstream version 2012.12.11
23 * debian/rules:
24 + Disable new test suites. They depend on network access.
25 + Remove repackaging need: Upstream adopted a new strategy.
26 + Leave it as vanilla as possible.
27 + Simplify the build process by not calling setup.py.
28 * debian/{control,manpages,rules,youtube-dl.pod}:
29 + Use manpage from upstream.
30
31 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Dec 2012 09:45:19 -0200
32
33 youtube-dl (2012.09.27+dfsg1-1) unstable; urgency=low
34
35 * Urgency set to high to fix an RC bug.
36 * Imported Upstream version 2012.09.27+dfsg1:
37 + Remove binaries without sources. Thanks to Ansgar Burchardt for
38 notifying me. (Closes: #689493)
39 * debian/copyright:
40 + Rewrite in Copyright Format 1.0 for readability.
41 * debian/rules:
42 + Add a `get-orig-source` target to remove binaries without sources.
43 * debian/clean:
44 + Remove `*.pyc` files due to new upstream changes.
45 * debian/watch:
46 + Adapt for mangled debian version.
47
48 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Nov 2012 15:01:05 -0200
49
50 youtube-dl (2012.09.27-1) unstable; urgency=low
51
52 * Imported Upstream version 2012.09.27:
53 + Fixes changes in youtube that prevented youtube-dl from working.
54 Thanks Alex Wauck and Josh Triplett for notifying me of the breakage.
55 (Closes: #688997)
56 + Incorporates my patch for downloading from tube.majestyc.net.
57 (Closes: #683962)
58 * debian/patches: Remove unneeded patches.
59
60 -- Rogério Brito <rbrito@ime.usp.br> Fri, 28 Sep 2012 02:27:37 -0300
61
62 youtube-dl (2012.02.27+gita171dbf-3) unstable; urgency=low
63
64 * Add python to build-depends-indep. (Closes: #647407)
65
66 -- Rogério Brito <rbrito@ime.usp.br> Mon, 06 Aug 2012 22:11:25 -0300
67
68 youtube-dl (2012.02.27+gita171dbf-2) unstable; urgency=low
69
70 * Disable downloading from tube.majestyc.net for the moment.
71 (Closes: #683962)
72
73 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 16:50:15 -0300
74
75 youtube-dl (2012.02.27+gita171dbf-1) unstable; urgency=low
76
77 * Imported Upstream version 2012.02.27+gita171dbf. Highlights:
78 + Fixes for sites changing layouts:
79 - Vimeo. Closes: #682865.
80 - blip.tv. Closes: #671167.
81 + Redirects are now supported. Closes: #597797.
82 * debian/control:
83 + Allow use of libav-tools for transcoding instead of ffmpeg.
84 + Build-Depend-Indep on zip for upstream's build system.
85 + Bump depends on python >= 2.6, for new "zipped executables".
86 * debian/rules: We now have something to make.
87 * debian/patches: Add support for tube.majestyc.net. Closes: #612586.
88
89 -- Rogério Brito <rbrito@ime.usp.br> Sun, 05 Aug 2012 01:45:05 -0300
90
91 youtube-dl (2012.02.27-1) unstable; urgency=low
92
93 * Imported Upstream version 2012.02.27. Highlights:
94 + Add support for MTV.
95 + Allow the Vimeo engine to work with embedded video URLs.
96 + Add --verbose switch option. Not documented in the manpage yet,
97 patches welcome.
98 * debian/gbp.conf: Add defaults for the git-buildpackage suite.
99 * Make debian/README.source simpler.
100 * Don't automatically sign tags with git-buildpackage.
101 * Update the manpage to cite which sites youtube-dl supports.
102 Thanks to Adrian Knoth for the patch (Closes: #657978)
103 * Update Standards-Version to 3.9.3 (no other changes).
104
105 -- Rogério Brito <rbrito@ime.usp.br> Sat, 17 Mar 2012 13:41:15 -0300
106
107 youtube-dl (2012.01.05-2) unstable; urgency=low
108
109 * debian/control: Per requests, change rtmpdump to a Recommends.
110 Thanks to Nicola Ferralis (Closes: #655036)
111
112 -- Rogério Brito <rbrito@ime.usp.br> Sat, 07 Jan 2012 22:51:17 -0200
113
114 youtube-dl (2012.01.05-1) unstable; urgency=low
115
116 * Imported Upstream version 2012.01.05. Highlights:
117 + Fixed duplicated downloads from YouTube user page.
118 + Support configuration files. (Closes: #429557).
119 + Added support for Soundcloud.
120 + Added support for InfoQ.
121 + Added support for Mixcloud.
122 + Added support for OpenClassRoom.
123 + Support aac audio in mp4 container (as .m4a files).
124 + Support wav audio output.
125 + Added --max-downloads option. Not documented in the manpage yet,
126 patches welcome.
127 + Added --prefer-free-formats option. Not documented in the manpage
128 yet, patches welcome.
129 * debian/patches: Drop patches already included upstream.
130 * debian/control: Add support for earlier versions of ffmpeg/ffprobe.
131 Thanks to Uwe Kleine-König for the suggestion. (Closes: #651060)
132 * debian/control: Update list of supported sites.
133
134 -- Rogério Brito <rbrito@ime.usp.br> Fri, 06 Jan 2012 13:48:47 -0200
135
136 youtube-dl (2011.10.19-4) unstable; urgency=low
137
138 * debian/{rules,control}:
139 + Remove build-dependency on python, as that's not really needed.
140
141 -- Rogério Brito <rbrito@ime.usp.br> Sun, 20 Nov 2011 10:22:04 -0200
142
143 youtube-dl (2011.10.19-3) unstable; urgency=low
144
145 * debian/control:
146 + Add python to B-D-Indep. Closes: #647407.
147 Thanks to Felix Geyer, Daniel T Chen, and Simon Paillard.
148 + Fix capitalization of YouTube. Closes: #649111.
149 Thanks to Filipus Klutiero.
150
151 -- Rogério Brito <rbrito@ime.usp.br> Fri, 18 Nov 2011 19:28:01 -0200
152
153 youtube-dl (2011.10.19-2) unstable; urgency=low
154
155 * Add patch to fix downloading from facebook.
156
157 -- Rogério Brito <rbrito@ime.usp.br> Sat, 22 Oct 2011 01:16:31 -0200
158
159 youtube-dl (2011.10.19-1) unstable; urgency=low
160
161 * Imported Upstream version 2011.10.19. Highlights:
162 + Added option -L to list available formats.
163 + Understand more playlist formats in youtube.
164 + Added support for CollegeHumor.
165 + Added support for xvideos.com.
166 + Added support for HD videos in vimeo.
167 * debian/control:
168 + Update short description.
169 + Mention that getting worst quality is also possible.
170 + Update list of sites in the long description.
171 + It's vcs-browseR, not vcs-browse.
172 * Update the manpage wrt the 'worst' format. Thanks Cristian Rigamonti.
173
174 -- Rogério Brito <rbrito@ime.usp.br> Tue, 18 Oct 2011 21:13:16 -0200
175
176 youtube-dl (2011.09.27-1) unstable; urgency=low
177
178 * New upstream version. Highlights:
179 + Added support for vimeo (closes: #619023).
180 + Added support for blip.tv.
181 + Added support for myvideo.de.
182 + Added support for comedycentral.
183 + Added support for "The Escapist".
184 + Added ability to download worst quality video (closes:#609328).
185 + Added ability to get available formats for a video (--get-format).
186 + Added support to extract vorbis audio with --extract-audio.
187 + New command line options: --writedescription, --write-info-json,
188 --list-extractors, --skip-download, --get-format. Not documented in
189 the manpage yet, patches welcome.
190 * debian/control:
191 + Add fields for the VCS system.
192 + cosmetics: Run wrap-and-sort to make the packaging canonical.
193 * debian/patches:
194 + Remove 01-prefer-open-formats.patch, integrated upstream.
195
196 -- Rogério Brito <rbrito@ime.usp.br> Thu, 29 Sep 2011 14:37:13 -0300
197
198 youtube-dl (2011.08.04-2) unstable; urgency=low
199
200 * debian/{clean,youtube-dl.1}: Don't keep old files hanging around.
201 * debian/control: We comply with policy 3.9.2.
202 * debian/rules: Fix references to Perl. Closes: #637107.
203 * debian/source/local-options: Set to unapply-patches.
204
205 -- Rogério Brito <rbrito@ime.usp.br> Tue, 09 Aug 2011 16:38:46 -0300
206
207 youtube-dl (2011.08.04-1) unstable; urgency=low
208
209 * Imported Upstream version 2011.08.04. Highlight:
210 + Fix changes on Youtube's side. Closes: #636611, #624139, #636547.
211 Thanks for all those that were kind enough to notify me.
212 + Includes robustness fixes for youtube videos, including a fix (dated
213 2011-02-25, which I forgot to include) to cope with videos whose IDs
214 begin with an hyphen. Closes: #632922. Sorry, Matt Kraai, for
215 forgetting about this!
216 * debian: Add a README.source file describing how the package is
217 usually made.
218
219 -- Rogério Brito <rbrito@ime.usp.br> Fri, 05 Aug 2011 12:25:55 -0300
220
221 youtube-dl (2011.02.25b-1) unstable; urgency=low
222
223 * New upstream release. Some highlights:
224 + Enable artist playlists in YoutubePlaylistIE.
225 + Add support for getting videos from Facebook.
226 + Support more common YouTube playlist URLs
227 + Extract audio from your videos using ffmpeg as a postprocessor.
228 * debian/control:
229 + Add recommends on ffmpeg.
230 + Update the list of sites supported by youtube-dl in the long
231 description.
232 * debian/patches/*:
233 + Refresh.
234
235 -- Rogério Brito <rbrito@ime.usp.br> Fri, 25 Feb 2011 20:27:47 -0300
236
237 youtube-dl (2011.01.30-2) unstable; urgency=low
238
239 * debian/control:
240 + include build-depends-indep on perl, for pod2man (not used during clean).
241 + update the build-dependency on debhelper (we use the override feature).
242 * debian/rules:
243 + generate the actual manpage from the pod source at build time.
244
245 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 20:30:36 -0200
246
247 youtube-dl (2011.01.30-1) unstable; urgency=low
248
249 * New upstream release. Some highlights:
250 + options -b and -f are removed.
251 + fix progress report when continuing partial downloads.
252 + request compressed pages by default.
253 + add support for embedded youtube playlist URLs; doesn't fix #495164 yet.
254 + add option --dump-user-agent.
255 + add option --console-title.
256 + add option --no-part.
257 + add option --get-filename.
258 + set downloaded file mtime to the last-modified header, if possible.
259 + add option --no-mtime.
260 * debian/control:
261 + update dependency on python's minimum version to 2.5.
262 * debian/youtube-dl.pod:
263 + update a lot.
264
265 -- Rogério Brito <rbrito@ime.usp.br> Mon, 31 Jan 2011 00:31:09 -0200
266
267 youtube-dl (2010.12.09-1) unstable; urgency=low
268
269 * New upstream release:
270 + Use filename with suffix .part while the download is still incomplete.
271 + Add support for downloading files from depositfiles.com.
272 + Fix recent changes in youtube.com. Closes: #606537.
273 * debian/watch:
274 + Update to work with the github redirector.
275 * debian/youtube-dl.pod:
276 + Add short description on youtube.com's video formats.
277 Based on Nicola Ferralis's patch. Closes: #605311.
278 + Add description of options -A, --playlist-start, and --playlist-end
279 options. Thanks to Josh Triplett. Closes: #604983.
280 * debian/patches:
281 + refresh patch.
282
283 -- Rogério Brito <rbrito@ime.usp.br> Fri, 10 Dec 2010 10:41:25 -0200
284
285 youtube-dl (2010.11.19-1) unstable; urgency=low
286
287 * New upstream release. Highlights:
288 + Fix downloading of RTMP URL's.
289 + Added command line switch (-A) to auto-number downloads.
290 + Allow comments in batchfiles.
291 + Add option to specify the video to end at in a playlist.
292 * debian/{watch,control}:
293 + Update for the move from bitbucket to github.
294 * debian/patches:
295 + refresh patch.
296
297 -- Rogério Brito <rbrito@ime.usp.br> Thu, 25 Nov 2010 15:54:56 -0200
298
299 youtube-dl (2010.10.24-2) unstable; urgency=low
300
301 * The "I forgot to save the changelog file" release.
302 * The highlights of the new release are:
303 + Add --cookies option to allow saving cookies to disk
304 (primarily to be used with external downloaders: e.g., aria2c).
305 + Support "https" both for YouTube URLs and for login.
306 * debian/patches:
307 + refresh patch.
308
309 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 03:10:07 -0200
310
311 youtube-dl (2010.10.24-1) unstable; urgency=low
312
313 * New upstream release.
314
315 -- Rogério Brito <rbrito@ime.usp.br> Mon, 25 Oct 2010 02:23:40 -0200
316
317 youtube-dl (2010.10.03-1) unstable; urgency=low
318
319 * The "upload from sunny California" release
320 * New upstream release:
321 + Downloading manually the release 2010.10.03 corresponding to
322 http://bitbucket.org/rg3/youtube-dl/changeset/190d2d0fd729
323 + Abort downloads that can't be written to the disk
324 + Fix downloading some videos from metacafe.com
325 + Try to discover the video extension from metacafe.com
326 + Allow #! in youtube urls
327 + Fix extraction of uploader nickname on dailymotion
328 + Support downloads from youtube-nocookie.com urls
329 + Code improvements in general
330 + Retry that fail with codes 5xx on youtube
331 * debian/patches/*:
332 + rename 01-add-support-to-webm.patch to 01-prefer-open-formats.patch
333 + update the patch to apply to new versions of youtube-dl
334 + re-enable the patch to give preference to webm videos
335
336 -- Rogério Brito <rbrito@ime.usp.br> Wed, 13 Oct 2010 21:58:24 -0700
337
338 youtube-dl (2010.08.04-1) unstable; urgency=low
339
340 * New upstream release:
341 + Fix metacafe.com code not working due to gdaKey again
342 + Add option (--playlist-start) to specify the initial video for playlists
343 + Put back -b option as a placeholder with a warning message
344 + Consider the file downloaded if the size differs in less than 100 bytes
345 + Reorganize request code to make it a bit more robust
346 + Properly detect YouTube error messages to print them on screen
347 * debian/control:
348 + Remove suggests on gst-p-b (>= 0.10.18.3-2)
349 + The package complies with Policy 3.9.1 without any other changes.
350 * debian/watch:
351 + Remove commented lines.
352 * debian/youtube-dl.pod:
353 + Update the manpage to include newer options.
354 + Don't mention removed options anymore. Closes: #590825, #592368.
355
356 -- Rogério Brito <rbrito@ime.usp.br> Mon, 09 Aug 2010 13:27:41 -0400
357
358 youtube-dl (2010.07.24-1) unstable; urgency=medium
359
360 * Urgency medium due to changes in the site that broke earlier versions.
361 * New upstream release:
362 + restore support for WebM formats.
363 * debian/changelog:
364 + fix entry that stated incorrect removed options. Closes: #590144.
365
366 -- Rogério Brito <rbrito@ime.usp.br> Sat, 24 Jul 2010 22:29:21 -0300
367
368 youtube-dl (2010.07.22-1) unstable; urgency=medium
369
370 * Urgency set to medium due to changes in the site
371 * New upstream release:
372 + make youtube-dl work again. Closes: #589974.
373 + removed command line options -b and -d.
374 * debian/NEWS:
375 + document the removal of command line options and the new behavior.
376 * debian/patches:
377 + disabled for the moment.
378 * debian/control:
379 + include the support of dailymotion in the long description.
380 + update the standards version to 3.9.0, with no other changes.
381
382 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
383
384 youtube-dl (2010.07.14-1) unstable; urgency=low
385
386 * New upstream release:
387 + add preliminary support for Dailymotion videos
388 + improve support for WebM in YouTube
389 + add support for the "original" video format in YouTube
390 + add a --max-quality option
391 + add support for youtu.be URLs
392 + add fixes.
393 * debian/patches/01-add-support-to-webm.patch:
394 + update and refresh.
395
396 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
397
398 youtube-dl (2010.06.06-1) unstable; urgency=low
399
400 * New upstream release:
401 + support for retrying connections after a 503 error
402 + argument '-' can be used with -a to indicate stdin
403 + support for webm formats
404 * debian/patches/01-add-support-to-webm.patch:
405 + remove parts applied upstream
406 + update to download webm videos based on their quality
407
408 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
409
410 youtube-dl (2010.04.04-3) unstable; urgency=low
411
412 * Migrate the packaging to smaller dh(7) style.
413 * Update the years of copyright.
414
415 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
416
417 youtube-dl (2010.04.04-2) unstable; urgency=low
418
419 * Add support to webm (vp8 + vorbis) format:
420 + debian/patches/01-add-support-to-webm.patch: the code
421 + debian/NEWS: the documentation
422 + debian/control: the suggests field
423
424 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
425
426 youtube-dl (2010.04.04-1) unstable; urgency=low
427
428 * New upstream release:
429 + allow grabbing videos from vevo.
430 + allow download whole playlists and keep the videos numbered.
431 + add support for new playlist style.
432 + fix detection of multipage playlists.
433 + insist a little bit more to grab videos from youtube.
434 + add information extractor for video.yahoo.com.
435 + fix cosmetic issues with rtmpdump.
436 + add option --all-formats to grab all available formats for a given video.
437 + add "-" (without quotes) as an alias to output videos to stdout.
438
439 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
440
441 youtube-dl (2010.03.13-1) unstable; urgency=low
442
443 * New upstream release
444 + added option to disable the status/progress updates.
445 + fine tuned the sequence of formats searched to discover the best quality.
446
447 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
448
449 youtube-dl (2010.02.13-1) unstable; urgency=low
450
451 * New upstream release
452 + stronger parsing of URLs.
453 + better generation of filenames.
454 * debian/control:
455 + include misc-depends due to debhelper.
456 + the package is compliant with policy 3.8.4.
457
458 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
459
460 youtube-dl (2010.01.19-1) unstable; urgency=low
461
462 * New upstream release. As upstream does not provide a changelog, here
463 are the highlights:
464 + patched to add Google Video and Photobucket support
465 + add support for using rtmpdump
466 + added support to download all of a user's videos!
467 + fix detection of uploader nickname in metacafe
468 + take format 37 into account
469 + add self-updating code
470 + allow empty titles because they do appear in some videos
471 + use default values for "continuedl" and "nooverwrites" parameters
472 + avoid using Unicode strings when forming URL requests
473 + improve preferred encoding detection method
474 * Remove all patches (applied upstream).
475 * Add suggests on rtmpdump.
476 * Shorten the short description.
477 * Include list of sites supported in the long description.
478
479 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
480
481 youtube-dl (2009.09.13-2) unstable; urgency=low
482
483 * change to "3.0 (quilt)" format.
484 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
485 * include a better manpage. Closes: #553919.
486 * include the DMUA: yes field.
487 * kindly reviewed by Li Daobing.
488
489 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
490
491 youtube-dl (2009.09.13-1) unstable; urgency=low
492
493 * New upstream release
494 * debian/watch:
495 + adjust for the new upstream layout.
496 * debian/control:
497 + Standards-Version updated to 3.8.3. No changes needed.
498
499 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
500
501 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
502
503 * The current maintainer seems busy (Closes: #491616):
504 + ability to recognize more qualities of a video.
505 + ability to automatically find the best quality video.
506 + ability to download entire playlists.
507 + ability to specify various urls. (Closes: #452071)
508 + ability to resume interrupted downloads.
509 + many other things.
510 * debian/copyright:
511 + rework the file.
512 + mention that the package is in the public domain.
513 + include my information.
514 + update the URL of the package.
515 * debian/control:
516 + add a Homepage: field.
517 + keeping the current manpage for now.
518 + give more details in the long description.
519 + list me as the maintainer.
520 + Standards-Version updated to 3.8.2.
521 * debian/watch:
522 + let's help with automatic updates.
523
524 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
525
526 youtube-dl (2008.03.22-1) unstable; urgency=low
527
528 * New upstream release:
529 - adds -f / --format command line option.
530
531 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
532
533 youtube-dl (2008.03.08-1) unstable; urgency=low
534
535 * New upstream release:
536 - adds -b / --best-quality command line option.
537
538 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
539
540 youtube-dl (2008.01.24-1) unstable; urgency=low
541
542 * New upstream release; closes: #462427, #462428.
543 - fixes youtube download issues.
544
545 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
546
547 youtube-dl (2007.10.09-1) unstable; urgency=low
548
549 * New upstream release.
550
551 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
552
553 youtube-dl (2007.08.24-1) unstable; urgency=low
554
555 * New upstream release; closes: #439363.
556
557 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
558
559 youtube-dl (2007.06.22-1) unstable; urgency=low
560
561 * New upstream release:
562 - regex update.
563
564 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
565
566 youtube-dl (2007.06.06-1) unstable; urgency=low
567
568 * New upstream release:
569 - "--title-too" command line option to print the video's title.
570
571 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
572
573 youtube-dl (2007.03.27-1) unstable; urgency=low
574
575 * New upstream release:
576 - Progress meter.
577 - "--literal" command line option to use the video title in the filename.
578 - "--get-url" command line option to print the real video URL.
579
580 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
581
582 youtube-dl (2007.02.18-1) unstable; urgency=low
583
584 * New upstream release:
585 - Diction.
586 - Catches socket errors.
587
588 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
589
590 youtube-dl (2007.01.19-1) unstable; urgency=low
591
592 * New upstream release, closes: #406146.
593
594 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
595
596 youtube-dl (2006.12.07-1) unstable; urgency=low
597
598 * New upstream release:
599 - Use -t to name the downloaded file after the title, closes: #395184.
600 - Parses URLs without a leading "http://", closes: #400321.
601
602 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
603
604 youtube-dl (2006.11.12-1) unstable; urgency=low
605
606 * New upstream release.
607
608 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
609
610 youtube-dl (2006.09.25-1) unstable; urgency=low
611
612 * New upstream release.
613 * python >= 2.4 is now required.
614
615 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
616
617 youtube-dl (2006.08.28-1) unstable; urgency=low
618
619 * Initial release, closes: #385748.
620
621 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
622