[Commits] commitHelper 1.1.2.3 1.1.2.4 PATCHSETS 1.1.2.32 1.1.2.33 ChangeLog 1.13.2.57 1.13.2.58 configure.ac 1.8.2.64 1.8.2.65

pawel at claws-mail.org pawel at claws-mail.org
Thu Nov 24 21:55:25 CET 2011


Update of /home/claws-mail/plugins/mailmbox
In directory claws-mail:/tmp/cvs-serv1334

Modified Files:
      Tag: gtk2
	commitHelper PATCHSETS ChangeLog configure.ac 
Log Message:
2011-11-24 [corn]	1.14.5cvs1

	* commitHelper
		- Add myself
		- Portability fixes
	* src/plugin.c
	* src/plugin_gtk.c
		Update actions on rename

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/mailmbox/configure.ac,v
retrieving revision 1.8.2.64
retrieving revision 1.8.2.65
diff -u -d -r1.8.2.64 -r1.8.2.65
--- configure.ac	20 Nov 2010 07:35:30 -0000	1.8.2.64
+++ configure.ac	24 Nov 2011 20:55:23 -0000	1.8.2.65
@@ -7,7 +7,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=14
 MICRO_VERSION=5
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then

Index: commitHelper
===================================================================
RCS file: /home/claws-mail/plugins/mailmbox/Attic/commitHelper,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- commitHelper	13 Jan 2007 10:39:52 -0000	1.1.2.3
+++ commitHelper	24 Nov 2011 20:55:23 -0000	1.1.2.4
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 args=`echo $@`
 tmpfile=${0##*/}.tmp
 
@@ -66,9 +66,12 @@
 if [ "$name" == "devel" ]; then
 	name="mones";
 fi;
+if [ "$name" == "corn" ]; then
+	name="pawel";
+fi;
 fi;
 
-log="`date --utc +%Y-%m-%d` [$name]\t$nextsversion\n\n"
+log="`date -u +%Y-%m-%d` [$name]\t$nextsversion\n\n"
 for line in $files; do
 	file=`echo $line | cut -d' ' -f2`
 	dir=`dirname $file`

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/mailmbox/Attic/PATCHSETS,v
retrieving revision 1.1.2.32
retrieving revision 1.1.2.33
diff -u -d -r1.1.2.32 -r1.1.2.33
--- PATCHSETS	26 Oct 2010 08:33:07 -0000	1.1.2.32
+++ PATCHSETS	24 Nov 2011 20:55:23 -0000	1.1.2.33
@@ -31,3 +31,4 @@
 ( cvs diff -u -r 1.3 -r 1.4 src/mailimf.c;  cvs diff -u -r 1.3.2.2 -r 1.3.2.3 src/mailmbox.c;  cvs diff -u -r 1.2.2.2 -r 1.2.2.3 src/mailmbox.h;  cvs diff -u -r 1.10.2.8 -r 1.10.2.9 src/mailmbox_folder.c;  ) > 1.14.3cvs1.patchset
 ( cvs diff -u -r 1.8.2.61 -r 1.8.2.62 configure.ac;  cvs diff -u -r 1.10.2.9 -r 1.10.2.10 src/mailmbox_folder.c;  cvs diff -u -r 1.4.2.22 -r 1.4.2.23 src/plugin.c;  ) > 1.14.4cvs1.patchset
 ( cvs diff -u -r 1.4.2.26 -r 1.4.2.27 src/plugin_gtk.c;  ) > 1.14.4cvs2.patchset
+( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 commitHelper;  cvs diff -u -r 1.4.2.23 -r 1.4.2.24 src/plugin.c;  cvs diff -u -r 1.4.2.27 -r 1.4.2.28 src/plugin_gtk.c;  ) > 1.14.5cvs1.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/mailmbox/ChangeLog,v
retrieving revision 1.13.2.57
retrieving revision 1.13.2.58
diff -u -d -r1.13.2.57 -r1.13.2.58
--- ChangeLog	20 Nov 2010 07:35:30 -0000	1.13.2.57
+++ ChangeLog	24 Nov 2011 20:55:23 -0000	1.13.2.58
@@ -1,3 +1,12 @@
+2011-11-24 [corn]	1.14.5cvs1
+
+	* commitHelper
+		- Add myself
+		- Portability fixes
+	* src/plugin.c
+	* src/plugin_gtk.c
+		Update actions on rename
+
 2010-11-19 [paul]	1.14.5
 
 	1.14.5 released



More information about the Commits mailing list