[Commits] ChangeLog 1.396.2.3713 1.396.2.3714 PATCHSETS 1.1.2.4541 1.1.2.4542 configure.ac 1.654.2.4609 1.654.2.4610
mones at claws-mail.org
mones at claws-mail.org
Fri Nov 30 19:57:23 CET 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv17650
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-11-30 [mones] 3.9.0cvs33
* src/common/plugin.c
Fixes #1137 completely, saving path-less plugins as is
in config. With this patch user can edit plugin list on
clawsrc and remove absolute paths from shared plugins,
leaving only the "pluginname.so". Those will be tried to
load from plugin dir of the loading core. Notice that
those will also fail to load on older versions, and will
probably be removed from your config without warning by
the older version.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4609
retrieving revision 1.654.2.4610
diff -u -d -r1.654.2.4609 -r1.654.2.4610
--- configure.ac 30 Nov 2012 15:20:25 -0000 1.654.2.4609
+++ configure.ac 30 Nov 2012 18:57:21 -0000 1.654.2.4610
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=32
+EXTRA_VERSION=33
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4541
retrieving revision 1.1.2.4542
diff -u -d -r1.1.2.4541 -r1.1.2.4542
--- PATCHSETS 30 Nov 2012 15:20:24 -0000 1.1.2.4541
+++ PATCHSETS 30 Nov 2012 18:57:21 -0000 1.1.2.4542
@@ -4530,3 +4530,4 @@
( cvs diff -u -r 1.274.2.359 -r 1.274.2.360 src/mainwindow.c; ) > 3.9.0cvs30.patchset
( cvs diff -u -r 1.274.2.360 -r 1.274.2.361 src/mainwindow.c; cvs diff -u -r 1.39.2.66 -r 1.39.2.67 src/mainwindow.h; cvs diff -u -r 1.150.2.132 -r 1.150.2.133 src/procmsg.c; cvs diff -u -r 1.17.2.66 -r 1.17.2.67 src/send_message.c; cvs diff -u -r 1.1.4.13 -r 1.1.4.14 src/send_message.h; cvs diff -u -r 1.43.2.133 -r 1.43.2.134 src/toolbar.c; cvs diff -u -r 1.19.2.35 -r 1.19.2.36 src/toolbar.h; ) > 3.9.0cvs31.patchset
( cvs diff -u -r 1.274.2.361 -r 1.274.2.362 src/mainwindow.c; cvs diff -u -r 1.39.2.67 -r 1.39.2.68 src/mainwindow.h; cvs diff -u -r 1.395.2.459 -r 1.395.2.460 src/summaryview.c; cvs diff -u -r 1.43.2.134 -r 1.43.2.135 src/toolbar.c; ) > 3.9.0cvs32.patchset
+( cvs diff -u -r 1.13.2.47 -r 1.13.2.48 src/common/plugin.c; ) > 3.9.0cvs33.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3713
retrieving revision 1.396.2.3714
diff -u -d -r1.396.2.3713 -r1.396.2.3714
--- ChangeLog 30 Nov 2012 15:20:25 -0000 1.396.2.3713
+++ ChangeLog 30 Nov 2012 18:57:20 -0000 1.396.2.3714
@@ -1,3 +1,15 @@
+2012-11-30 [mones] 3.9.0cvs33
+
+ * src/common/plugin.c
+ Fixes #1137 completely, saving path-less plugins as is
+ in config. With this patch user can edit plugin list on
+ clawsrc and remove absolute paths from shared plugins,
+ leaving only the "pluginname.so". Those will be tried to
+ load from plugin dir of the loading core. Notice that
+ those will also fail to load on older versions, and will
+ probably be removed from your config without warning by
+ the older version.
+
2012-11-30 [wwp] 3.9.0cvs32
* src/mainwindow.c
More information about the Commits
mailing list