[Commits] ChangeLog 1.22 1.23 PATCHSETS 1.22 1.23 configure.ac 1.23 1.24

miras at claws-mail.org miras at claws-mail.org
Mon Nov 21 00:01:40 CET 2011


Update of /home/claws-mail/contacts
In directory claws-mail:/tmp/cvs-serv1261

Modified Files:
	ChangeLog PATCHSETS configure.ac 
Log Message:
2011-11-20 [mir]	0.6.0cvs23

	* src/callbacks.c
	    Fix bug: Used a copy instead of a reference to address
		book which should be edited.
	    Fix bug: Forgot to clear list of contacts in copy of
		address book which is used for editing - edit config
		is likely to change the cached list of contacts. 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configure.ac	20 Nov 2011 21:24:19 -0000	1.23
+++ configure.ac	20 Nov 2011 23:01:38 -0000	1.24
@@ -12,7 +12,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=22
+EXTRA_VERSION=23
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- PATCHSETS	20 Nov 2011 21:24:19 -0000	1.22
+++ PATCHSETS	20 Nov 2011 23:01:38 -0000	1.23
@@ -20,3 +20,4 @@
 ( cvs diff -u -r 1.2 -r 1.3 dbus-client/client.c;  cvs diff -u -r 1.3 -r 1.4 plugins/example/example-plugin.c;  cvs diff -u -r 1.2 -r 1.3 plugins/ldap/ldap-plugin.c;  cvs diff -u -r 1.3 -r 1.4 plugins/xml/plugin-init.c;  cvs diff -u -r 1.4 -r 1.5 plugins/xml/xml-plugin.c;  cvs diff -u -r 1.1 -r 1.2 src/about.c;  cvs diff -u -r 1.4 -r 1.5 src/callbacks.c;  cvs diff -u -r 1.1 -r 1.2 src/claws-contacts.c;  cvs diff -u -r 1.2 -r 1.3 src/contactwindow.c;  cvs diff -u -r 1.3 -r 1.4 src/gtk-utils.c;  cvs diff -u -r 1.2 -r 1.3 src/mainwindow.c;  cvs diff -u -r 1.5 -r 1.6 src/plugin-loader.c;  cvs diff -u -r 1.3 -r 1.4 src/plugin-loader.h;  cvs diff -u -r 1.4 -r 1.5 src/plugin.h;  cvs diff -u -r 1.2 -r 1.3 src/printing.c;  cvs diff -u -r 1.3 -r 1.4 src/utils.c;  cvs diff -u -r 1.3 -r 1.4 src/utils.h;  cvs diff -u -r 1.1 -r 1.2 src/dbus/dbus-service.c;  cvs diff -u -r 1.2 -r 1.3 src/dbus/server-object.c;  cvs diff -u -r 1.4 -r 1.5 xmllib/parser.c;  cvs diff -u -r 1.1 -r 1.2 xmllib/parser.h;  ) > 0.6.0cvs20.patchset
 ( cvs diff -u -r 1.4 -r 1.5 plugins/ldap/ldap-plugin.c;  ) > 0.6.0cvs21.patchset
 ( cvs diff -u -r 1.5 -r 1.6 plugins/example/example-plugin.c;  cvs diff -u -r 1.5 -r 1.6 plugins/ldap/ldap-plugin.c;  cvs diff -u -r 1.6 -r 1.7 plugins/xml/xml-plugin.c;  cvs diff -u -r 1.6 -r 1.7 src/callbacks.c;  cvs diff -u -r 1.1 -r 1.2 src/callbacks.h;  cvs diff -u -r 1.4 -r 1.5 src/contactwindow.c;  cvs diff -u -r 1.1 -r 1.2 src/mainwindow.h;  cvs diff -u -r 1.7 -r 1.8 src/plugin-loader.c;  cvs diff -u -r 1.5 -r 1.6 src/plugin-loader.h;  cvs diff -u -r 1.6 -r 1.7 src/plugin.h;  cvs diff -u -r 1.5 -r 1.6 src/utils.c;  cvs diff -u -r 1.5 -r 1.6 src/utils.h;  ) > 0.6.0cvs22.patchset
+( cvs diff -u -r 1.7 -r 1.8 src/callbacks.c;  ) > 0.6.0cvs23.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog	20 Nov 2011 21:24:19 -0000	1.22
+++ ChangeLog	20 Nov 2011 23:01:38 -0000	1.23
@@ -1,3 +1,13 @@
+2011-11-20 [mir]	0.6.0cvs23
+
+	* src/callbacks.c
+	    Fix bug: Used a copy instead of a reference to address
+		book which should be edited.
+	    Fix bug: Forgot to clear list of contacts in copy of
+		address book which is used for editing - edit config
+		is likely to change the cached list of contacts.
+
+
 2011-11-20 [mir]	0.6.0cvs22
 
 	* plugins/example/example-plugin.c



More information about the Commits mailing list