From d4d29be0fa41c079ab0a9e11585f65ff5e2828cf Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 11 Jul 2009 06:55:04 +0000 Subject: Released 2.6 --- ChangeLog | 6 ++++++ NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89926ba..61509cc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-11 Frederic Culot + + * === Released 2.6 === + + * NEWS: updated + 2009-07-10 Frederic Culot * doc/manual_*.html: manuals updated with the '-S' flag diff --git a/NEWS b/NEWS index 002a6d9..67e3e21 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +[11 Jul 2009] +Version 2.6 +- New features: + * calcurse is now distributed under a 2-clause BSD-style license + + * todos can now be flagged as completed + + * support for regex-based searches added + + * locking mechanism implemented to prevent having two calcurse instances + running at the same time + + * inside calendar panel, day names and selected date are now in the same + colour as user's theme + +- Bugfixes: + * missing 'T' letter added in the DURATION field for ical export (reported + by cuz) + + * ical events which spans over several days are now imported correctly + (reported by Andreas Kalex) + + * fixed gcc's `format-security' issue (reported by Francois Boulogne) + + * no more freeze when changing color within the configuration screen on + OpenBSD + + * fixed a memory leak caused by a wrong use of the structures related to the + notification bar + + * todo items are not displayed twice if -d and -t flags are both given + (reported by Timo Schmiade) + + * it is now possible to export data from a given appointment file even if + the user does not have any home directory (reported by Ben Zanin) + + * prevent character deletion before the beginning of the string within the + online editor (reported by Martin Rehak) + + [25 Jan 2009] Version 2.5 - New features: -- cgit v1.2.3