[Commits] ChangeLog 1.43 1.44 PATCHSETS 1.43 1.44 configure.ac 1.44 1.45

miras at claws-mail.org miras at claws-mail.org
Tue Dec 13 15:29:44 CET 2011


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

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

	* extensions/export/Makefile.am
	* extensions/export/ldifexport_extension.c
	* extensions/export/wizard.c
	* extensions/export/wizard.h
	* src/gtk-utils.c
	    Completed implementation of LDIF export.
	    Compatibility tested and found working
	    100% against Jxplorer-3.2.2rc1. 

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- configure.ac	13 Dec 2011 10:56:40 -0000	1.44
+++ configure.ac	13 Dec 2011 14:29:42 -0000	1.45
@@ -11,7 +11,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=43
+EXTRA_VERSION=44
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- PATCHSETS	13 Dec 2011 10:56:40 -0000	1.43
+++ PATCHSETS	13 Dec 2011 14:29:42 -0000	1.44
@@ -41,3 +41,4 @@
 ( cvs diff -u -r 1.2 -r 1.3 src/extension-loader.c;  ) > 0.6.0cvs41.patchset
 ( cvs diff -u -r 1.2 -r 1.3 extensions/example/src/example-extension.c;  ) > 0.6.0cvs42.patchset
 ( cvs diff -u -r 1.10 -r 1.11 src/utils.c;  cvs diff -u -r 1.9 -r 1.10 src/utils.h;  ) > 0.6.0cvs43.patchset
+( cvs diff -u -r 1.2 -r 1.3 extensions/export/Makefile.am;  cvs diff -u -r 1.3 -r 1.4 extensions/export/ldifexport_extension.c;  diff -u /dev/null extensions/export/wizard.c;  diff -u /dev/null extensions/export/wizard.h;  cvs diff -u -r 1.5 -r 1.6 src/gtk-utils.c;  ) > 0.6.0cvs44.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- ChangeLog	13 Dec 2011 10:56:40 -0000	1.43
+++ ChangeLog	13 Dec 2011 14:29:42 -0000	1.44
@@ -1,3 +1,14 @@
+2011-12-13 [mir]	0.6.0cvs44
+
+	* extensions/export/Makefile.am
+	* extensions/export/ldifexport_extension.c
+	* extensions/export/wizard.c
+	* extensions/export/wizard.h
+	* src/gtk-utils.c
+	    Completed implementation of LDIF export.
+	    Compatibility tested and found working
+	    100% against Jxplorer-3.2.2rc1.
+
 2011-12-13 [mir]	0.6.0cvs43
 
 	* src/utils.c



More information about the Commits mailing list