[Commits] PATCHSETS 1.39 1.40 ChangeLog 1.39 1.40 configure.ac 1.40 1.41

miras at claws-mail.org miras at claws-mail.org
Tue Dec 13 11:37:16 CET 2011


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

Modified Files:
	PATCHSETS ChangeLog configure.ac 
Log Message:
2011-12-13 [mir]	0.6.0cvs40

	* plugins/ldap/ldap-plugin.c
	* src/utils.c
	* src/utils.h
	    Fix error when saving images as binary data.
	    RFC 4510 was somewhat vague in defining the
	    storage format for binary image data which
	    I wrongly interpreted in that way that binary
	    image data was to be stored base64 encoded.
	    Infact LDAP expects the raw image data and
	    will internally do the base64 encoding when
	    appropriate.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- configure.ac	9 Dec 2011 23:05:59 -0000	1.40
+++ configure.ac	13 Dec 2011 10:37:14 -0000	1.41
@@ -11,7 +11,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=39
+EXTRA_VERSION=40
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- PATCHSETS	9 Dec 2011 23:05:59 -0000	1.39
+++ PATCHSETS	13 Dec 2011 10:37:14 -0000	1.40
@@ -37,3 +37,4 @@
 ( cvs diff -u -r 1.1 -r 1.2 plugins/example/.cvsignore;  diff -u /dev/null plugins/example/src/.cvsignore;  cvs diff -u -r 1.1 -r 1.2 extensions/.cvsignore;  diff -u /dev/null extensions/example/.cvsignore;  diff -u /dev/null extensions/example/config/.cvsignore;  diff -u /dev/null extensions/example/src/.cvsignore;  ) > 0.6.0cvs37.patchset
 ( cvs diff -u -r 1.1 -r 1.2 claws-contacts.pc.in;  cvs diff -u -r 1.38 -r 1.39 configure.ac;  cvs diff -u -r 1.2 -r 1.3 extensions/Makefile.am;  cvs diff -u -r 1.1 -r 1.2 extensions/example/Makefile.am;  cvs diff -u -r 1.1 -r 1.2 extensions/example/configure.ac;  cvs diff -u -r -1.1 -r -1.2 extensions/example/config/Makefile.am;  cvs diff -u -r 1.1 -r 1.2 extensions/example/src/Makefile.am;  cvs diff -u -r 1.1 -r 1.2 extensions/example/src/example-extension.c;  cvs diff -u -r 1.2 -r 1.3 extensions/export/ldifexport_extension.c;  cvs diff -u -r 1.2 -r 1.3 plugins/Makefile.am;  cvs diff -u -r 1.2 -r 1.3 plugins/example/Makefile.am;  cvs diff -u -r 1.1 -r 1.2 plugins/example/configure.ac;  cvs diff -u -r 1.3 -r 1.4 src/Makefile.am;  cvs diff -u -r 1.13 -r 1.14 src/callbacks.c;  cvs diff -u -r 1.11 -r 1.12 src/contactwindow.c;  cvs diff -u -r 1.1 -r 1.2 src/extension-loader.c;  cvs diff -u -r 1.1 -r 1.2 src/extension-loader.h;  cvs diff -u -r -1.1 -r -1.2 src/extension.c;  cvs diff -u -r 1.1 -r 1.2 src/extension.h;  cvs diff -u -r 1.4 -r 1.5 src/gtk-utils.c;  cvs diff -u -r 1.5 -r 1.6 src/mainwindow.c;  cvs diff -u -r 1.3 -r 1.4 src/mainwindow.h;  ) > 0.6.0cvs38.patchset
 ( cvs diff -u -r 1.6 -r 1.7 src/mainwindow.c;  ) > 0.6.0cvs39.patchset
+( cvs diff -u -r 1.12 -r 1.13 plugins/ldap/ldap-plugin.c;  cvs diff -u -r 1.9 -r 1.10 src/utils.c;  cvs diff -u -r 1.8 -r 1.9 src/utils.h;  ) > 0.6.0cvs40.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ChangeLog	9 Dec 2011 23:05:59 -0000	1.39
+++ ChangeLog	13 Dec 2011 10:37:14 -0000	1.40
@@ -1,3 +1,17 @@
+2011-12-13 [mir]	0.6.0cvs40
+
+	* plugins/ldap/ldap-plugin.c
+	* src/utils.c
+	* src/utils.h
+	    Fix error when saving images as binary data.
+	    RFC 4510 was somewhat vague in defining the
+	    storage format for binary image data which
+	    I wrongly interpreted in that way that binary
+	    image data was to be stored base64 encoded.
+	    Infact LDAP expects the raw image data and
+	    will internally do the base64 encoding when
+	    appropriate.
+
 2011-12-09 [mir]	0.6.0cvs39
 
 	* src/mainwindow.c



More information about the Commits mailing list