[Commits] PATCHSETS 1.81 1.82 ChangeLog 1.81 1.82 configure.ac 1.82 1.83
miras at claws-mail.org
miras at claws-mail.org
Sat Mar 31 04:20:24 CEST 2012
Update of /home/claws-mail/contacts
In directory srv:/tmp/cvs-serv14962
Modified Files:
PATCHSETS ChangeLog configure.ac
Log Message:
2012-03-31 [mir] 0.6.0cvs82
* src/dbus/dbus-service.c
Don't freopen in dbus service fork since this will
brake the print preview functionality in
gtk_print_operation_run.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/contacts/configure.ac,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- configure.ac 29 Mar 2012 09:30:48 -0000 1.82
+++ configure.ac 31 Mar 2012 02:20:22 -0000 1.83
@@ -11,7 +11,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=81
+EXTRA_VERSION=82
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/contacts/PATCHSETS,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- PATCHSETS 29 Mar 2012 09:30:48 -0000 1.81
+++ PATCHSETS 31 Mar 2012 02:20:22 -0000 1.82
@@ -79,3 +79,4 @@
( cvs diff -u -r 1.18 -r 1.19 src/callbacks.c; cvs diff -u -r 1.14 -r 1.15 src/contactwindow.c; ) > 0.6.0cvs79.patchset
( cvs diff -u -r 1.5 -r 1.6 extensions/vcard/src/vcard-extension.c; cvs diff -u -r 1.2 -r 1.3 libversit/Makefile.am; cvs diff -u -r 1.1 -r 1.2 libversit/vcard-utils.c; cvs diff -u -r 1.1 -r 1.2 libversit/vcard-utils.h; cvs diff -u -r 1.13 -r 1.14 src/utils.c; cvs diff -u -r 1.11 -r 1.12 src/utils.h; cvs diff -u -r 1.1 -r 1.2 src/dbus/Makefile.am; cvs diff -u -r 1.1 -r 1.2 src/dbus/claws-contacts.xml; cvs diff -u -r 1.4 -r 1.5 src/dbus/server-object.c; cvs diff -u -r 1.1 -r 1.2 src/dbus/server-object.h; cvs diff -u -r 1.7 -r 1.8 xmllib/parser.c; ) > 0.6.0cvs80.patchset
( cvs diff -u -r 1.1 -r 1.2 README; cvs diff -u -r 1.2 -r 1.3 TODO; ) > 0.6.0cvs81.patchset
+( cvs diff -u -r 1.3 -r 1.4 src/dbus/dbus-service.c; ) > 0.6.0cvs82.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/contacts/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- ChangeLog 29 Mar 2012 09:30:48 -0000 1.81
+++ ChangeLog 31 Mar 2012 02:20:22 -0000 1.82
@@ -1,3 +1,10 @@
+2012-03-31 [mir] 0.6.0cvs82
+
+ * src/dbus/dbus-service.c
+ Don't freopen in dbus service fork since this will
+ brake the print preview functionality in
+ gtk_print_operation_run.
+
2012-03-29 [mir] 0.6.0cvs81
* README
More information about the Commits
mailing list