summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-12-08 15:20:35 +0000
committerStef Walter <stef@memberwebs.com>2010-12-08 15:20:35 +0000
commit0fd80a21185e4c8fb3c77d7e0f241a2149fe8fc6 (patch)
tree47c9fd019caa85d79f9ffcf117c76d700715fd39
parentd6039235778a7dacacf1abf2e1d6e34c8dfbf065 (diff)
Release version 0.2.3HEAD0.2.3master
-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"