2005-01-16 [colin] 0.9.13cvs36.1
authorColin Leroy <colin@colino.net>
Sun, 16 Jan 2005 18:25:34 +0000 (18:25 +0000)
committerColin Leroy <colin@colino.net>
Sun, 16 Jan 2005 18:25:34 +0000 (18:25 +0000)
* ChangeLog
* ChangeLog.jp
* ChangeLog.claws
Sync with HEAD (nothing applicable)

ChangeLog
ChangeLog-gtk2.claws
ChangeLog.claws
ChangeLog.jp
PATCHSETS
configure.ac

index 9011f984155ce31c5605aaa0143c0cc56dddf4c9..0baccf09353517d970fa7a007bcf96c9ef79cd6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-11
+
+       * src/template.c: template_write_config(): fixed potential memory
+         corruption bug.
+
 2005-01-06
 
        * src/pop.[ch]: added POP3_DONE to Pop3State (it is set when logout
index e30e79879bd40b21233d2a08931f533684d4a1af..c9267f29416371c2c45a5085de144e24998e32ce 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-16 [colin]     0.9.13cvs36.1
+
+       * ChangeLog
+       * ChangeLog.jp
+       * ChangeLog.claws
+               Sync with HEAD (nothing applicable)
+
 2005-01-16 [colin]     0.9.13cvs33.2
 
        * src/prefs_toolbar.c
index 2da6784e09ceac2cbb46a1135cf40fd9f146e355..6421cbf9ab35294fc6255f1cf31ae9e72e2c28f4 100644 (file)
@@ -1,3 +1,48 @@
+2005-01-16 [colin]     0.9.13cvs36
+
+       * src/prefs_toolbar.c
+               Fix two leaks, both found by Alfons.
+
+2005-01-15 [paul]      0.9.13cvs35
+
+       * src/gtk/pluginwindow.c
+               fix 2 memleaks, patch by Alfons
+
+2005-01-15 [paul]      0.9.13cvs34
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/common/template.c
+               sync with main, see ChangeLog 2005-01-11
+               (fix potential memory corruption bug)
+
+2005-01-14 [colin]     0.9.13cvs33
+
+       * src/html.c
+       * src/msgcache.c
+               Fix coding style issues from the last patch
+
+2005-01-14 [colin]     0.9.13cvs32
+
+       * src/msgcache.c
+               Fix possible double free, avoid putting 8k on the stack
+       * src/html.c
+       * src/html.h
+               Fix links with tags inside, add some entities
+       * AUTHORS
+               Both patches by Rich Coe <Richard.Coe@med.ge.com>
+
+2005-01-09 [thorsten]  0.9.13cvs31
+
+       * tools/calypso_convert.pl
+               support nested subdirs (possible in recent calypso versions)
+               fix "change of readonly value" error with perl >= 5.8
+
+2005-01-08 [colin]     0.9.13cvs30
+
+       * src/prefs_filtering_action.c
+               Plug leak - patch by Alfons
+
 2005-01-07 [paul]      0.9.13cvs29
 
        * ChangeLog
index 3064b8196da8bf1182ca129e9f617a41a167927f..f7c6b1e3e95c07901c97894b08605a5bfa5ec1a7 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-11
+
+       * src/template.c: template_write_config(): ÀøºßŪ¤Ê¥á¥â¥êÇ˲õ¥Ð¥°
+         ¤ò½¤Àµ¡£
+
 2005-01-06
 
        * src/pop.[ch]: Pop3State ¤Ë POP3_DONE ¤òÄɲÃ(¥í¥°¥¢¥¦¥È¤¬´°Î»¤·¤¿
index 49987d5d3249777a522e4633bdbf74e1e0fa3dfe..9f044ed0863fb9843a113874a6e64c5a05afa370 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.12.2.3 -r 1.12.2.4 src/html.c; cvs diff -u -r 1.3 -r 1.4 src/html.h; cvs diff -u -r 1.16.2.11 -r 1.16.2.12 src/msgcache.c; cvs diff -u -r 1.100.2.10 -r 1.100.2.11 AUTHORS; cvs diff -u -r 1.1 -r 1.2 tools/calypso_convert.pl; ) > 0.9.13cvs32.1.patchset
 ( cvs diff -u -r 1.12.2.4 -r 1.12.2.5 src/html.c; cvs diff -u -r 1.16.2.12 -r 1.16.2.13 src/msgcache.c; ) > 0.9.13cvs33.1.patchset
 ( cvs diff -u -r 1.30.2.7 -r 1.30.2.8 src/prefs_toolbar.c; ) > 0.9.13cvs33.2.patchset
+( cvs diff -u -r 1.396.2.19 -r 1.396.2.20 ChangeLog; cvs diff -u -r 1.391.2.19 -r 1.391.2.20 ChangeLog.jp; cvs diff -u -r 1.2504.2.42 -r 1.2504.2.43 ChangeLog.claws; ) > 0.9.13cvs36.1.patchset
index ba54c95ed4510a4edc13d5694fabd50a4075d585..62544efdbce945a4b3b70f21750789def7f46f66 100644 (file)
@@ -11,9 +11,9 @@ MINOR_VERSION=9
 MICRO_VERSION=13
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=33
+EXTRA_VERSION=36
 EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.2
+EXTRA_GTK2_VERSION=.1
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}