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