summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c7e0bc..bdfea3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,10 @@
with comments and quotation.
Patch appended to patch #2775 by Madhu Gogulapati.
+2006-03-12 Claudio Fontana <claudio@gnu.org>
+
+ version 4.1 released.
+
2006-03-05 Claudio Fontana <claudio@gnu.org>
* src/lid.c::isnumber(): fixed bug in pattern recognition.
@@ -155,7 +159,10 @@
* src/*.c, libidu/*.c: enforce <> for system includes or their gnulib
replacements, and "" for program specific headers
+2005-12-24 Claudio Fontana <claudio@gnu.org>
+ version 4.0 released.
+
2005-12-15 Claudio Fontana <claudio@gnu.org>
* src/mkid.c: tweak alloc-ed size of token signature to a minimum
of 1 byte. Fixes assertion failure filed as savannah support request
diff --git a/configure.ac b/configure.ac
index d97f7aa..b18893b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([idutils], [4.2], [bug-idutils@gnu.org])
+AC_INIT([idutils], [cvs], [bug-idutils@gnu.org])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE