Add release notes for 2.2.26
[clive.git] / NEWS
blobaf1a540923aedb961e57f851ffc27f6953569ed1
2 2.2.26  Fri Aug 05 2011  Toni Gundogdu
3 Bugfixes:
4         - Youtube.pm: no match: `(?-xism:fmt_url_map=(.*?)&)' (#12)
5             - Thanks to Ansgar Burchardt for the patch
8 2.2.25  Sun May 01 2011  Toni Gundogdu
9 Bugfixes:
10         - #7: Liveleak.pm: no match: `(?-xism:'config','(.*?)')'
13 2.2.24  Thu Mar 31 2011  Toni Gundogdu
14 Changes:
15         - Vimeo.pm: Display server returned error message
16         - Youtube: Support additional embed URL types (/e/, /embed/)
17 Bugfixes:
18         - Youtube.pm: Add missing fmtNN IDs
21 2.2.23  Thu Mar 03 2011  Toni Gundogdu
22 Bugfixes:
23         - Dailymotion.pm: Fix format support
24         - Youtube.pm: Fix video ID parsing (#10)
27 2.2.22  Sun Jan 16 2011     Toni Gundogdu
28 Changes:
29         - Accept youtu.be URLs (#8)
32 2.2.21  Fri Jan 07 2011     Toni Gundogdu
33 Bugfixes:
34         - Dailymotion.pm: Access blocked by "family filter" (#4)
37 2.2.20  Mon Dec 27 2010     Toni Gundogdu
38 Changes:
39         - Accept non-HTTP (input) URLs [#3]
40 Bugfixes:
41         - Vimeo.pm: Fix video ID parsing [#2]
44 2.2.19  Sat Dec 11 2010     Toni Gundogdu
45 Changes:
46         - Set <http://clive.sourceforge.net> as new WWW home
47         - Add man1/clive.1.pod, manify from this from now on
48         - Youtube: Extend format aliases to match quvi IDs
49         - Remove myubo support: dead site
50         - Backup ChangeLog as ChangeLog.pre-gitlog
51         - Generate ChangeLog from gitlog
52         - Rename Evisor.pm to Gaskrank.pm
53         - Rename tests
54         - Remove dangling (and broken) ehrensenf, cctv support
55         - Exclude network tests, can still be found in the repo
56         - gzip release tarball from now on
57 Bugfixes:
58         - Liveleak.pm: token/ID parsing
59         - Youtube.pm: Unknown error (http/404) [#1]
62 Version 2.2.15
64 Changes to --format
66   * "flv" is now called "default"
68 Youtube:
70   * Add HD 1080p support
72   * Add support for the quvi supported Youtube IDs (e.g. sd_270p).
73     The old (and vague) IDs (e.g. mp4 or hd) are still supported
74     but should be considered _deprecated_.
77 Version 2.2.9
79 cctv support was fixed. These videos appear to come in (at least) two
80 flavors now: multi-segment and single-segment. The issue has been
81 discussed here:
82   http://code.google.com/p/clive/issues/detail?id=45
84 It was decided, mainly due to overall laziness, that multi-segment
85 video links are to be dumped to the terminal without any further
86 fiddling with them. The reasons have also been covered in the above
87 discussion.