summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--NEWS.xml3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 69fa8cb..0d4d2f3 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,14 +1,17 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="0.2.1" date="June 24th, 2007">
4 <ni>open id server invalid signature bugfix</ni>
5 </version>
3 <version version="0.2" date="June 19th, 2007"> 6 <version version="0.2" date="June 19th, 2007">
4 <ni>A few robustness improvements and optimizations</ni> 7 <ni>A few robustness improvements and optimizations</ni>
5 <ni>More liberal key/values messages parsing</ni> 8 <ni>More liberal key/values messages parsing</ni>
6 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 9 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
7 </version> 10 </version>
8 <version version="0.1.1" date="January 16th, 2007"> 11 <version version="0.1.1" date="January 16th, 2007">
9 <ni>Fixed a bug in curl errors handling</ni> 12 <ni>Fixed a bug in curl errors handling</ni>
10 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 13 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
11 configure to alter default implementation of consumer's retrieve_links 14 configure to alter default implementation of consumer's retrieve_links
12 behaviour</ni> 15 behaviour</ni>
13 <ni>Build fix that eliminates the need to pass --disable-konforka in the 16 <ni>Build fix that eliminates the need to pass --disable-konforka in the
14 absence of it.</ni> 17 absence of it.</ni>
diff --git a/configure.ac b/configure.ac
index d5cb9ec..97f0eae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,13 @@
1AC_INIT([libopkele], [0.2], [libopkele-bugs@klever.net]) 1AC_INIT([libopkele], [0.2.1], [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])
4AM_INIT_AUTOMAKE([dist-bzip2]) 4AM_INIT_AUTOMAKE([dist-bzip2])
5 5
6AC_PROG_INSTALL 6AC_PROG_INSTALL
7AC_PROG_CXX 7AC_PROG_CXX
8AC_PROG_CC 8AC_PROG_CC
9AC_PROG_LIBTOOL 9AC_PROG_LIBTOOL
10 10
11AC_HEADER_STDC 11AC_HEADER_STDC
12 12
13AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 13AC_PATH_PROG([XSLTPROC],[xsltproc],[true])