version 2.1 released
This commit is contained in:
parent
496d40b609
commit
748662568f
@ -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>
|
2008-05-03 Frederic Culot <frederic@culot.org>
|
||||||
|
|
||||||
* src/recur.c: typo fixed (thanks Jeremy for reporting it)
|
* src/recur.c: typo fixed (thanks Jeremy for reporting it)
|
||||||
|
8
NEWS
8
NEWS
@ -1,5 +1,5 @@
|
|||||||
[26 Apr 2008]
|
[17 May 2008]
|
||||||
Version 2.1_beta beta version available for testing.
|
Version 2.1
|
||||||
- New features:
|
- New features:
|
||||||
* '--note' command line argument added which allows the display of note
|
* '--note' command line argument added which allows the display of note
|
||||||
contents in non-interactive mode (patch submitted by Erik Saule)
|
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
|
* Italian manual provided by Leandro Noferini
|
||||||
|
|
||||||
|
|
||||||
|
[26 Apr 2008]
|
||||||
|
Version 2.1_beta beta version available for testing.
|
||||||
|
|
||||||
|
|
||||||
[02 Mar 2008]
|
[02 Mar 2008]
|
||||||
Version 2.0
|
Version 2.0
|
||||||
- New features:
|
- New features:
|
||||||
|
@ -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
|
# Init
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
AC_PREREQ(2.59)
|
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_INIT_AUTOMAKE
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
AC_CONFIG_SRCDIR([src/calcurse.c])
|
AC_CONFIG_SRCDIR([src/calcurse.c])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user