summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2434db2..a29d732 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 0.2.3 [2010-12-08]
+ - Fix problems with certain patterns of line input crashing.
+
Version 0.2.1 [2010-10-16]
- Various compiler and build fixes
diff --git a/configure.in b/configure.in
index 57ab9b5..4e6f079 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(slapi-dnsnotify, 0.2.2, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.2)
+AC_INIT(slapi-dnsnotify, 0.2.3, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.3)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"