aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-11-27 05:06:40 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-11-27 05:06:40 +0000
commitea67e1ed9b2495f3570c7479639874e29668be8e (patch)
tree197cb583a34394e2be814cca27109cc37b735a23
parent1ba7e3811be65723b76cb8f395ba47665e67d88b (diff)
updated documwnts.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3487 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c02adfc..0a80071e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
* libsylph/procmsg.c:
procmsg_read_cache_data_str_mem()
- READ_CACHE_DATA_INT(): fix for sigbus on ARM caused by unaligned access
- (#242).
+ READ_CACHE_DATA_INT(): fix for sigbus on ARM caused by unaligned
+ access (#242).
2015-10-27
diff --git a/NEWS b/NEWS
index 5e8826a2..94433c52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
Changes of Sylpheed
+* 3.5.0 (stable)
+
+ * A fix for ARM architecture was made.
+ * Some bugfixes and stability improvements were made.
+ * Win32: more fix for the crash when linked with newer MSVCRT was made.
+ * Win32: irresponsibe text entries on the first display of the filter
+ edit dialog were fixed.
+
* 3.5.0beta3 (development)
* A bug that eorder of filter runes by DnD was not saved was fixed.