author | Michael Krelin <hacker@klever.net> | 2007-06-24 14:36:57 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-06-24 14:36:57 (UTC) |
commit | 4696aae9da3500f600cedd482501a89d41fd27ec (patch) (side-by-side diff) | |
tree | a18b190c5b3a4da9f2824a60f76457ae6ab845d4 | |
parent | 5999c7b9517e52918046cbd846a35de451de6383 (diff) | |
download | libopkele-0.2.1.zip libopkele-0.2.1.tar.gz libopkele-0.2.1.tar.bz2 |
libopkele: bumped version to 0.2.1 and summarized news.0.2.1
-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.2.1" date="June 24th, 2007"> + <ni>open id server invalid signature bugfix</ni> + </version> <version version="0.2" date="June 19th, 2007"> <ni>A few robustness improvements and optimizations</ni> <ni>More liberal key/values messages parsing</ni> <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> </version> <version version="0.1.1" date="January 16th, 2007"> <ni>Fixed a bug in curl errors handling</ni> <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to configure to alter default implementation of consumer's retrieve_links behaviour</ni> <ni>Build fix that eliminates the need to pass --disable-konforka in the 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 @@ -AC_INIT([libopkele], [0.2], [libopkele-bugs@klever.net]) +AC_INIT([libopkele], [0.2.1], [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 AC_HEADER_STDC AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |