aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-08-07 06:04:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-08-07 06:04:53 +0000
commitf7f31d6ca057f9eed95c7e8c46f3b3685c866c3a (patch)
treed9ab1dbc898da97ecda667db37b67ce0f2c0f7a2 /ChangeLog
parent46484d6266bcd28510b8982c0725b5a445df5ae5 (diff)
fixed crash on Ubuntu 14.04 where oniguruma was enabled.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3481 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7021048c..e717391d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-07
+
+ * libsylph/filter.c: strmatch_regex(): use Oniguruma native API
+ to prevent crash on Ubuntu 14.04.
+
2015-07-09
* src/update_check.c: don't read() from child stdout directly