[Commits] PATCHSETS 1.1.2.253 1.1.2.254 ChangeLog 1.2.2.356 1.2.2.357 configure.ac 1.2.2.366 1.2.2.367
colin at claws-mail.org
colin at claws-mail.org
Sun Oct 30 12:42:50 CET 2011
Update of /home/claws-mail/plugins/vcalendar
In directory claws-mail:/tmp/cvs-serv29782
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2011-10-30 [colin] 2.0.11cvs7
* src/Makefile.am
* src/plugin.c
* src/vcal_dbus.c
* src/vcal_dbus.h
Implement a DBus server to impersonate
org.gnome.Shell.CalendarServer and make our
appointments visible in the Gnome calendar.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.366
retrieving revision 1.2.2.367
diff -u -d -r1.2.2.366 -r1.2.2.367
--- configure.ac 30 Oct 2011 10:12:54 -0000 1.2.2.366
+++ configure.ac 30 Oct 2011 11:42:48 -0000 1.2.2.367
@@ -10,7 +10,7 @@
MAJOR_VERSION=2
MINOR_VERSION=0
MICRO_VERSION=11
-EXTRA_VERSION=6
+EXTRA_VERSION=7
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.253
retrieving revision 1.1.2.254
diff -u -d -r1.1.2.253 -r1.1.2.254
--- PATCHSETS 30 Oct 2011 10:12:54 -0000 1.1.2.253
+++ PATCHSETS 30 Oct 2011 11:42:47 -0000 1.1.2.254
@@ -251,3 +251,4 @@
( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/claws.def; cvs diff -u -r 1.1.2.86 -r 1.1.2.87 src/vcal_manager.c; ) > 2.0.11cvs4.patchset
( cvs diff -u -r 1.2.2.114 -r 1.2.2.115 src/vcal_folder.c; ) > 2.0.11cvs5.patchset
( cvs diff -u -r 1.1.2.94 -r 1.1.2.95 src/vcal_meeting_gtk.c; ) > 2.0.11cvs6.patchset
+( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/Makefile.am; cvs diff -u -r 1.1.2.43 -r 1.1.2.44 src/plugin.c; diff -u /dev/null src/vcal_dbus.c; diff -u /dev/null src/vcal_dbus.h; ) > 2.0.11cvs7.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.356
retrieving revision 1.2.2.357
diff -u -d -r1.2.2.356 -r1.2.2.357
--- ChangeLog 30 Oct 2011 10:12:54 -0000 1.2.2.356
+++ ChangeLog 30 Oct 2011 11:42:48 -0000 1.2.2.357
@@ -1,3 +1,13 @@
+2011-10-30 [colin] 2.0.11cvs7
+
+ * src/Makefile.am
+ * src/plugin.c
+ * src/vcal_dbus.c
+ * src/vcal_dbus.h
+ Implement a DBus server to impersonate
+ org.gnome.Shell.CalendarServer and make our
+ appointments visible in the Gnome calendar.
+
2011-10-30 [colin] 2.0.11cvs6
* src/vcal_meeting_gtk.c
More information about the Commits
mailing list