4 - AC_PREREQ: Bump to 2.69 [c591b1b]
5 - API: Add QUVI_OPTION_ALLOW_COOKIES [f56798b]
6 - API: Add QUVI_VERSION_SCRIPTS_CONFIGURATION [f0c95e0]
7 - API: quvi_version: Read "version" file as ini-file [4466c98]
8 - FIX: error: implicit declaration of function 'luaL_register' [f02cc3a]
9 - FIX: Unescape input URL before URL resolving [f2ce9b7]
10 - quvi.http.cookie: Return unless QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE [876949e]
12 50 files changed, 301 insertions(+), 171 deletions(-)
18 - FIX: declaration of quvi_new() [91375fd]
19 - Require a2x when building from git [6cdebfd]
21 - API: Add quvi_errcode [c9d1ca1]
22 - API: quvi_get: Remove QUVI_INFO_ERROR_CODE support [5f98b90]
23 - FIX: configure.ac: AS_IF for date(1) [cfc17fd]
24 - LDFLAGS: libtool: Use -release with unstable 0.9 releases [20b1ee3]
25 - quvi_set: Add support for QUVI_OPTION_CALLBACK_STATUS_USERDATA [587958b]
26 - quvi_version: Add support for QUVI_VERSION_BUILD_CC_CFLAGS [c93ce12]
27 - Redefine quvi_callback_status with userdata parameter [5b3cebb]
29 40 files changed, 317 insertions(+), 225 deletions(-)
34 This is the first official release of the 0.9 of libquvi. The typical
35 list of the changes (commit-by-commit), since the 0.4, were omitted.
37 For a detailed list of the changes, see the git commit log. For an
38 overview of the changes made in the quvi project 0.9+ series, see:
39 http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
42 v0.4.1 (2012-03-23) / Toni Gundogdu
45 - Add examples/parse.c [a26f5f6]
46 - Add examples/supported.c [179d997]
47 - DOC: Replace buzzhumor with gaskrank [3d2e015]
48 - FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
49 - Thanks to Marien Zwart for the fix
50 - FIX: Make verify c/b check against correct option [0c4ff3b]
51 - FIX: Use dirname(3) properly [b2f1621]
54 0.4.0 Wed Oct 05 2011 Toni Gundogdu
57 - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi.git>
58 - Make QUVIPROTO_ALL new default (#43), this was previously QUVIPROTO_HTTP
59 - Rename env. variables, refer to documentation for new ones
60 - Remove deprecated API features (#42)
61 - See <http://quvi.sf.net/doc/> for "API: Deprecated" and "quvi.h"
62 - Remove the neglected symbol versioning
63 - Add QUVI_VERSION_SCRIPTS
66 - Compilation errors with examples/Makefile.am