-rw-r--r-- | NEWS.xml | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ <?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> diff --git a/configure.ac b/configure.ac index 7fa2f85..e636253 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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]) |