summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 93d88f9..6b2a4ef 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,5 +1,11 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="2.0.4" date="December 22nd, 2009">
4 <ni>added attribute exchange and oauth openid extensions contributed by Joseph
5 Smarr of Plaxo</ni>
6 <ni>removed legacy compatibility code and dependency on pcre</ni>
7 <ni>minor build fixes and improvements</ni>
8 </version>
3 <version version="2.0.3" date="September 1st, 2009"> 9 <version version="2.0.3" date="September 1st, 2009">
4 <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character 10 <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character
5 trailing component</ni> 11 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 @@
1AC_INIT([libopkele], [2.0.3], [libopkele-bugs@klever.net]) 1AC_INIT([libopkele], [2.0.4], [libopkele-bugs@klever.net])
2AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) 2AC_CONFIG_SRCDIR([include/opkele/opkele-config.h])
3AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) 3AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h])
4AC_CONFIG_MACRO_DIR([aclocal.d]) 4AC_CONFIG_MACRO_DIR([aclocal.d])