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