-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | Copyright (c) 2005-2007 Klever Group (http://www.klever.net/) | 1 | Copyright (c) 2005-2008 Klever Group (http://www.klever.net/) |
2 | 2 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
4 | this software and associated documentation files (the "Software"), to deal in | 4 | this software and associated documentation files (the "Software"), to deal in |
@@ -1,5 +1,13 @@ | |||
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.1" date="November 22nd, 2008"> | ||
4 | <ni>Compile-time fixes and improvements</ni> | ||
5 | <ni>Portability improvements for FreeBSD</ni> | ||
6 | <ni>Really suppress debugging message from htmltidy when --disable-debug is in | ||
7 | effect</ni> | ||
8 | <ni>minor bugfixes</ni> | ||
9 | <ni>thread-safety improvements</ni> | ||
10 | </version> | ||
3 | <version version="2.0" date="June 26th, 2008"> | 11 | <version version="2.0" date="June 26th, 2008"> |
4 | <ni>OpenID 2.0 support</ni> | 12 | <ni>OpenID 2.0 support</ni> |
5 | <ni>Major rewrite of the whole thing</ni> | 13 | <ni>Major rewrite of the whole thing</ni> |
diff --git a/configure.ac b/configure.ac index 3484146..a7b56ff 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([libopkele], [2.0], [libopkele-bugs@klever.net]) | 1 | AC_INIT([libopkele], [2.0.1], [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 | AM_INIT_AUTOMAKE([dist-bzip2]) | 4 | AM_INIT_AUTOMAKE([dist-bzip2]) |