2010-10-21 20:18:53 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Changelog:
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:
o add support for colleghumor.com (#3088339)
o vimeo: more lax parsing for player.vimeo.com URLs (#3086884)
o vimeo: handle player.vimeo.com URLs, too (#3086884)
|
2010-10-17 23:30:19 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
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:
o dailymotion: disable family filter (3084289)
o 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 (...)
o Using Autoconf 2.68 would evoke this along with many other warnings
|
2010-10-04 15:44:50 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Move BUILDLINK_API_DEPENDS.* lines.
|
2010-10-02 00:53:33 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Version 0.2.5 September 30, 2010
Changes:
* Tweak title parsing for theonion
* Migrated issue tracker to sf.net (read more: <http://is.gd/fmNnQ>)
* Add support for webm_480p, webm_720p for youtube
o Ported from clive patch submitted by Mark Weaver, \
<http://is.gd/fmwv5>
|
2010-09-13 11:41:09 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update quvi to 0.2.4.
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
o Escape (URL encode) URLs only
o Tweak XML prolog
Bugfixes:
* Vimeo support (http/404), port changes from clive
o Original fix by Jonas Smedegaard, <http://bugs.debian.org/595486>
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
|
2010-08-16 12:21:44 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update quvi to 0.2.2.
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
|
2010-07-29 22:26:31 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to quvi 0.2.1.
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)
|
2010-07-21 13:04:54 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix BUILDLINK_API_DEPENDS.libiconv and USE_TOOLS.
|
2010-06-25 23:24:58 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Remove TODO file.
|
2010-06-25 23:23:34 by Ryo ONODERA | Files touched by this commit (5) |
Log message:
Update to 0.2.0 .
This version uses lua script for parsing URL.
Add doc option, this uses doxygen.
|