version 2.1 released

This commit is contained in:
Frederic Culot 2008-05-17 10:12:36 +00:00
parent 496d40b609
commit 748662568f
3 changed files with 14 additions and 4 deletions

View File

@ -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)

8
NEWS
View File

@ -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:

View File

@ -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])