]> Raphaël G. Git Repositories - youtubedl/blob - debian/changelog
Imported Debian patch 2010.07.22-1
[youtubedl] / debian / changelog
1 youtube-dl (2010.07.22-1) unstable; urgency=medium
2
3 * Urgency set to medium due to changes in the site
4 * New upstream release:
5 + make youtube-dl work again. Closes: #589974.
6 + removed command line options -b and -f.
7 * debian/NEWS:
8 + document the removal of command line options and the new behavior.
9 * debian/patches:
10 + disabled for the moment.
11 * debian/control:
12 + include the support of dailymotion in the long description.
13 + update the standards version to 3.9.0, with no other changes.
14
15 -- Rogério Brito <rbrito@ime.usp.br> Thu, 22 Jul 2010 18:58:29 -0300
16
17 youtube-dl (2010.07.14-1) unstable; urgency=low
18
19 * New upstream release:
20 + add preliminary support for Dailymotion videos
21 + improve support for WebM in YouTube
22 + add support for the "original" video format in YouTube
23 + add a --max-quality option
24 + add support for youtu.be URLs
25 + add fixes.
26 * debian/patches/01-add-support-to-webm.patch:
27 + update and refresh.
28
29 -- Rogério Brito <rbrito@ime.usp.br> Wed, 14 Jul 2010 22:39:54 -0300
30
31 youtube-dl (2010.06.06-1) unstable; urgency=low
32
33 * New upstream release:
34 + support for retrying connections after a 503 error
35 + argument '-' can be used with -a to indicate stdin
36 + support for webm formats
37 * debian/patches/01-add-support-to-webm.patch:
38 + remove parts applied upstream
39 + update to download webm videos based on their quality
40
41 -- Rogério Brito <rbrito@ime.usp.br> Mon, 07 Jun 2010 04:16:54 -0300
42
43 youtube-dl (2010.04.04-3) unstable; urgency=low
44
45 * Migrate the packaging to smaller dh(7) style.
46 * Update the years of copyright.
47
48 -- Rogério Brito <rbrito@ime.usp.br> Tue, 01 Jun 2010 11:06:06 -0300
49
50 youtube-dl (2010.04.04-2) unstable; urgency=low
51
52 * Add support to webm (vp8 + vorbis) format:
53 + debian/patches/01-add-support-to-webm.patch: the code
54 + debian/NEWS: the documentation
55 + debian/control: the suggests field
56
57 -- Rogério Brito <rbrito@ime.usp.br> Sat, 29 May 2010 13:11:43 -0300
58
59 youtube-dl (2010.04.04-1) unstable; urgency=low
60
61 * New upstream release:
62 + allow grabbing videos from vevo.
63 + allow download whole playlists and keep the videos numbered.
64 + add support for new playlist style.
65 + fix detection of multipage playlists.
66 + insist a little bit more to grab videos from youtube.
67 + add information extractor for video.yahoo.com.
68 + fix cosmetic issues with rtmpdump.
69 + add option --all-formats to grab all available formats for a given video.
70 + add "-" (without quotes) as an alias to output videos to stdout.
71
72 -- Rogério Brito <rbrito@ime.usp.br> Sun, 04 Apr 2010 17:55:00 -0300
73
74 youtube-dl (2010.03.13-1) unstable; urgency=low
75
76 * New upstream release
77 + added option to disable the status/progress updates.
78 + fine tuned the sequence of formats searched to discover the best quality.
79
80 -- Rogério Brito <rbrito@ime.usp.br> Sun, 14 Mar 2010 23:33:48 -0300
81
82 youtube-dl (2010.02.13-1) unstable; urgency=low
83
84 * New upstream release
85 + stronger parsing of URLs.
86 + better generation of filenames.
87 * debian/control:
88 + include misc-depends due to debhelper.
89 + the package is compliant with policy 3.8.4.
90
91 -- Rogério Brito <rbrito@ime.usp.br> Wed, 17 Feb 2010 00:19:23 -0200
92
93 youtube-dl (2010.01.19-1) unstable; urgency=low
94
95 * New upstream release. As upstream does not provide a changelog, here
96 are the highlights:
97 + patched to add Google Video and Photobucket support
98 + add support for using rtmpdump
99 + added support to download all of a user's videos!
100 + fix detection of uploader nickname in metacafe
101 + take format 37 into account
102 + add self-updating code
103 + allow empty titles because they do appear in some videos
104 + use default values for "continuedl" and "nooverwrites" parameters
105 + avoid using Unicode strings when forming URL requests
106 + improve preferred encoding detection method
107 * Remove all patches (applied upstream).
108 * Add suggests on rtmpdump.
109 * Shorten the short description.
110 * Include list of sites supported in the long description.
111
112 -- Rogério Brito <rbrito@ime.usp.br> Tue, 26 Jan 2010 11:28:40 -0200
113
114 youtube-dl (2009.09.13-2) unstable; urgency=low
115
116 * change to "3.0 (quilt)" format.
117 * add support for 1080p videos. Thanks Josh Triplett. Closes: #557042.
118 * include a better manpage. Closes: #553919.
119 * include the DMUA: yes field.
120 * kindly reviewed by Li Daobing.
121
122 -- Rogério Brito <rbrito@ime.usp.br> Thu, 19 Nov 2009 11:21:36 -0200
123
124 youtube-dl (2009.09.13-1) unstable; urgency=low
125
126 * New upstream release
127 * debian/watch:
128 + adjust for the new upstream layout.
129 * debian/control:
130 + Standards-Version updated to 3.8.3. No changes needed.
131
132 -- Rogério Brito <rbrito@ime.usp.br> Sat, 10 Oct 2009 12:17:53 -0300
133
134 youtube-dl (2009.08.08-1~try01) unstable; urgency=low
135
136 * The current maintainer seems busy (Closes: #491616):
137 + ability to recognize more qualities of a video.
138 + ability to automatically find the best quality video.
139 + ability to download entire playlists.
140 + ability to specify various urls. (Closes: #452071)
141 + ability to resume interrupted downloads.
142 + many other things.
143 * debian/copyright:
144 + rework the file.
145 + mention that the package is in the public domain.
146 + include my information.
147 + update the URL of the package.
148 * debian/control:
149 + add a Homepage: field.
150 + keeping the current manpage for now.
151 + give more details in the long description.
152 + list me as the maintainer.
153 + Standards-Version updated to 3.8.2.
154 * debian/watch:
155 + let's help with automatic updates.
156
157 -- Rogério Brito <rbrito@ime.usp.br> Mon, 10 Aug 2009 08:14:08 -0300
158
159 youtube-dl (2008.03.22-1) unstable; urgency=low
160
161 * New upstream release:
162 - adds -f / --format command line option.
163
164 -- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Mar 2008 13:19:23 -0400
165
166 youtube-dl (2008.03.08-1) unstable; urgency=low
167
168 * New upstream release:
169 - adds -b / --best-quality command line option.
170
171 -- Robert S. Edmonds <edmonds@debian.org> Wed, 12 Mar 2008 14:26:04 -0400
172
173 youtube-dl (2008.01.24-1) unstable; urgency=low
174
175 * New upstream release; closes: #462427, #462428.
176 - fixes youtube download issues.
177
178 -- Robert S. Edmonds <edmonds@debian.org> Thu, 24 Jan 2008 22:15:05 -0500
179
180 youtube-dl (2007.10.09-1) unstable; urgency=low
181
182 * New upstream release.
183
184 -- Robert S. Edmonds <edmonds@debian.org> Mon, 08 Oct 2007 19:22:33 -0400
185
186 youtube-dl (2007.08.24-1) unstable; urgency=low
187
188 * New upstream release; closes: #439363.
189
190 -- Robert S. Edmonds <edmonds@debian.org> Fri, 24 Aug 2007 13:54:40 -0400
191
192 youtube-dl (2007.06.22-1) unstable; urgency=low
193
194 * New upstream release:
195 - regex update.
196
197 -- Robert S. Edmonds <edmonds@debian.org> Thu, 21 Jun 2007 20:42:57 -0400
198
199 youtube-dl (2007.06.06-1) unstable; urgency=low
200
201 * New upstream release:
202 - "--title-too" command line option to print the video's title.
203
204 -- Robert S. Edmonds <edmonds@debian.org> Thu, 07 Jun 2007 01:04:01 -0400
205
206 youtube-dl (2007.03.27-1) unstable; urgency=low
207
208 * New upstream release:
209 - Progress meter.
210 - "--literal" command line option to use the video title in the filename.
211 - "--get-url" command line option to print the real video URL.
212
213 -- Robert S. Edmonds <edmonds@debian.org> Mon, 2 Apr 2007 21:46:56 -0400
214
215 youtube-dl (2007.02.18-1) unstable; urgency=low
216
217 * New upstream release:
218 - Diction.
219 - Catches socket errors.
220
221 -- Robert S. Edmonds <edmonds@debian.org> Tue, 20 Feb 2007 13:57:32 -0500
222
223 youtube-dl (2007.01.19-1) unstable; urgency=low
224
225 * New upstream release, closes: #406146.
226
227 -- Robert S. Edmonds <edmonds@debian.org> Sun, 28 Jan 2007 17:41:44 -0500
228
229 youtube-dl (2006.12.07-1) unstable; urgency=low
230
231 * New upstream release:
232 - Use -t to name the downloaded file after the title, closes: #395184.
233 - Parses URLs without a leading "http://", closes: #400321.
234
235 -- Robert S. Edmonds <edmonds@debian.org> Sun, 10 Dec 2006 13:52:36 -0500
236
237 youtube-dl (2006.11.12-1) unstable; urgency=low
238
239 * New upstream release.
240
241 -- Robert S. Edmonds <edmonds@debian.org> Sat, 25 Nov 2006 16:12:03 -0500
242
243 youtube-dl (2006.09.25-1) unstable; urgency=low
244
245 * New upstream release.
246 * python >= 2.4 is now required.
247
248 -- Robert S. Edmonds <edmonds@debian.org> Wed, 27 Sep 2006 17:43:07 -0400
249
250 youtube-dl (2006.08.28-1) unstable; urgency=low
251
252 * Initial release, closes: #385748.
253
254 -- Robert S. Edmonds <edmonds@debian.org> Sun, 3 Sep 2006 19:43:27 -0400
255