aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-22 18:11:56 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-22 18:11:56 +0000
commitd8861f877ec1e52ff03781fa2246e7343a9387ae (patch)
tree40a419e39ea5ae5ba62dffdb555aa896ac1adffb /ChangeLog
parent38912b36daf4fe23436080b155a7b5a52ad2db7d (diff)
downloadcalcurse-d8861f877ec1e52ff03781fa2246e7343a9387ae.tar.gz
calcurse-d8861f877ec1e52ff03781fa2246e7343a9387ae.zip
bugfix: avoid possible segfault if notify_stop_main_thread is called before thread was launched (thanks Jan for reporting this)
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79582b4..62a04af 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-22 Frederic Culot <frederic@culot.org>
+
+ * src/notify.c (notify_stop_main_thread): avoid a possible
+ segfault if this function is called before the thread was launched
+ (thanks Jan for reporting this)
+
+ * configure.ac: switch to 2.5_beta
+
2009-01-05 Frederic Culot <frederic@culot.org>
* src/custom.c (custom_general_config, print_general_options):