man3: libquvi.3.txt: Revise for asciidoc.conf
[libquvi.git] / NEWS
blob8fa6ff43b57cfacf6f9bb7a720d2ada9b097ee47
1 v0.4.1 (2012-03-23) / Toni Gundogdu
3 Toni Gundogdu:
4   - Add examples/parse.c [a26f5f6]
5   - Add examples/supported.c [179d997]
6   - DOC: Replace buzzhumor with gaskrank [3d2e015]
7   - FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
8     - Thanks to Marien Zwart for the fix
9   - FIX: Make verify c/b check against correct option [0c4ff3b]
10   - FIX: Use dirname(3) properly [b2f1621]
13 0.4.0  Wed Oct 05 2011  Toni Gundogdu
15 Changes:
16   - Split from "quvi", new repo at <http://repo.or.cz/w/libquvi.git>
17   - Make QUVIPROTO_ALL new default (#43), this was previously QUVIPROTO_HTTP
18   - Rename env. variables, refer to documentation for new ones
19   - Remove deprecated API features (#42)
20     - See <http://quvi.sf.net/doc/> for "API: Deprecated" and "quvi.h"
21   - Remove the neglected symbol versioning
22   - Add QUVI_VERSION_SCRIPTS
24 Fixes:
25   - Compilation errors with examples/Makefile.am