[Commits] PATCHSETS 1.1.2.56 1.1.2.57 ChangeLog 1.1.2.78 1.1.2.79 configure.ac 1.1.2.77 1.1.2.78
miras at claws-mail.org
miras at claws-mail.org
Mon Oct 31 02:38:56 CET 2011
Update of /home/claws-mail/plugins/archive
In directory claws-mail:/tmp/cvs-serv11453
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2011-10-31 [michael] 0.6.10cvs2
* src/archiver_gtk.c
Fix possible dangling pointer reference.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/configure.ac,v
retrieving revision 1.1.2.77
retrieving revision 1.1.2.78
diff -u -d -r1.1.2.77 -r1.1.2.78
--- configure.ac 22 Oct 2011 18:25:26 -0000 1.1.2.77
+++ configure.ac 31 Oct 2011 01:38:54 -0000 1.1.2.78
@@ -13,7 +13,7 @@
MAJOR_VERSION=0
MINOR_VERSION=6
MICRO_VERSION=10
-EXTRA_VERSION=1
+EXTRA_VERSION=2
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/PATCHSETS,v
retrieving revision 1.1.2.56
retrieving revision 1.1.2.57
diff -u -d -r1.1.2.56 -r1.1.2.57
--- PATCHSETS 22 Oct 2011 18:25:26 -0000 1.1.2.56
+++ PATCHSETS 31 Oct 2011 01:38:54 -0000 1.1.2.57
@@ -59,3 +59,4 @@
( cvs diff -u -r 1.1.2.71 -r 1.1.2.72 configure.ac; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/ca.po; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 po/es.po; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/fi.po; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 po/fr.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/pt_BR.po; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/sk.po; diff -u /dev/null po/uk.po; ) > 0.6.7cvs1.patchset
( cvs diff -u -r 1.1.2.74 -r 1.1.2.75 configure.ac; diff -u /dev/null po/lt.po; ) > 0.6.9cvs1.patchset
( cvs diff -u -r 1.1.2.28 -r 1.1.2.29 src/archiver_gtk.c; cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/archiver_prefs.c; ) > 0.6.10cvs1.patchset
+( cvs diff -u -r 1.1.2.29 -r 1.1.2.30 src/archiver_gtk.c; ) > 0.6.10cvs2.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/archive/Attic/ChangeLog,v
retrieving revision 1.1.2.78
retrieving revision 1.1.2.79
diff -u -d -r1.1.2.78 -r1.1.2.79
--- ChangeLog 22 Oct 2011 18:25:26 -0000 1.1.2.78
+++ ChangeLog 31 Oct 2011 01:38:54 -0000 1.1.2.79
@@ -1,3 +1,8 @@
+2011-10-31 [michael] 0.6.10cvs2
+
+ * src/archiver_gtk.c
+ Fix possible dangling pointer reference.
+
2011-10-22 [colin] 0.6.10cvs1
* src/archiver_gtk.c
More information about the Commits
mailing list