aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-15 18:48:43 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-15 18:48:43 +0000
commit3fe85503732c885bd3833b9c1c56a8a70d45f253 (patch)
tree634a2e3b530cd83cd847cd89b2caec59169a1f6a /ChangeLog
parent56a29600ad7a1e91fe0b0b0f3747092552319a46 (diff)
downloadcalcurse-3fe85503732c885bd3833b9c1c56a8a70d45f253.tar.gz
calcurse-3fe85503732c885bd3833b9c1c56a8a70d45f253.zip
Fixed a bug related to memory management (a free on a null pointer causes an abort now, which induces side effects on file import).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d358a7..14eb99a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-15 Frederic Culot <frederic@culot.org>
+
+ * src/io.c: could not import ical files anymore if notes were not
+ attached to items (thanks Chris for reporting it)
+
2009-07-12 Frederic Culot <frederic@culot.org>
* configure.ac