summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-11-21 14:03:23 (UTC)
committer Michael Krelin <hacker@klever.net>2007-11-21 14:03:23 (UTC)
commit55008364921771a74a1192411583a72cc05adfa6 (patch) (unidiff)
tree4a2c1ead0b4138b9f670f195de98589d8cb06e1a
parent8e397698d6a224e36f2b4a188380ec04400aac66 (diff)
downloadlibopkele-55008364921771a74a1192411583a72cc05adfa6.zip
libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.gz
libopkele-55008364921771a74a1192411583a72cc05adfa6.tar.bz2
bumped version and summarized changes in NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore 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 347b71d..8c84b24 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,41 +1,44 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="0.3.2" date="">
4 <ni>code cleanup for stricter compiler</ni>
5 </version>
3 <version version="0.3.1" date="November 20th, 2007"> 6 <version version="0.3.1" date="November 20th, 2007">
4 <ni>more robustness improvements in links discovery</ni> 7 <ni>more robustness improvements in links discovery</ni>
5 <ni>removed dependency on pcre c++ bindings, because there are few of them and 8 <ni>removed dependency on pcre c++ bindings, because there are few of them and
6 not everyone likes all of them</ni> 9 not everyone likes all of them</ni>
7 <ni>minor build improvements</ni> 10 <ni>minor build improvements</ni>
8 </version> 11 </version>
9 <version version="0.3" date="August 9th, 2007"> 12 <version version="0.3" date="August 9th, 2007">
10 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 13 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
11 consumer_t::canonicalize is now called consumer_t::normalize and the 14 consumer_t::canonicalize is now called consumer_t::normalize and the
12 canonicalize memeber is now virtual to allow caching layer, not static</ni> 15 canonicalize memeber is now virtual to allow caching layer, not static</ni>
13 <ni>robustness improvement in handling associations expiry</ni> 16 <ni>robustness improvement in handling associations expiry</ni>
14 <ni>minor documentation updates</ni> 17 <ni>minor documentation updates</ni>
15 </version> 18 </version>
16 <version version="0.2.1" date="June 24th, 2007"> 19 <version version="0.2.1" date="June 24th, 2007">
17 <ni>open id server invalid signature bugfix</ni> 20 <ni>open id server invalid signature bugfix</ni>
18 </version> 21 </version>
19 <version version="0.2" date="June 19th, 2007"> 22 <version version="0.2" date="June 19th, 2007">
20 <ni>A few robustness improvements and optimizations</ni> 23 <ni>A few robustness improvements and optimizations</ni>
21 <ni>More liberal key/values messages parsing</ni> 24 <ni>More liberal key/values messages parsing</ni>
22 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 25 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
23 </version> 26 </version>
24 <version version="0.1.1" date="January 16th, 2007"> 27 <version version="0.1.1" date="January 16th, 2007">
25 <ni>Fixed a bug in curl errors handling</ni> 28 <ni>Fixed a bug in curl errors handling</ni>
26 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 29 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
27 configure to alter default implementation of consumer's retrieve_links 30 configure to alter default implementation of consumer's retrieve_links
28 behaviour</ni> 31 behaviour</ni>
29 <ni>Build fix that eliminates the need to pass --disable-konforka in the 32 <ni>Build fix that eliminates the need to pass --disable-konforka in the
30 absence of it.</ni> 33 absence of it.</ni>
31 </version> 34 </version>
32 <version version="0.1" date="January 12th, 2007"> 35 <version version="0.1" date="January 12th, 2007">
33 <ni>OpenID simple registration extension implementation</ni> 36 <ni>OpenID simple registration extension implementation</ni>
34 <ni>OpenID extensions framework</ni> 37 <ni>OpenID extensions framework</ni>
35 <ni>Canonicalization bugfix</ni> 38 <ni>Canonicalization bugfix</ni>
36 <ni>Slightly improved interoperability with buggy implementations</ni> 39 <ni>Slightly improved interoperability with buggy implementations</ni>
37 </version> 40 </version>
38 <version version="0.0" date="July 25th, 2005"> 41 <version version="0.0" date="July 25th, 2005">
39 <ni>Initial release</ni> 42 <ni>Initial release</ni>
40 </version> 43 </version>
41</news> 44</news>
diff --git a/configure.ac b/configure.ac
index 1ea8de9..626b263 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,49 +1,49 @@
1AC_INIT([libopkele], [0.3.1], [libopkele-bugs@klever.net]) 1AC_INIT([libopkele], [0.3.2], [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
10PKG_PROG_PKG_CONFIG 10PKG_PROG_PKG_CONFIG
11 11
12AC_HEADER_STDC 12AC_HEADER_STDC
13 13
14AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 14AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
15 15
16AC_MSG_CHECKING([for source tree version]) 16AC_MSG_CHECKING([for source tree version])
17if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then 17if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then
18 PACKAGE_SRC_VERSION="$(cd $srcdir && git describe --tags $headrev)" 18 PACKAGE_SRC_VERSION="$(cd $srcdir && git describe --tags $headrev)"
19 test "$PACKAGE_SRC_VERSION" = "$PACKAGE_VERSION" \ 19 test "$PACKAGE_SRC_VERSION" = "$PACKAGE_VERSION" \
20 -o "${PACKAGE_SRC_VERSION#${PACKAGE_VERSION}-}" != "$PACKAGE_SRC_VERSION" || PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:${PACKAGE_SRC_VERSION}" 20 -o "${PACKAGE_SRC_VERSION#${PACKAGE_VERSION}-}" != "$PACKAGE_SRC_VERSION" || PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:${PACKAGE_SRC_VERSION}"
21 ( cd $srcdir && git diff-index $headrev | read dirt ) && PACKAGE_SRC_VERSION="${PACKAGE_SRC_VERSION}-dirty" 21 ( cd $srcdir && git diff-index $headrev | read dirt ) && PACKAGE_SRC_VERSION="${PACKAGE_SRC_VERSION}-dirty"
22else 22else
23 PACKAGE_SRC_VERSION="$PACKAGE_VERSION" 23 PACKAGE_SRC_VERSION="$PACKAGE_VERSION"
24fi 24fi
25AC_MSG_RESULT([$PACKAGE_SRC_VERSION]) 25AC_MSG_RESULT([$PACKAGE_SRC_VERSION])
26AC_SUBST([PACKAGE_SRC_VERSION]) 26AC_SUBST([PACKAGE_SRC_VERSION])
27AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version]) 27AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version])
28 28
29PKG_CHECK_MODULES([OPENSSL],[openssl],,[ 29PKG_CHECK_MODULES([OPENSSL],[openssl],,[
30 AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/]) 30 AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/])
31]) 31])
32 32
33WANT_KONFORKA="yes" 33WANT_KONFORKA="yes"
34AC_ARG_ENABLE([konforka], 34AC_ARG_ENABLE([konforka],
35 AC_HELP_STRING([--disable-konforka],[do not use konforka library (default: use if found)]), 35 AC_HELP_STRING([--disable-konforka],[do not use konforka library (default: use if found)]),
36 [ 36 [
37 test "${enableval}" = "no" && WANT_KONFORKA="no" 37 test "${enableval}" = "no" && WANT_KONFORKA="no"
38 ] 38 ]
39) 39)
40if test "${WANT_KONFORKA}" = "yes" ; then 40if test "${WANT_KONFORKA}" = "yes" ; then
41 PKG_CHECK_MODULES([KONFORKA],[konforka],[ 41 PKG_CHECK_MODULES([KONFORKA],[konforka],[
42 AC_SUBST([KONFORKA_CFLAGS]) 42 AC_SUBST([KONFORKA_CFLAGS])
43 AC_SUBST([KONFORKA_LIBS]) 43 AC_SUBST([KONFORKA_LIBS])
44 AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library]) 44 AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library])
45 AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library]) 45 AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library])
46 AC_SUBST([KONFORKA_KONFORKA],[konforka]) 46 AC_SUBST([KONFORKA_KONFORKA],[konforka])
47 ],[true]) 47 ],[true])
48fi 48fi
49 49