[Commits] PATCHSETS 1.86 1.87 ChangeLog 1.86 1.87 configure.ac 1.87 1.88
miras at claws-mail.org
miras at claws-mail.org
Tue Jul 3 02:15:17 CEST 2012
Update of /home/claws-mail/contacts
In directory srv:/tmp/cvs-serv18961
Modified Files:
PATCHSETS ChangeLog configure.ac
Log Message:
2012-07-03 [mir] 0.6.0cvs87
* libversit/vcard-utils.c
- Fix bug. Do not use properties 'G' and 'F'
since they are not defined in the vCard 2.1
specification. Use 'N' instead.
- Added details 'WORK,HOME,INTERNET' to email property.
Details are taken from email alias -> work, home and
everything else is labeled 'INTERNET'.
- Fix some compile time warnings.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- configure.ac 3 Jul 2012 00:06:39 -0000 1.87
+++ configure.ac 3 Jul 2012 00:15:15 -0000 1.88
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=86
+EXTRA_VERSION=87
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- PATCHSETS 3 Jul 2012 00:06:39 -0000 1.86
+++ PATCHSETS 3 Jul 2012 00:15:15 -0000 1.87
@@ -84,3 +84,4 @@
( cvs diff -u -r 1.11 -r 1.12 plugins/xml/xml-plugin.c; ) > 0.6.0cvs84.patchset
( cvs diff -u -r 1.15 -r 1.16 src/contactwindow.c; cvs diff -u -r 1.9 -r 1.10 src/mainwindow.c; ) > 0.6.0cvs85.patchset
( cvs diff -u -r 1.1 -r 1.2 libversit/vobject.c; ) > 0.6.0cvs86.patchset
+( cvs diff -u -r 1.2 -r 1.3 libversit/vcard-utils.c; ) > 0.6.0cvs87.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ChangeLog 3 Jul 2012 00:06:39 -0000 1.86
+++ ChangeLog 3 Jul 2012 00:15:15 -0000 1.87
@@ -1,3 +1,14 @@
+2012-07-03 [mir] 0.6.0cvs87
+
+ * libversit/vcard-utils.c
+ - Fix bug. Do not use properties 'G' and 'F'
+ since they are not defined in the vCard 2.1
+ specification. Use 'N' instead.
+ - Added details 'WORK,HOME,INTERNET' to email property.
+ Details are taken from email alias -> work, home and
+ everything else is labeled 'INTERNET'.
+ - Fix some compile time warnings.
+
2012-07-03 [mir] 0.6.0cvs86
* libversit/vobject.c
More information about the Commits
mailing list