[Commits] PATCHSETS 1.1.2.257 1.1.2.258 ChangeLog 1.2.2.360 1.2.2.361 configure.ac 1.2.2.370 1.2.2.371

colin at claws-mail.org colin at claws-mail.org
Sun Nov 6 13:06:23 CET 2011


Update of /home/claws-mail/plugins/vcalendar
In directory claws-mail:/tmp/cvs-serv14547

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2011-11-06 [colin]	2.0.11cvs11

	* src/vcal_folder.c
	* src/vcal_folder.h
	* src/vcalendar.c
		Fix last recurring events leak. When removing a property
		it has to be freed... Also, explicit free at module unload
		to avoid false positives.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.370
retrieving revision 1.2.2.371
diff -u -d -r1.2.2.370 -r1.2.2.371
--- configure.ac	6 Nov 2011 09:06:44 -0000	1.2.2.370
+++ configure.ac	6 Nov 2011 12:06:21 -0000	1.2.2.371
@@ -10,7 +10,7 @@
 MAJOR_VERSION=2
 MINOR_VERSION=0
 MICRO_VERSION=11
-EXTRA_VERSION=10
+EXTRA_VERSION=11
 
 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.257
retrieving revision 1.1.2.258
diff -u -d -r1.1.2.257 -r1.1.2.258
--- PATCHSETS	6 Nov 2011 09:06:44 -0000	1.1.2.257
+++ PATCHSETS	6 Nov 2011 12:06:21 -0000	1.1.2.258
@@ -255,3 +255,4 @@
 ( cvs diff -u -r 1.2.2.115 -r 1.2.2.116 src/vcal_folder.c;  ) > 2.0.11cvs8.patchset
 ( cvs diff -u -r 1.2.2.116 -r 1.2.2.117 src/vcal_folder.c;  ) > 2.0.11cvs9.patchset
 ( cvs diff -u -r 1.2.2.117 -r 1.2.2.118 src/vcal_folder.c;  ) > 2.0.11cvs10.patchset
+( cvs diff -u -r 1.2.2.118 -r 1.2.2.119 src/vcal_folder.c;  cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/vcal_folder.h;  cvs diff -u -r 1.2.2.94 -r 1.2.2.95 src/vcalendar.c;  ) > 2.0.11cvs11.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.360
retrieving revision 1.2.2.361
diff -u -d -r1.2.2.360 -r1.2.2.361
--- ChangeLog	6 Nov 2011 09:06:44 -0000	1.2.2.360
+++ ChangeLog	6 Nov 2011 12:06:21 -0000	1.2.2.361
@@ -1,3 +1,12 @@
+2011-11-06 [colin]	2.0.11cvs11
+
+	* src/vcal_folder.c
+	* src/vcal_folder.h
+	* src/vcalendar.c
+		Fix last recurring events leak. When removing a property
+		it has to be freed... Also, explicit free at module unload
+		to avoid false positives.
+
 2011-11-06 [colin]	2.0.11cvs10
 
 	* src/vcal_folder.c



More information about the Commits mailing list