author | Michael Krelin <hacker@klever.net> | 2007-01-12 13:52:36 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-01-12 13:52:36 (UTC) |
commit | d6a92f4891cd730c1c3cdba90f474cf253534120 (patch) (side-by-side diff) | |
tree | 31848134d1192282b702b7bd99687bbe9043ee02 | |
parent | e79687a3d9a1631613de02d8e12bae36302b46ab (diff) | |
download | libopkele-d6a92f4891cd730c1c3cdba90f474cf253534120.zip libopkele-d6a92f4891cd730c1c3cdba90f474cf253534120.tar.gz libopkele-d6a92f4891cd730c1c3cdba90f474cf253534120.tar.bz2 |
version, date bump, NEWS summary
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,17 +1,17 @@ -Copyright (c) 2005 Klever Group (http://www.klever.net/) +Copyright (c) 2005-2007 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.1" date="January 12th, 2007"> + <ni>OpenID simple registration extension implementation</ni> + <ni>OpenID extensions framework</ni> + <ni>Canonicalization bugfix</ni> + </version> <version version="0.0" date="July 25th, 2005"> <ni>Initial release</ni> </version> </news> diff --git a/configure.ac b/configure.ac index 2ce5f71..4729e92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,17 +1,17 @@ -AC_INIT([libopkele], [0.0], [libopkele-bugs@klever.net]) +AC_INIT([libopkele], [0.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]) AC_WITH_PKGCONFIG PKG_CHECK_MODULES([OPENSSL],[openssl],[ AC_MSG_RESULT([yes]) |