[Commits] ChangeLog 1.1.2.232 1.1.2.233 PATCHSETS 1.1.2.190 1.1.2.191 configure.ac 1.1.2.237 1.1.2.238

holger at claws-mail.org holger at claws-mail.org
Sun Dec 9 18:15:27 CET 2012


Update of /home/claws-mail/plugins/notification
In directory srv:/tmp/cvs-serv19166

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2012-12-09 [holger]	0.31cvs3

	* src/notification_foldercheck.c
		Restrict feature to only notify about selected
		folders to built-in folders.
		Folders provided by other plugins may vanish
		due to the other plugin being unloaded, resulting
		in dangling pointers and crashes.
		Fixes bug #2141 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.237
retrieving revision 1.1.2.238
diff -u -d -r1.1.2.237 -r1.1.2.238
--- configure.ac	16 Nov 2012 07:41:07 -0000	1.1.2.237
+++ configure.ac	9 Dec 2012 17:15:25 -0000	1.1.2.238
@@ -9,7 +9,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=31
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.190
retrieving revision 1.1.2.191
diff -u -d -r1.1.2.190 -r1.1.2.191
--- PATCHSETS	16 Nov 2012 07:41:07 -0000	1.1.2.190
+++ PATCHSETS	9 Dec 2012 17:15:25 -0000	1.1.2.191
@@ -192,3 +192,4 @@
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/es.po;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/fi.po;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/fr.po;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 po/hu.po;  ) > 0.30cvs5.patchset
 ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/Makefile.am;  ) > 0.31cvs1.patchset
 ( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 po/fi.po;  cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/sk.po;  ) > 0.31cvs2.patchset
+( cvs diff -u -r 1.1.2.16 -r 1.1.2.17 src/notification_foldercheck.c;  ) > 0.31cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.232
retrieving revision 1.1.2.233
diff -u -d -r1.1.2.232 -r1.1.2.233
--- ChangeLog	16 Nov 2012 07:41:07 -0000	1.1.2.232
+++ ChangeLog	9 Dec 2012 17:15:25 -0000	1.1.2.233
@@ -1,3 +1,13 @@
+2012-12-09 [holger]	0.31cvs3
+
+	* src/notification_foldercheck.c
+		Restrict feature to only notify about selected
+		folders to built-in folders.
+		Folders provided by other plugins may vanish
+		due to the other plugin being unloaded, resulting
+		in dangling pointers and crashes.
+		Fixes bug #2141
+
 2012-11-16 [paul]	0.31cvs2
 
 	* po/fi.po



More information about the Commits mailing list