[Commits] ChangeLog 1.52 1.53 PATCHSETS 1.52 1.53 configure.ac 1.53 1.54
miras at claws-mail.org
miras at claws-mail.org
Sat Dec 17 16:55:07 CET 2011
Update of /home/claws-mail/contacts
In directory claws-mail:/tmp/cvs-serv26266
Modified Files:
ChangeLog PATCHSETS configure.ac
Log Message:
2011-12-17 [mir] 0.6.0cvs53
* extensions/import/ldifimport_parser.c
* extensions/import/ldifimport_parser.h
If file to read from is given as filename
then the extension must open file for read
in which case the extension will also be
responsible for closing the file handle.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- configure.ac 17 Dec 2011 15:52:58 -0000 1.53
+++ configure.ac 17 Dec 2011 15:55:04 -0000 1.54
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=52
+EXTRA_VERSION=53
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- PATCHSETS 17 Dec 2011 15:52:58 -0000 1.52
+++ PATCHSETS 17 Dec 2011 15:55:04 -0000 1.53
@@ -50,3 +50,4 @@
( cvs diff -u -r 1.2 -r 1.3 extensions/import/Makefile.am; cvs diff -u -r 1.1 -r 1.2 extensions/import/ldifimport_extension.c; diff -u /dev/null extensions/import/ldifimport_parser.c; diff -u /dev/null extensions/import/ldifimport_parser.h; ) > 0.6.0cvs50.patchset
( cvs diff -u -r 1.9 -r 1.10 plugins/xml/xml-plugin.c; ) > 0.6.0cvs51.patchset
( cvs diff -u -r 1.2 -r 1.3 extensions/import/ldifimport_extension.c; ) > 0.6.0cvs52.patchset
+( cvs diff -u -r 1.1 -r 1.2 extensions/import/ldifimport_parser.c; cvs diff -u -r 1.1 -r 1.2 extensions/import/ldifimport_parser.h; ) > 0.6.0cvs53.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ChangeLog 17 Dec 2011 15:52:58 -0000 1.52
+++ ChangeLog 17 Dec 2011 15:55:04 -0000 1.53
@@ -1,3 +1,12 @@
+2011-12-17 [mir] 0.6.0cvs53
+
+ * extensions/import/ldifimport_parser.c
+ * extensions/import/ldifimport_parser.h
+ If file to read from is given as filename
+ then the extension must open file for read
+ in which case the extension will also be
+ responsible for closing the file handle.
+
2011-12-17 [mir] 0.6.0cvs52
* extensions/import/ldifimport_extension.c
More information about the Commits
mailing list