v0.9.4 [2013-11-10] Toni Gundogdu: - API: Return URLs in escaped (percent-encoded) form [b79b467] - FIX: m_url_unescaped_form: Check if g_uri_unescape_string fails [8e23664] 23 files changed, 255 insertions(+), 145 deletions(-) v0.9.3 [2013-09-03] Toni Gundogdu: - AC_PREREQ: Bump to 2.69 [c591b1b] - API: Add QUVI_OPTION_ALLOW_COOKIES [f56798b] - API: Add QUVI_VERSION_SCRIPTS_CONFIGURATION [f0c95e0] - API: quvi_version: Read "version" file as ini-file [4466c98] - FIX: error: implicit declaration of function 'luaL_register' [f02cc3a] - FIX: Unescape input URL before URL resolving [f2ce9b7] - quvi.http.cookie: Return unless QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE [876949e] 50 files changed, 301 insertions(+), 171 deletions(-) v0.9.2 [2013-07-16] Bastien Nocera: - FIX: declaration of quvi_new() [91375fd] - Require a2x when building from git [6cdebfd] Toni Gundogdu: - API: Add quvi_errcode [c9d1ca1] - API: quvi_get: Remove QUVI_INFO_ERROR_CODE support [5f98b90] - FIX: configure.ac: AS_IF for date(1) [cfc17fd] - LDFLAGS: libtool: Use -release with unstable 0.9 releases [20b1ee3] - quvi_set: Add support for QUVI_OPTION_CALLBACK_STATUS_USERDATA [587958b] - quvi_version: Add support for QUVI_VERSION_BUILD_CC_CFLAGS [c93ce12] - Redefine quvi_callback_status with userdata parameter [5b3cebb] 40 files changed, 317 insertions(+), 225 deletions(-) v0.9.1 [2013-05-20] This is the first official release of the 0.9 of libquvi. The typical list of the changes (commit-by-commit), since the 0.4, were omitted. For a detailed list of the changes, see the git commit log. For an overview of the changes made in the quvi project 0.9+ series, see: http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP) v0.4.1 (2012-03-23) / Toni Gundogdu Toni Gundogdu: - Add examples/parse.c [a26f5f6] - Add examples/supported.c [179d997] - DOC: Replace buzzhumor with gaskrank [3d2e015] - FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322] - Thanks to Marien Zwart for the fix - FIX: Make verify c/b check against correct option [0c4ff3b] - FIX: Use dirname(3) properly [b2f1621] 0.4.0 Wed Oct 05 2011 Toni Gundogdu Changes: - Split from "quvi", new repo at - Make QUVIPROTO_ALL new default (#43), this was previously QUVIPROTO_HTTP - Rename env. variables, refer to documentation for new ones - Remove deprecated API features (#42) - See for "API: Deprecated" and "quvi.h" - Remove the neglected symbol versioning - Add QUVI_VERSION_SCRIPTS Fixes: - Compilation errors with examples/Makefile.am