[Commits] Makefile.am 1.3 1.4 PATCHSETS 1.76 1.77 ChangeLog 1.76 1.77 configure.ac 1.77 1.78
miras at claws-mail.org
miras at claws-mail.org
Thu Jan 5 02:45:08 CET 2012
Update of /home/claws-mail/contacts
In directory claws-mail:/tmp/cvs-serv25973
Modified Files:
Makefile.am PATCHSETS ChangeLog configure.ac
Log Message:
2012-01-05 [mir] 0.6.0cvs77
* Makefile.am
* extensions/vcard/src/Makefile.am
* extensions/vcard/src/vcard-utils.c
* extensions/vcard/src/vcard-utils.h
* libversit/Makefile.am
* libversit/vcard-utils.c
* libversit/vcard-utils.h
move libversit and vcard-utils to project
wide library to be able to add vcard features
to claws-mail.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- configure.ac 5 Jan 2012 01:38:30 -0000 1.77
+++ configure.ac 5 Jan 2012 01:45:05 -0000 1.78
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=76
+EXTRA_VERSION=77
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/contacts/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 30 Nov 2011 23:35:12 -0000 1.3
+++ Makefile.am 5 Jan 2012 01:45:05 -0000 1.4
@@ -10,9 +10,10 @@
SUBDIRS = \
pixmaps \
xmllib \
+ libversit \
plugins \
- src \
extensions \
+ src \
${DBUS_CLIENT}
DOCS = \
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- PATCHSETS 5 Jan 2012 01:38:30 -0000 1.76
+++ PATCHSETS 5 Jan 2012 01:45:05 -0000 1.77
@@ -74,3 +74,4 @@
( diff -u /dev/null libversit/Makefile.am; diff -u /dev/null libversit/README.TXT; diff -u /dev/null libversit/port.h; diff -u /dev/null libversit/vcc.y; diff -u /dev/null libversit/vobject.c; diff -u /dev/null libversit/vobject.h; ) > 0.6.0cvs74.patchset
( diff -u /dev/null libversit/.cvsignore; ) > 0.6.0cvs75.patchset
( cvs diff -u -r 1.4 -r 1.5 extensions/vcard/src/vcard-extension.c; ) > 0.6.0cvs76.patchset
+( cvs diff -u -r 1.3 -r 1.4 Makefile.am; cvs diff -u -r 1.2 -r 1.3 extensions/vcard/src/Makefile.am; cvs diff -u -r -1.6 -r -1.7 extensions/vcard/src/vcard-utils.c; cvs diff -u -r -1.2 -r -1.3 extensions/vcard/src/vcard-utils.h; cvs diff -u -r 1.1 -r 1.2 libversit/Makefile.am; diff -u /dev/null libversit/vcard-utils.c; diff -u /dev/null libversit/vcard-utils.h; ) > 0.6.0cvs77.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- ChangeLog 5 Jan 2012 01:38:30 -0000 1.76
+++ ChangeLog 5 Jan 2012 01:45:05 -0000 1.77
@@ -1,3 +1,16 @@
+2012-01-05 [mir] 0.6.0cvs77
+
+ * Makefile.am
+ * extensions/vcard/src/Makefile.am
+ * extensions/vcard/src/vcard-utils.c
+ * extensions/vcard/src/vcard-utils.h
+ * libversit/Makefile.am
+ * libversit/vcard-utils.c
+ * libversit/vcard-utils.h
+ move libversit and vcard-utils to project
+ wide library to be able to add vcard features
+ to claws-mail.
+
2012-01-05 [mir] 0.6.0cvs76
* extensions/vcard/src/vcard-extension.c
More information about the Commits
mailing list