author | Michael Krelin <hacker@klever.net> | 2007-11-21 14:03:23 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-11-21 14:03:23 (UTC) |
commit | 55008364921771a74a1192411583a72cc05adfa6 (patch) (side-by-side diff) | |
tree | 4a2c1ead0b4138b9f670f195de98589d8cb06e1a | |
parent | 8e397698d6a224e36f2b4a188380ec04400aac66 (diff) | |
download | libopkele-55008364921771a74a1192411583a72cc05adfa6.zip libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.gz libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.bz2 |
bumped version and summarized changes in NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,14 +1,17 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.3.2" date=""> + <ni>code cleanup for stricter compiler</ni> + </version> <version version="0.3.1" date="November 20th, 2007"> <ni>more robustness improvements in links discovery</ni> <ni>removed dependency on pcre c++ bindings, because there are few of them and not everyone likes all of them</ni> <ni>minor build improvements</ni> </version> <version version="0.3" date="August 9th, 2007"> <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old consumer_t::canonicalize is now called consumer_t::normalize and the canonicalize memeber is now virtual to allow caching layer, not static</ni> <ni>robustness improvement in handling associations expiry</ni> <ni>minor documentation updates</ni> diff --git a/configure.ac b/configure.ac index 1ea8de9..626b263 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ -AC_INIT([libopkele], [0.3.1], [libopkele-bugs@klever.net]) +AC_INIT([libopkele], [0.3.2], [libopkele-bugs@klever.net]) AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_PROG_INSTALL AC_PROG_CXX AC_PROG_CC AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG AC_HEADER_STDC |