diff options
-rwxr-xr-x | ChangeLog | 6 | ||||
-rwxr-xr-x | NEWS | 8 | ||||
-rwxr-xr-x | configure.ac | 4 |
3 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2008-05-17 Frederic Culot <frederic@culot.org> + + * === Released 2.1 === + + * NEWS: update + 2008-05-03 Frederic Culot <frederic@culot.org> * src/recur.c: typo fixed (thanks Jeremy for reporting it) @@ -1,5 +1,5 @@ -[26 Apr 2008] -Version 2.1_beta beta version available for testing. +[17 May 2008] +Version 2.1 - New features: * '--note' command line argument added which allows the display of note contents in non-interactive mode (patch submitted by Erik Saule) @@ -14,6 +14,10 @@ Version 2.1_beta beta version available for testing. * Italian manual provided by Leandro Noferini +[26 Apr 2008] +Version 2.1_beta beta version available for testing. + + [02 Mar 2008] Version 2.0 - New features: diff --git a/configure.ac b/configure.ac index d9d8de6..4aa717c 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.17 2008/04/20 13:52:06 culot Exp $ +# $calcurse: configure.ac,v 1.18 2008/05/17 10:12:37 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.1_beta, frederic@culot.org) +AC_INIT(calcurse, 2.1, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) |