author | Michael Krelin <hacker@klever.net> | 2009-12-22 22:37:28 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 22:37:28 (UTC) |
commit | 3ad15ad20d08d45a2a077d8f8711ec5d915d2c40 (patch) (unidiff) | |
tree | 557e27277ce01a51a22461f836841fbf6ebd2b94 | |
parent | d597166bcf3072e6e0dac58bd1edf2bdd79025b3 (diff) | |
download | libopkele-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>
-rw-r--r-- | NEWS.xml | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,50 +1,56 @@ | |||
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> |
diff --git a/configure.ac b/configure.ac index 7fa2f85..e636253 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,49 +1,49 @@ | |||
1 | AC_INIT([libopkele], [2.0.3], [libopkele-bugs@klever.net]) | 1 | AC_INIT([libopkele], [2.0.4], [libopkele-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) | 2 | AC_CONFIG_SRCDIR([include/opkele/opkele-config.h]) |
3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) | 3 | AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h]) |
4 | AC_CONFIG_MACRO_DIR([aclocal.d]) | 4 | AC_CONFIG_MACRO_DIR([aclocal.d]) |
5 | AC_CONFIG_AUX_DIR([aux.d]) | 5 | AC_CONFIG_AUX_DIR([aux.d]) |
6 | AM_INIT_AUTOMAKE([dist-bzip2]) | 6 | AM_INIT_AUTOMAKE([dist-bzip2]) |
7 | 7 | ||
8 | AC_PROG_INSTALL | 8 | AC_PROG_INSTALL |
9 | AC_PROG_CXX | 9 | AC_PROG_CXX |
10 | AC_PROG_CC | 10 | AC_PROG_CC |
11 | AC_PROG_LIBTOOL | 11 | AC_PROG_LIBTOOL |
12 | PKG_PROG_PKG_CONFIG | 12 | PKG_PROG_PKG_CONFIG |
13 | 13 | ||
14 | AC_HEADER_STDC | 14 | AC_HEADER_STDC |
15 | AC_CHECK_FUNCS([timegm]) | 15 | AC_CHECK_FUNCS([timegm]) |
16 | 16 | ||
17 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) | 17 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |
18 | 18 | ||
19 | AC_MSG_CHECKING([for source tree version]) | 19 | AC_MSG_CHECKING([for source tree version]) |
20 | if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then | 20 | if 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" |
25 | else | 25 | else |
26 | PACKAGE_SRC_VERSION="$PACKAGE_VERSION" | 26 | PACKAGE_SRC_VERSION="$PACKAGE_VERSION" |
27 | fi | 27 | fi |
28 | AC_MSG_RESULT([$PACKAGE_SRC_VERSION]) | 28 | AC_MSG_RESULT([$PACKAGE_SRC_VERSION]) |
29 | AC_SUBST([PACKAGE_SRC_VERSION]) | 29 | AC_SUBST([PACKAGE_SRC_VERSION]) |
30 | AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version]) | 30 | AC_DEFINE_UNQUOTED([PACKAGE_SRC_VERSION],["$PACKAGE_SRC_VERSION"],[more or less precise source tree version]) |
31 | 31 | ||
32 | tr1_mem_std="false" | 32 | tr1_mem_std="false" |
33 | tr1_mem_boost="false" | 33 | tr1_mem_boost="false" |
34 | AC_CHECK_SHAREDPTR(std::tr1,tr1/memory,[ tr1_mem_std=true ]) | 34 | AC_CHECK_SHAREDPTR(std::tr1,tr1/memory,[ tr1_mem_std=true ]) |
35 | AC_CHECK_SHAREDPTR(boost,boost/shared_ptr.hpp,[ tr1_mem_boost=true ]) | 35 | AC_CHECK_SHAREDPTR(boost,boost/shared_ptr.hpp,[ tr1_mem_boost=true ]) |
36 | tr1_mem="" | 36 | tr1_mem="" |
37 | AC_ARG_WITH([tr1-memory], | 37 | AC_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 | ) |
41 | AC_MSG_CHECKING([for tr1/memory implementation to use]) | 41 | AC_MSG_CHECKING([for tr1/memory implementation to use]) |
42 | test -z "$tr1_mem" && $tr1_mem_std && tr1_mem=std | 42 | test -z "$tr1_mem" && $tr1_mem_std && tr1_mem=std |
43 | test -z "$tr1_mem" && $tr1_mem_boost && tr1_mem=boost | 43 | test -z "$tr1_mem" && $tr1_mem_boost && tr1_mem=boost |
44 | if test -z "$tr1_mem" ; then | 44 | if test -z "$tr1_mem" ; then |
45 | AC_MSG_RESULT([none found]) | 45 | AC_MSG_RESULT([none found]) |
46 | else | 46 | else |
47 | AC_MSG_RESULT([$tr1_mem]) | 47 | AC_MSG_RESULT([$tr1_mem]) |
48 | fi | 48 | fi |
49 | case "$tr1_mem" in | 49 | case "$tr1_mem" in |