[Commits] PATCHSETS 1.1.2.254 1.1.2.255 ChangeLog 1.2.2.357 1.2.2.358 configure.ac 1.2.2.367 1.2.2.368
colin at claws-mail.org
colin at claws-mail.org
Wed Nov 2 21:51:45 CET 2011
Update of /home/claws-mail/plugins/vcalendar
In directory claws-mail:/tmp/cvs-serv3109
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2011-11-02 [colin] 2.0.11cvs8
* src/vcal_folder.c
Fix recurring events leak: always free IcalFeedData's
event, and always clone them instead of only recurring.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.367
retrieving revision 1.2.2.368
diff -u -d -r1.2.2.367 -r1.2.2.368
--- configure.ac 30 Oct 2011 11:42:48 -0000 1.2.2.367
+++ configure.ac 2 Nov 2011 20:51:42 -0000 1.2.2.368
@@ -10,7 +10,7 @@
MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=11
-EXTRA_VERSION=7
+EXTRA_VERSION=8
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.254
retrieving revision 1.1.2.255
diff -u -d -r1.1.2.254 -r1.1.2.255
--- PATCHSETS 30 Oct 2011 11:42:47 -0000 1.1.2.254
+++ PATCHSETS 2 Nov 2011 20:51:42 -0000 1.1.2.255
@@ -252,3 +252,4 @@
( cvs diff -u -r 1.2.2.114 -r 1.2.2.115 src/vcal_folder.c; ) > 2.0.11cvs5.patchset
( cvs diff -u -r 1.1.2.94 -r 1.1.2.95 src/vcal_meeting_gtk.c; ) > 2.0.11cvs6.patchset
( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/Makefile.am; cvs diff -u -r 1.1.2.43 -r 1.1.2.44 src/plugin.c; diff -u /dev/null src/vcal_dbus.c; diff -u /dev/null src/vcal_dbus.h; ) > 2.0.11cvs7.patchset
+( cvs diff -u -r 1.2.2.115 -r 1.2.2.116 src/vcal_folder.c; ) > 2.0.11cvs8.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.357
retrieving revision 1.2.2.358
diff -u -d -r1.2.2.357 -r1.2.2.358
--- ChangeLog 30 Oct 2011 11:42:48 -0000 1.2.2.357
+++ ChangeLog 2 Nov 2011 20:51:42 -0000 1.2.2.358
@@ -1,3 +1,9 @@
+2011-11-02 [colin] 2.0.11cvs8
+
+ * src/vcal_folder.c
+ Fix recurring events leak: always free IcalFeedData's
+ event, and always clone them instead of only recurring.
+
2011-10-30 [colin] 2.0.11cvs7
* src/Makefile.am
More information about the Commits
mailing list