-rw-r--r-- | NEWS.xml | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ | |||
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> |
diff --git a/configure.ac b/configure.ac index 9fc5c9d..5fb6bec 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([libopkele], [2.0.2], [libopkele-bugs@klever.net]) | 1 | AC_INIT([libopkele], [2.0.3], [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]) |