From fa173b81ce35dc0d278ee45e5abaf2402464e9b6 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 4 Dec 2010 13:22:30 +0200 Subject: [PATCH] Remove ChangeLog from repo. - Generate ChangeLog from git log (b015df8) - List significant changes in NEWS --- ChangeLog | 275 -------------------------------------------------------------- 1 file changed, 275 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 9e78103..0000000 --- a/ChangeLog +++ /dev/null @@ -1,275 +0,0 @@ - -0.2.8 Sat Nov 13 2010 legatvs -Changes: - - Mark as broken: bloomberg.lua - - Bump lib interface c+1:0:a+1, backwards compatible with previous release - - Add --no-shortened - - Add support for shortened URLs (e.g. dai.ly, goo.gl, etc.) - - Add share/lua/util/trim.lua - - youtube.lua: rename IDs based on - - youtube.lua: add support for mp4_3072p (4096x3072, fmt38) - - Print QUVIPROP_HOSTID - - Rename --enable-smut -> --enable-nsfw (configure) - - content_type.lua: check for content-type "text/html", assume error - - Handle errors generated in util/*.lua scripts more discreetly -Bugfixes: - - theonion.lua: thanks to mkolve for the fix (#3107788) - - sevenload.lua: title parsing - - JSON: escape double quotation marks in title - - -Version 0.2.7 Wed Oct 20 2010 - -Changes: - * Overhaul manual page for quvi(1) - * Rename --debug to --verbose-libcurl - * Rename --hosts to --support - * Add --exec - * Add support for bloomberg.com, thanks to mkolve for the patch (#3089307) - * Thanks to Lionel Elie Mamane for the following patches: - * add support for colleghumor.com (#3088339) - * vimeo: more lax parsing for player.vimeo.com URLs (#3086884) - * vimeo: handle player.vimeo.com URLs, too (#3086884) - - -Version 0.2.6 -October 11, 2010 - -Changes: - * --version displays "quvi $version built on $date for $host ($features)" - * QUVI_VERSION_LONG displays "git describe" value if detected at configure - * Thanks to Lionel Elie Mamane for: - * dailymotion: disable family filter (3084289) - * allow lua scripts to set arbitrary cookie (3084289) - * Accept youtu.be URLs (3084014) - * Add academicearth support - * Lua website scripts can now use "redirect" field - * Bump autoconf prereq. to 2.68 (from 2.67) - * Reconfigure for libtool 2.4 (from 2.2.10) - -Bugfixes: - * Memory leak, l_quvi_fetch (lua_wrap.c:71) - * warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body (...) - * Using Autoconf 2.68 would evoke this along with many other warnings - - -Version 0.2.5 -September 30, 2010 - -Changes: - * Tweak title parsing for theonion - * Migrated issue tracker to sf.net (read more: ) - * Add support for webm_480p, webm_720p [youtube] - * Ported from clive patch submitted by Mark Weaver, - - -Version 0.2.4 -September 10, 2010 - -Changes: - * New Youtube test URL - * Add --old - * Add --no-proxy - * Update --quiet help string and manual entry - * Cleanup examples in --help output - * Change default details output to JSON - * --xml - * Escape (URL encode) URLs only - * Tweak XML prolog - -Bugfixes: - * Vimeo support (http/404), port changes from clive - * Original fix by Jonas Smedegaard, - - -Version 0.2.3 -September 2, 2010 - -Changes: - * Curl errors now contain response, connection codes - - response code was previously printed as http code - * Add theonion support, thanks to mkolve for the script (#12) - * Add charlierose support, thanks to mkolve for the script (#11) - * Print video details to stdout, everything else to stderr - * Add --xml - * Bump autoconf prereq. to 2.67 - -Bugfixes: - * Add missing funnyordie.lua to DIST_lua (share/Makefile.am) - * Unexpected Youtube video titles, if ampersands used - - -Version 0.2.2 -August 12, 2010 - -Changes: - * add --license option - * QUVI_BASEDIR is now exclusive - * Document QUVI_BASEDIR, QUVI_HOME in quvi(1) manual page - * Add --enable-tests (configure, disabled by default, related to #10) - * Add KNOWN_ISSUES file - - -Version 0.2.1 -July 25, 2010 - -Changes: - * Bump autoconf prereq. to 2.66 - * Add funnyordie support, thanks to mkolve for the script - * [youtube] do not revert to fetch page if error==150 - * Add QUVI_NOLUAUTIL error code - * Additional Lua scripts (content_type.lua, charset.lua) - * _istype (lua_wrap.c) print script path in errors - * Mark cctv support as broken - -Bugfixes: - * [youtube] http/404, fix by Daniel Schaal - * _istype (lua_wrap.c) stringifying - * Break.com support, ported from clive, fix by Werner Elsler (clive #57) - * Memory leak in find_host_script (6d3016e) - - -Version 0.2.0 -May 6, 2010 - -Changes: - * [Youtube] work around age verification (issue #4) - * Introduce Lua scripts to the project - - Used to parse the video links - - New dependency, (lib)lua 5.1+, covered in INSTALL file - - See NEWS file for complete list of the changes - * API changes - - Deprecated quvi_next_host, use quvi_next_supported_website instead - - Added quvi_free - - See NEWS file for complete list of the changes - * [quvi] --format no longer accepts only hard-coded values - * AM_SILENT_RULES([yes]) - * New configure options --with-doc and --enable-examples - -Notes: - * Developers, downstream maintainers, see NEWS file - - -Version 0.1.4 -------------- -April 3, 2010 - -Changes: - * Add fmt37 (Youtube) support - -Bugfixes: - * Memory leak when -f was used with youtube - * Youtube, update patterns to reflect website changes - # symptom, no match: (?i)"video_id": "(.*?)" - - -Version 0.1.3 -------------- -March 25, 2010 - -Changes: - * Add buzzhumor.com support, port from clive - * Include stdlib.h in quvi.h - -Bugfixes: - * dailymotion.com - # Change format IDs to reflect website changes (yet again): - * h264-hd -> hd - * h264-hq -> hq - * removed h264 and spark-mini (no longer even listed) - * quvi(1) -f option arg support reflects these changes - # Parse title from elsewhere - * Title was previously parsed from the title HTML tag - * Which usually contained more than we cared for - # Refuse to work with partner videos (return QUVI_NOSUPPORT) - * break.com support, ported from clive, original fix by Werner Elsler - - -(March 12, 2010) -Version 0.1.2 -------------- -(March 12, 2010) - -Changes: - * Bump interface - * Add QUVIPROP_VIDEOFORMAT (returns the value set with QUVIOPT_FORMAT) - * Add quvi_callback_write support - * quvi_callback_status, abort if callback returns != 0 - * Tests now include "best" format id (where applicable) - * Add --enable-broken (configure), see also INSTALL - * Mark as broken: spyfilms.com, ehrensenf.de, see TODO - * Add docs/howto/HowtoGetDevelopmentCode - -Bugfixes: - * Liveleak video id parsing - * Youjizz support, thanks to anon2u for the fix - * quvi: statusfunc: flush stderr - - -Version 0.1.1 -------------- -(February 13, 2010) - -Changes: - - * Add: - # NEWS file - # quvi.1 (+pod) - - * quvi: - # Add ~/.quvirc support - # Implement --quiet - # Spew messages to stderr - - * w32/make-w32.sh: - # Add manual (html) - # Use install-strip - - * configure: - # Add "make cmdline" - # Add pod2man, pod2html and Pod::Checker checks - # Add --without-man - - * tests/ - # support-cctv.pl: skip unless utf8 locale code is set - # pod-check.pl: add - - * Youtube: list the fmtNN IDs - # (lib)quvi previously reported the "common aliases" only (e.g. "hd") - -Bugfixes: - - * Dailymotion: reflect the format ID changes: - # vp6-hd -> h264-hd - # vp6-hq -> h264-hq - # vp6 -> h264 - - * tests/ (expected file length) - # support-vimeo.pl - # support-dailymotion.pl - # support-youtube.pl - - * Segfault: _getprop (quvi.c:352) - # Add missing va_end()s - # Thanks to nix@esperi.org.uk for getting knee-deep and cooking up the fix - # Reported on 64bit systems - # Closes issue #1 - - * Segfault: regexp_capture (util.c:114) - # Terminate stdarg lists with a proper null pointer (0 -> (void*)0) - # Thanks to nix@esperi.org.uk for the fix - # Reported on 64bit systems - # Closes issue #2 - - * Vimeo support, symptoms: - # length: 20 - # suffix: html; charset=UTF-8 - # content-type: text/html; charset=UTF-8 - - -Version 0.1.0 -------------- - - * Initial release - - -- 2.11.4.GIT