[Commits] ChangeLog 1.23 1.24 PATCHSETS 1.23 1.24 configure.ac 1.24 1.25
miras at claws-mail.org
miras at claws-mail.org
Mon Nov 21 00:32:55 CET 2011
Update of /home/claws-mail/contacts
In directory claws-mail:/tmp/cvs-serv1830
Modified Files:
ChangeLog PATCHSETS configure.ac
Log Message:
2011-11-20 [mir] 0.6.0cvs24
* plugins/ldap/ldap-plugin.c
Forgot to free LDAPMessage in case of en error.
More clever handling of AbookConnection structure
when writing new configuration.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- configure.ac 20 Nov 2011 23:01:38 -0000 1.24
+++ configure.ac 20 Nov 2011 23:32:52 -0000 1.25
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=23
+EXTRA_VERSION=24
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- PATCHSETS 20 Nov 2011 23:01:38 -0000 1.23
+++ PATCHSETS 20 Nov 2011 23:32:52 -0000 1.24
@@ -21,3 +21,4 @@
( 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
+( cvs diff -u -r 1.6 -r 1.7 plugins/ldap/ldap-plugin.c; ) > 0.6.0cvs24.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog 20 Nov 2011 23:01:38 -0000 1.23
+++ ChangeLog 20 Nov 2011 23:32:52 -0000 1.24
@@ -1,3 +1,10 @@
+2011-11-20 [mir] 0.6.0cvs24
+
+ * plugins/ldap/ldap-plugin.c
+ Forgot to free LDAPMessage in case of en error.
+ More clever handling of AbookConnection structure
+ when writing new configuration.
+
2011-11-20 [mir] 0.6.0cvs23
* src/callbacks.c
More information about the Commits
mailing list