Merge branch 'tg/next__scripts_version_as_ini' into next
[libquvi.git] / NEWS
blobb906cadfa374f81a3f7862cdb9944b2324c4e893
1 v0.9.2  [2013-07-16]
3 Bastien Nocera:
4   - FIX: declaration of quvi_new() [91375fd]
5   - Require a2x when building from git [6cdebfd]
6 Toni Gundogdu:
7   - API: Add quvi_errcode [c9d1ca1]
8   - API: quvi_get: Remove QUVI_INFO_ERROR_CODE support [5f98b90]
9   - FIX: configure.ac: AS_IF for date(1) [cfc17fd]
10   - LDFLAGS: libtool: Use -release with unstable 0.9 releases [20b1ee3]
11   - quvi_set: Add support for QUVI_OPTION_CALLBACK_STATUS_USERDATA [587958b]
12   - quvi_version: Add support for QUVI_VERSION_BUILD_CC_CFLAGS [c93ce12]
13   - Redefine quvi_callback_status with userdata parameter [5b3cebb]
15  40 files changed, 317 insertions(+), 225 deletions(-)
18 v0.9.1  [2013-05-20]
20 This is the first official release of the 0.9 of libquvi. The typical
21 list of the changes (commit-by-commit), since the 0.4, were omitted.
23 For a detailed list of the changes, see the git commit log. For an
24 overview of the changes made in the quvi project 0.9+ series, see:
25   http://quvi.sourceforge.net/doc/other/quvi-prj-ptnine.html (WIP)
28 v0.4.1 (2012-03-23) / Toni Gundogdu
30 Toni Gundogdu:
31   - Add examples/parse.c [a26f5f6]
32   - Add examples/supported.c [179d997]
33   - DOC: Replace buzzhumor with gaskrank [3d2e015]
34   - FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
35     - Thanks to Marien Zwart for the fix
36   - FIX: Make verify c/b check against correct option [0c4ff3b]
37   - FIX: Use dirname(3) properly [b2f1621]
40 0.4.0  Wed Oct 05 2011  Toni Gundogdu
42 Changes:
43   - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi.git>
44   - Make QUVIPROTO_ALL new default (#43), this was previously QUVIPROTO_HTTP
45   - Rename env. variables, refer to documentation for new ones
46   - Remove deprecated API features (#42)
47     - See <http://quvi.sf.net/doc/> for "API: Deprecated" and "quvi.h"
48   - Remove the neglected symbol versioning
49   - Add QUVI_VERSION_SCRIPTS
51 Fixes:
52   - Compilation errors with examples/Makefile.am