summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2009-09-01 20:19:45 (UTC)
committer Michael Krelin <hacker@klever.net>2009-09-01 20:19:45 (UTC)
commit5e8d46cb591582918f4d3d4bbdbd29fee207498a (patch) (unidiff)
tree32d202bde2c99722433eb601390f38a168be640f
parentda3fe98e5c75940135fcd9bb45b36eed62d8b4dc (diff)
downloadlibopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.zip
libopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.tar.gz
libopkele-5e8d46cb591582918f4d3d4bbdbd29fee207498a.tar.bz2
updated news and bumped version to 2.0.32.0.3public/master
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--NEWS.xml5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 0206018..93d88f9 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,50 +1,55 @@
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.3" date="September 1st, 2009">
4 <ni>Fixed an URI normalization bug misnormalizing URIs with a single-character
5 trailing component</ni>
6 <ni>build improvements</ni>
7 </version>
3 <version version="2.0.2" date="April 11th, 2009"> 8 <version version="2.0.2" date="April 11th, 2009">
4 <ni>Handling of unknown encodings during discovery</ni> 9 <ni>Handling of unknown encodings during discovery</ni>
5 <ni>Discovery robustness improvements</ni> 10 <ni>Discovery robustness improvements</ni>
6 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> 11 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni>
7 <ni>Build fixes and improvements</ni> 12 <ni>Build fixes and improvements</ni>
8 </version> 13 </version>
9 <version version="2.0.1" date="November 22nd, 2008"> 14 <version version="2.0.1" date="November 22nd, 2008">
10 <ni>Compile-time fixes and improvements</ni> 15 <ni>Compile-time fixes and improvements</ni>
11 <ni>Portability improvements for FreeBSD</ni> 16 <ni>Portability improvements for FreeBSD</ni>
12 <ni>Really suppress debugging message from htmltidy when --disable-debug is in 17 <ni>Really suppress debugging message from htmltidy when --disable-debug is in
13 effect</ni> 18 effect</ni>
14 <ni>minor bugfixes</ni> 19 <ni>minor bugfixes</ni>
15 <ni>thread-safety improvements</ni> 20 <ni>thread-safety improvements</ni>
16 </version> 21 </version>
17 <version version="2.0" date="June 26th, 2008"> 22 <version version="2.0" date="June 26th, 2008">
18 <ni>OpenID 2.0 support</ni> 23 <ni>OpenID 2.0 support</ni>
19 <ni>Major rewrite of the whole thing</ni> 24 <ni>Major rewrite of the whole thing</ni>
20 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> 25 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni>
21 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled 26 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled
22 classes benefits from it)</ni> 27 classes benefits from it)</ni>
23 <ni>Deprecation of the old api</ni> 28 <ni>Deprecation of the old api</ni>
24 <ni>Added sample RP and OP implementations</ni> 29 <ni>Added sample RP and OP implementations</ni>
25 <ni>Require expat xml stream parser library</ni> 30 <ni>Require expat xml stream parser library</ni>
26 <ni>Require htmltidy library</ni> 31 <ni>Require htmltidy library</ni>
27 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost 32 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost
28 library</ni> 33 library</ni>
29 </version> 34 </version>
30 <version version="0.3.2" date="November 22nd, 2007"> 35 <version version="0.3.2" date="November 22nd, 2007">
31 <ni>code cleanup for stricter compiler</ni> 36 <ni>code cleanup for stricter compiler</ni>
32 </version> 37 </version>
33 <version version="0.3.1" date="November 20th, 2007"> 38 <version version="0.3.1" date="November 20th, 2007">
34 <ni>more robustness improvements in links discovery</ni> 39 <ni>more robustness improvements in links discovery</ni>
35 <ni>removed dependency on pcre c++ bindings, because there are few of them and 40 <ni>removed dependency on pcre c++ bindings, because there are few of them and
36 not everyone likes all of them</ni> 41 not everyone likes all of them</ni>
37 <ni>minor build improvements</ni> 42 <ni>minor build improvements</ni>
38 </version> 43 </version>
39 <version version="0.3" date="August 9th, 2007"> 44 <version version="0.3" date="August 9th, 2007">
40 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 45 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
41 consumer_t::canonicalize is now called consumer_t::normalize and the 46 consumer_t::canonicalize is now called consumer_t::normalize and the
42 canonicalize memeber is now virtual to allow caching layer, not static</ni> 47 canonicalize memeber is now virtual to allow caching layer, not static</ni>
43 <ni>robustness improvement in handling associations expiry</ni> 48 <ni>robustness improvement in handling associations expiry</ni>
44 <ni>minor documentation updates</ni> 49 <ni>minor documentation updates</ni>
45 </version> 50 </version>
46 <version version="0.2.1" date="June 24th, 2007"> 51 <version version="0.2.1" date="June 24th, 2007">
47 <ni>open id server invalid signature bugfix</ni> 52 <ni>open id server invalid signature bugfix</ni>
48 </version> 53 </version>
49 <version version="0.2" date="June 19th, 2007"> 54 <version version="0.2" date="June 19th, 2007">
50 <ni>A few robustness improvements and optimizations</ni> 55 <ni>A few robustness improvements and optimizations</ni>
diff --git a/configure.ac b/configure.ac
index 9fc5c9d..5fb6bec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,49 +1,49 @@
1AC_INIT([libopkele], [2.0.2], [libopkele-bugs@klever.net]) 1AC_INIT([libopkele], [2.0.3], [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])
5AC_CONFIG_AUX_DIR([aux.d]) 5AC_CONFIG_AUX_DIR([aux.d])
6AM_INIT_AUTOMAKE([dist-bzip2]) 6AM_INIT_AUTOMAKE([dist-bzip2])
7 7
8AC_PROG_INSTALL 8AC_PROG_INSTALL
9AC_PROG_CXX 9AC_PROG_CXX
10AC_PROG_CC 10AC_PROG_CC
11AC_PROG_LIBTOOL 11AC_PROG_LIBTOOL
12PKG_PROG_PKG_CONFIG 12PKG_PROG_PKG_CONFIG
13 13
14AC_HEADER_STDC 14AC_HEADER_STDC
15AC_CHECK_FUNCS([timegm]) 15AC_CHECK_FUNCS([timegm])
16 16
17AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) 17AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
18 18
19AC_MSG_CHECKING([for source tree version]) 19AC_MSG_CHECKING([for source tree version])
20if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then 20if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then
21 PACKAGE_SRC_VERSION="$(cd $srcdir && git describe --tags $headrev)" 21 PACKAGE_SRC_VERSION="$(cd $srcdir && git describe --tags $headrev)"
22 test "$PACKAGE_SRC_VERSION" = "$PACKAGE_VERSION" \ 22 test "$PACKAGE_SRC_VERSION" = "$PACKAGE_VERSION" \
23 -o "${PACKAGE_SRC_VERSION#${PACKAGE_VERSION}-}" != "$PACKAGE_SRC_VERSION" || PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:${PACKAGE_SRC_VERSION}" 23 -o "${PACKAGE_SRC_VERSION#${PACKAGE_VERSION}-}" != "$PACKAGE_SRC_VERSION" || PACKAGE_SRC_VERSION="${PACKAGE_VERSION}:${PACKAGE_SRC_VERSION}"
24 ( cd $srcdir && git diff-index $headrev | read dirt ) && PACKAGE_SRC_VERSION="${PACKAGE_SRC_VERSION}-dirty" 24 ( cd $srcdir && git diff-index $headrev | read dirt ) && PACKAGE_SRC_VERSION="${PACKAGE_SRC_VERSION}-dirty"
25else 25else
26 PACKAGE_SRC_VERSION="$PACKAGE_VERSION" 26 PACKAGE_SRC_VERSION="$PACKAGE_VERSION"
27fi 27fi
28AC_MSG_RESULT([$PACKAGE_SRC_VERSION]) 28AC_MSG_RESULT([$PACKAGE_SRC_VERSION])
29AC_SUBST([PACKAGE_SRC_VERSION]) 29AC_SUBST([PACKAGE_SRC_VERSION])
30AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version]) 30AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version])
31 31
32tr1_mem_std="false" 32tr1_mem_std="false"
33tr1_mem_boost="false" 33tr1_mem_boost="false"
34AC_CHECK_SHAREDPTR(std::tr1,tr1/memory,[ tr1_mem_std=true ]) 34AC_CHECK_SHAREDPTR(std::tr1,tr1/memory,[ tr1_mem_std=true ])
35AC_CHECK_SHAREDPTR(boost,boost/shared_ptr.hpp,[ tr1_mem_boost=true ]) 35AC_CHECK_SHAREDPTR(boost,boost/shared_ptr.hpp,[ tr1_mem_boost=true ])
36tr1_mem="" 36tr1_mem=""
37AC_ARG_WITH([tr1-memory], 37AC_ARG_WITH([tr1-memory],
38 AC_HELP_STRING([--with-tr1-memory=<boost|std>],[select tr1/memory (shared_ptr<>) implementation to use]), 38 AC_HELP_STRING([--with-tr1-memory=<boost|std>],[select tr1/memory (shared_ptr<>) implementation to use]),
39 [ tr1_mem="$withval" ] 39 [ tr1_mem="$withval" ]
40) 40)
41AC_MSG_CHECKING([for tr1/memory implementation to use]) 41AC_MSG_CHECKING([for tr1/memory implementation to use])
42test -z "$tr1_mem" && $tr1_mem_std && tr1_mem=std 42test -z "$tr1_mem" && $tr1_mem_std && tr1_mem=std
43test -z "$tr1_mem" && $tr1_mem_boost && tr1_mem=boost 43test -z "$tr1_mem" && $tr1_mem_boost && tr1_mem=boost
44if test -z "$tr1_mem" ; then 44if test -z "$tr1_mem" ; then
45 AC_MSG_RESULT([none found]) 45 AC_MSG_RESULT([none found])
46else 46else
47 AC_MSG_RESULT([$tr1_mem]) 47 AC_MSG_RESULT([$tr1_mem])
48fi 48fi
49case "$tr1_mem" in 49case "$tr1_mem" in