diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-22 13:49:41 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-22 13:49:41 +0000 |
commit | 6fb436d97ded419f6e481892db433a7f4c190da2 (patch) | |
tree | 9a89530352b2a0b4fb489f90038747a9b8842a87 | |
parent | 5941aba0f737a0ec651b85bcecf4b6634fc212d7 (diff) | |
download | idutils-6fb436d97ded419f6e481892db433a7f4c190da2.tar.gz idutils-6fb436d97ded419f6e481892db433a7f4c190da2.tar.bz2 idutils-6fb436d97ded419f6e481892db433a7f4c190da2.zip |
* add missing 'release' entries in ChangeLog
* change package suffix to cvs
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 |