author | Michael Krelin <hacker@klever.net> | 2009-12-22 22:37:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 22:37:28 (UTC) |
commit | 3ad15ad20d08d45a2a077d8f8711ec5d915d2c40 (patch) (side-by-side diff) | |
tree | 557e27277ce01a51a22461f836841fbf6ebd2b94 | |
parent | d597166bcf3072e6e0dac58bd1edf2bdd79025b3 (diff) | |
download | libopkele-2.0.4.zip libopkele-2.0.4.tar.gz libopkele-2.0.4.tar.bz2 |
updated NEWS and bumped version2.0.4
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS.xml | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,14 +1,20 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="2.0.4" date="December 22nd, 2009"> + <ni>added attribute exchange and oauth openid extensions contributed by Joseph + Smarr of Plaxo</ni> + <ni>removed legacy compatibility code and dependency on pcre</ni> + <ni>minor build fixes and improvements</ni> + </version> <version version="2.0.3" date="September 1st, 2009"> <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character trailing component</ni> <ni>build improvements</ni> </version> <version version="2.0.2" date="April 11th, 2009"> <ni>Handling of unknown encodings during discovery</ni> <ni>Discovery robustness improvements</ni> <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> <ni>Build fixes and improvements</ni> </version> <version version="2.0.1" date="November 22nd, 2008"> diff --git a/configure.ac b/configure.ac index 7fa2f85..e636253 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ -AC_INIT([libopkele], [2.0.3], [libopkele-bugs@klever.net]) +AC_INIT([libopkele], [2.0.4], [libopkele-bugs@klever.net]) AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) AC_CONFIG_MACRO_DIR([aclocal.d]) AC_CONFIG_AUX_DIR([aux.d]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_PROG_INSTALL AC_PROG_CXX AC_PROG_CC AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG |