[Commits] ChangeLog 1.396.2.3653 1.396.2.3654 PATCHSETS 1.1.2.4483 1.1.2.4484 configure.ac 1.654.2.4550 1.654.2.4551
mones at claws-mail.org
mones at claws-mail.org
Fri Oct 12 17:13:16 CEST 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv12428
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-10-12 [mones] 3.8.1cvs98
* src/compose.c
* src/grouplistdialog.c
* src/imap.c
* src/news_gtk.c
* src/procmime.c
* src/procmsg.c
* src/common/utils.c
* src/common/utils.h
* src/etpan/imap-thread.c
New slist_free_strings_full wrapper for g_slist_free_full
and simplify calls where it was being used
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4550
retrieving revision 1.654.2.4551
diff -u -d -r1.654.2.4550 -r1.654.2.4551
--- configure.ac 12 Oct 2012 14:16:20 -0000 1.654.2.4550
+++ configure.ac 12 Oct 2012 15:13:13 -0000 1.654.2.4551
@@ -12,7 +12,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=97
+EXTRA_VERSION=98
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4483
retrieving revision 1.1.2.4484
diff -u -d -r1.1.2.4483 -r1.1.2.4484
--- PATCHSETS 12 Oct 2012 14:16:19 -0000 1.1.2.4483
+++ PATCHSETS 12 Oct 2012 15:13:12 -0000 1.1.2.4484
@@ -4472,3 +4472,4 @@
( cvs diff -u -r 1.36.2.205 -r 1.36.2.206 src/common/utils.c; ) > 3.8.1cvs95.patchset
( cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/gtk/gtkcmctree.c; cvs diff -u -r 1.1.4.64 -r 1.1.4.65 src/gtk/gtksctree.c; ) > 3.8.1cvs96.patchset
( cvs diff -u -r 1.9.2.60 -r 1.9.2.61 src/common/defs.h; ) > 3.8.1cvs97.patchset
+( cvs diff -u -r 1.382.2.616 -r 1.382.2.617 src/compose.c; cvs diff -u -r 1.14.2.34 -r 1.14.2.35 src/grouplistdialog.c; cvs diff -u -r 1.179.2.267 -r 1.179.2.268 src/imap.c; cvs diff -u -r 1.2.2.36 -r 1.2.2.37 src/news_gtk.c; cvs diff -u -r 1.49.2.153 -r 1.49.2.154 src/procmime.c; cvs diff -u -r 1.150.2.130 -r 1.150.2.131 src/procmsg.c; cvs diff -u -r 1.36.2.206 -r 1.36.2.207 src/common/utils.c; cvs diff -u -r 1.20.2.81 -r 1.20.2.82 src/common/utils.h; cvs diff -u -r 1.1.4.122 -r 1.1.4.123 src/etpan/imap-thread.c; ) > 3.8.1cvs98.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3653
retrieving revision 1.396.2.3654
diff -u -d -r1.396.2.3653 -r1.396.2.3654
--- ChangeLog 12 Oct 2012 14:16:19 -0000 1.396.2.3653
+++ ChangeLog 12 Oct 2012 15:13:10 -0000 1.396.2.3654
@@ -1,3 +1,17 @@
+2012-10-12 [mones] 3.8.1cvs98
+
+ * src/compose.c
+ * src/grouplistdialog.c
+ * src/imap.c
+ * src/news_gtk.c
+ * src/procmime.c
+ * src/procmsg.c
+ * src/common/utils.c
+ * src/common/utils.h
+ * src/etpan/imap-thread.c
+ New slist_free_strings_full wrapper for g_slist_free_full
+ and simplify calls where it was being used
+
2012-10-12 [colin] 3.8.1cvs97
* src/common/defs.h
More information about the Commits
mailing list