summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2009-12-22 22:37:28 (UTC)
committer Michael Krelin <hacker@klever.net>2009-12-22 22:37:28 (UTC)
commit3ad15ad20d08d45a2a077d8f8711ec5d915d2c40 (patch) (unidiff)
tree557e27277ce01a51a22461f836841fbf6ebd2b94
parentd597166bcf3072e6e0dac58bd1edf2bdd79025b3 (diff)
downloadlibopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.zip
libopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.tar.gz
libopkele-3ad15ad20d08d45a2a077d8f8711ec5d915d2c40.tar.bz2
updated NEWS and bumped version2.0.4
Signed-off-by: Michael Krelin <hacker@klever.net>
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,76 +1,82 @@
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>
6 <ni>build improvements</ni> 12 <ni>build improvements</ni>
7 </version> 13 </version>
8 <version version="2.0.2" date="April 11th, 2009"> 14 <version version="2.0.2" date="April 11th, 2009">
9 <ni>Handling of unknown encodings during discovery</ni> 15 <ni>Handling of unknown encodings during discovery</ni>
10 <ni>Discovery robustness improvements</ni> 16 <ni>Discovery robustness improvements</ni>
11 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni> 17 <ni>Workaround for OPs (e.g. livejournal.com) breaking specs</ni>
12 <ni>Build fixes and improvements</ni> 18 <ni>Build fixes and improvements</ni>
13 </version> 19 </version>
14 <version version="2.0.1" date="November 22nd, 2008"> 20 <version version="2.0.1" date="November 22nd, 2008">
15 <ni>Compile-time fixes and improvements</ni> 21 <ni>Compile-time fixes and improvements</ni>
16 <ni>Portability improvements for FreeBSD</ni> 22 <ni>Portability improvements for FreeBSD</ni>
17 <ni>Really suppress debugging message from htmltidy when --disable-debug is in 23 <ni>Really suppress debugging message from htmltidy when --disable-debug is in
18 effect</ni> 24 effect</ni>
19 <ni>minor bugfixes</ni> 25 <ni>minor bugfixes</ni>
20 <ni>thread-safety improvements</ni> 26 <ni>thread-safety improvements</ni>
21 </version> 27 </version>
22 <version version="2.0" date="June 26th, 2008"> 28 <version version="2.0" date="June 26th, 2008">
23 <ni>OpenID 2.0 support</ni> 29 <ni>OpenID 2.0 support</ni>
24 <ni>Major rewrite of the whole thing</ni> 30 <ni>Major rewrite of the whole thing</ni>
25 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni> 31 <ni>Support for XRDS (YADIS and XRI/inames) discovery</ni>
26 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled 32 <ni>Sheerly improved html-based discovery (only code using new, 2.0-enabled
27 classes benefits from it)</ni> 33 classes benefits from it)</ni>
28 <ni>Deprecation of the old api</ni> 34 <ni>Deprecation of the old api</ni>
29 <ni>Added sample RP and OP implementations</ni> 35 <ni>Added sample RP and OP implementations</ni>
30 <ni>Require expat xml stream parser library</ni> 36 <ni>Require expat xml stream parser library</ni>
31 <ni>Require htmltidy library</ni> 37 <ni>Require htmltidy library</ni>
32 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost 38 <ni>Require tr1/memory (shared_ptr) support - either modern gcc or boost
33 library</ni> 39 library</ni>
34 </version> 40 </version>
35 <version version="0.3.2" date="November 22nd, 2007"> 41 <version version="0.3.2" date="November 22nd, 2007">
36 <ni>code cleanup for stricter compiler</ni> 42 <ni>code cleanup for stricter compiler</ni>
37 </version> 43 </version>
38 <version version="0.3.1" date="November 20th, 2007"> 44 <version version="0.3.1" date="November 20th, 2007">
39 <ni>more robustness improvements in links discovery</ni> 45 <ni>more robustness improvements in links discovery</ni>
40 <ni>removed dependency on pcre c++ bindings, because there are few of them and 46 <ni>removed dependency on pcre c++ bindings, because there are few of them and
41 not everyone likes all of them</ni> 47 not everyone likes all of them</ni>
42 <ni>minor build improvements</ni> 48 <ni>minor build improvements</ni>
43 </version> 49 </version>
44 <version version="0.3" date="August 9th, 2007"> 50 <version version="0.3" date="August 9th, 2007">
45 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old 51 <ni>fixed canonicalization procedure to be specs-compliant. Note, that the old
46 consumer_t::canonicalize is now called consumer_t::normalize and the 52 consumer_t::canonicalize is now called consumer_t::normalize and the
47 canonicalize memeber is now virtual to allow caching layer, not static</ni> 53 canonicalize memeber is now virtual to allow caching layer, not static</ni>
48 <ni>robustness improvement in handling associations expiry</ni> 54 <ni>robustness improvement in handling associations expiry</ni>
49 <ni>minor documentation updates</ni> 55 <ni>minor documentation updates</ni>
50 </version> 56 </version>
51 <version version="0.2.1" date="June 24th, 2007"> 57 <version version="0.2.1" date="June 24th, 2007">
52 <ni>open id server invalid signature bugfix</ni> 58 <ni>open id server invalid signature bugfix</ni>
53 </version> 59 </version>
54 <version version="0.2" date="June 19th, 2007"> 60 <version version="0.2" date="June 19th, 2007">
55 <ni>A few robustness improvements and optimizations</ni> 61 <ni>A few robustness improvements and optimizations</ni>
56 <ni>More liberal key/values messages parsing</ni> 62 <ni>More liberal key/values messages parsing</ni>
57 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni> 63 <ni>Changed unusable --with-pcre++ configure option to --with-pcrepp</ni>
58 </version> 64 </version>
59 <version version="0.1.1" date="January 16th, 2007"> 65 <version version="0.1.1" date="January 16th, 2007">
60 <ni>Fixed a bug in curl errors handling</ni> 66 <ni>Fixed a bug in curl errors handling</ni>
61 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to 67 <ni>added --disable-ssl-verify-host and --disable-ssl-verify-peer options to
62 configure to alter default implementation of consumer's retrieve_links 68 configure to alter default implementation of consumer's retrieve_links
63 behaviour</ni> 69 behaviour</ni>
64 <ni>Build fix that eliminates the need to pass --disable-konforka in the 70 <ni>Build fix that eliminates the need to pass --disable-konforka in the
65 absence of it.</ni> 71 absence of it.</ni>
66 </version> 72 </version>
67 <version version="0.1" date="January 12th, 2007"> 73 <version version="0.1" date="January 12th, 2007">
68 <ni>OpenID simple registration extension implementation</ni> 74 <ni>OpenID simple registration extension implementation</ni>
69 <ni>OpenID extensions framework</ni> 75 <ni>OpenID extensions framework</ni>
70 <ni>Canonicalization bugfix</ni> 76 <ni>Canonicalization bugfix</ni>
71 <ni>Slightly improved interoperability with buggy implementations</ni> 77 <ni>Slightly improved interoperability with buggy implementations</ni>
72 </version> 78 </version>
73 <version version="0.0" date="July 25th, 2005"> 79 <version version="0.0" date="July 25th, 2005">
74 <ni>Initial release</ni> 80 <ni>Initial release</ni>
75 </version> 81 </version>
76</news> 82</news>
diff --git a/configure.ac b/configure.ac
index 7fa2f85..e636253 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,129 +1,129 @@
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])
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
50 std) 50 std)
51 $tr1_mem_std || AC_MSG_ERROR([std implementation requested, but not found]) 51 $tr1_mem_std || AC_MSG_ERROR([std implementation requested, but not found])
52 OPKELE_TR1_MEM_NS=std::tr1 52 OPKELE_TR1_MEM_NS=std::tr1
53 OPKELE_TR1_MEM_HEADER=tr1/memory 53 OPKELE_TR1_MEM_HEADER=tr1/memory
54 ;; 54 ;;
55 boost) 55 boost)
56 $tr1_mem_boost || AC_MSG_ERROR([boost implementation requested, but not found]) 56 $tr1_mem_boost || AC_MSG_ERROR([boost implementation requested, but not found])
57 OPKELE_TR1_MEM_NS=boost 57 OPKELE_TR1_MEM_NS=boost
58 OPKELE_TR1_MEM_HEADER=boost/shared_ptr.hpp 58 OPKELE_TR1_MEM_HEADER=boost/shared_ptr.hpp
59 ;; 59 ;;
60 *) 60 *)
61 AC_MSG_ERROR([no shared_ptr<> implementation found]) 61 AC_MSG_ERROR([no shared_ptr<> implementation found])
62 ;; 62 ;;
63esac 63esac
64AC_SUBST([OPKELE_TR1_MEM_NS]) 64AC_SUBST([OPKELE_TR1_MEM_NS])
65AC_SUBST([OPKELE_TR1_MEM_HEADER]) 65AC_SUBST([OPKELE_TR1_MEM_HEADER])
66 66
67AC_MSG_CHECKING([for deprecated attribute support]) 67AC_MSG_CHECKING([for deprecated attribute support])
68AC_COMPILE_IFELSE([ 68AC_COMPILE_IFELSE([
69 int __attribute__((deprecated)) deprecated_function(); 69 int __attribute__((deprecated)) deprecated_function();
70 ],[ 70 ],[
71 AC_MSG_RESULT([yes]) 71 AC_MSG_RESULT([yes])
72 AC_DEFINE([OPKELE_DEPRECATE],[__attribute__((deprecated))],[deprecated function attribute]) 72 AC_DEFINE([OPKELE_DEPRECATE],[__attribute__((deprecated))],[deprecated function attribute])
73 ],[ 73 ],[
74 AC_MSG_RESULT([no]) 74 AC_MSG_RESULT([no])
75 AC_DEFINE([OPKELE_DEPRECATE],,[deprecated function attribute]) 75 AC_DEFINE([OPKELE_DEPRECATE],,[deprecated function attribute])
76 ] 76 ]
77) 77)
78 78
79AC_LANG_PUSH([C++]) 79AC_LANG_PUSH([C++])
80AC_MSG_CHECKING([for abi::__cxa_demangle]) 80AC_MSG_CHECKING([for abi::__cxa_demangle])
81AC_COMPILE_IFELSE([ 81AC_COMPILE_IFELSE([
82 #include <typeinfo> 82 #include <typeinfo>
83 using namespace std; 83 using namespace std;
84 #include <cxxabi.h> 84 #include <cxxabi.h>
85 int main(int c,char **v) { 85 int main(int c,char **v) {
86 int dstat; 86 int dstat;
87 char *demangled = abi::__cxa_demangle(typeid(dstat).name(),0,0,&dstat); 87 char *demangled = abi::__cxa_demangle(typeid(dstat).name(),0,0,&dstat);
88 return 0; 88 return 0;
89 } 89 }
90 ],[ 90 ],[
91 AC_MSG_RESULT([yes]) 91 AC_MSG_RESULT([yes])
92 AC_DEFINE([HAVE_DEMANGLE],,[defined if abi::__cxa_demangle is available]) 92 AC_DEFINE([HAVE_DEMANGLE],,[defined if abi::__cxa_demangle is available])
93 ],[ 93 ],[
94 AC_MSG_RESULT([no]) 94 AC_MSG_RESULT([no])
95 ] 95 ]
96) 96)
97AC_LANG_POP([C++]) 97AC_LANG_POP([C++])
98 98
99 99
100 100
101 101
102PKG_CHECK_MODULES([OPENSSL],[openssl],,[ 102PKG_CHECK_MODULES([OPENSSL],[openssl],,[
103 AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/]) 103 AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/])
104]) 104])
105 105
106WANT_KONFORKA="yes" 106WANT_KONFORKA="yes"
107AC_ARG_ENABLE([konforka], 107AC_ARG_ENABLE([konforka],
108 AC_HELP_STRING([--disable-konforka],[do not use konforka library (default: use if found)]), 108 AC_HELP_STRING([--disable-konforka],[do not use konforka library (default: use if found)]),
109 [ 109 [
110 test "${enableval}" = "no" && WANT_KONFORKA="no" 110 test "${enableval}" = "no" && WANT_KONFORKA="no"
111 ] 111 ]
112) 112)
113if test "${WANT_KONFORKA}" = "yes" ; then 113if test "${WANT_KONFORKA}" = "yes" ; then
114 PKG_CHECK_MODULES([KONFORKA],[konforka],[ 114 PKG_CHECK_MODULES([KONFORKA],[konforka],[
115 AC_SUBST([KONFORKA_CFLAGS]) 115 AC_SUBST([KONFORKA_CFLAGS])
116 AC_SUBST([KONFORKA_LIBS]) 116 AC_SUBST([KONFORKA_LIBS])
117 AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library]) 117 AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library])
118 AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library]) 118 AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library])
119 AC_SUBST([KONFORKA_KONFORKA],[konforka]) 119 AC_SUBST([KONFORKA_KONFORKA],[konforka])
120 ],[true]) 120 ],[true])
121fi 121fi
122 122
123WANT_DOXYGEN="yes" 123WANT_DOXYGEN="yes"
124AC_ARG_ENABLE([doxygen], 124AC_ARG_ENABLE([doxygen],
125 AC_HELP_STRING([--disable-doxygen],[do not generate documentation]), 125 AC_HELP_STRING([--disable-doxygen],[do not generate documentation]),
126 [ 126 [
127 test "${enableval}" = "no" && WANT_DOXYGEN="no" 127 test "${enableval}" = "no" && WANT_DOXYGEN="no"
128 ] 128 ]
129) 129)