aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-11 06:55:04 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-11 06:55:04 +0000
commitd4d29be0fa41c079ab0a9e11585f65ff5e2828cf (patch)
treeb74667bbd336ff8a69b17ccf56ff8757a720b663
parentdad1356585ef74c4f9208a073cd1fa953e545bed (diff)
downloadcalcurse-2.6.tar.gz
calcurse-2.6.zip
Released 2.6v2.6CALCURSE_2_6
-rwxr-xr-xChangeLog6
-rwxr-xr-xNEWS40
2 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89926ba..61509cc 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-11 Frederic Culot <frederic@culot.org>
+
+ * === Released 2.6 ===
+
+ * NEWS: updated
+
2009-07-10 Frederic Culot <frederic@culot.org>
* 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: