From 2a873eafb37023ad55e02f4c31a475b5a0ac4168 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Thu, 28 Aug 2008 12:26:49 +0000 Subject: switched to calcurse 2.2 --- ChangeLog | 7 +++++++ NEWS | 8 ++++++-- configure.ac | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7565428..f2fe71c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-28 Frederic Culot + + * === Released 2.2 === + + * configure.ac + * NEWS: update + 2008-08-18 Frederic Culot * src/io.c (io_init): wrong data path init fixed (thanks Herbert diff --git a/NEWS b/NEWS index ef5dd5b..fb5d5dd 100755 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -[12 Aug 2008] -Version 2.2_beta +[28 Aug 2008] +Version 2.2 - New features: * pcal export added, to be able to produce nice-looking PostScript output @@ -11,6 +11,10 @@ Version 2.2_beta * '^G', '0' and '$' keybindings added to ease movements in calendar +[12 Aug 2008] +Version 2.2_beta beta version available for testing. + + [17 May 2008] Version 2.1 - New features: diff --git a/configure.ac b/configure.ac index 6935930..25cd2c8 100755 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -# $calcurse: configure.ac,v 1.19 2008/08/12 15:57:05 culot Exp $ +# $calcurse: configure.ac,v 1.20 2008/08/28 12:26:50 culot Exp $ #------------------------------------------------------------------------------- # Init #------------------------------------------------------------------------------- AC_PREREQ(2.59) -AC_INIT(calcurse, 2.2_beta, frederic@culot.org) +AC_INIT(calcurse, 2.2, frederic@culot.org) AM_INIT_AUTOMAKE AM_GNU_GETTEXT([external]) AC_CONFIG_SRCDIR([src/calcurse.c]) -- cgit v1.2.3-54-g00ecf