[Commits] commitHelper 1.1.2.4 1.1.2.5 PATCHSETS 1.1.2.26 1.1.2.27 ChangeLog 1.1.2.44 1.1.2.45 configure.ac 1.1.2.49 1.1.2.50
pawel at claws-mail.org
pawel at claws-mail.org
Mon Dec 5 16:12:31 CET 2011
Update of /home/claws-mail/plugins/att_remover
In directory claws-mail:/tmp/cvs-serv15652
Modified Files:
Tag: gtk2
commitHelper PATCHSETS ChangeLog configure.ac
Log Message:
2011-12-05 [pawel] 1.0.12cvs1
* commitHelper
Support bash not in /bin
* src/att_remover.c
Split removal of attachments to 2 phases, first remove
selected attachments and in second phase remove uneeded
multipart leftovers. This allows us to avoid crashers and
leave more sane MIME structure afterwards.
Fixes bug #2555 'att_remover plugin crash case'
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/att_remover/Attic/configure.ac,v
retrieving revision 1.1.2.49
retrieving revision 1.1.2.50
diff -u -d -r1.1.2.49 -r1.1.2.50
--- configure.ac 1 May 2010 15:10:18 -0000 1.1.2.49
+++ configure.ac 5 Dec 2011 15:12:29 -0000 1.1.2.50
@@ -7,7 +7,7 @@
MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=12
-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/att_remover/Attic/commitHelper,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- commitHelper 17 Jan 2010 12:34:19 -0000 1.1.2.4
+++ commitHelper 5 Dec 2011 15:12:29 -0000 1.1.2.5
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
args=`echo $@`
tmpfile=${0##*/}.tmp
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/att_remover/Attic/PATCHSETS,v
retrieving revision 1.1.2.26
retrieving revision 1.1.2.27
diff -u -d -r1.1.2.26 -r1.1.2.27
--- PATCHSETS 19 Jan 2010 17:37:31 -0000 1.1.2.26
+++ PATCHSETS 5 Dec 2011 15:12:29 -0000 1.1.2.27
@@ -24,3 +24,4 @@
( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/att_remover.c; ) > 1.0.11cvs3.patchset
( cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/att_remover.c; ) > 1.0.11cvs4.patchset
( cvs diff -u -r 1.1.2.25 -r 1.1.2.26 src/att_remover.c; ) > 1.0.11cvs5.patchset
+( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 commitHelper; cvs diff -u -r 1.1.2.26 -r 1.1.2.27 src/att_remover.c; ) > 1.0.12cvs1.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/att_remover/Attic/ChangeLog,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -u -d -r1.1.2.44 -r1.1.2.45
--- ChangeLog 4 Dec 2010 09:11:02 -0000 1.1.2.44
+++ ChangeLog 5 Dec 2011 15:12:29 -0000 1.1.2.45
@@ -1,3 +1,14 @@
+2011-12-05 [pawel] 1.0.12cvs1
+
+ * commitHelper
+ Support bash not in /bin
+ * src/att_remover.c
+ Split removal of attachments to 2 phases, first remove
+ selected attachments and in second phase remove uneeded
+ multipart leftovers. This allows us to avoid crashers and
+ leave more sane MIME structure afterwards.
+ Fixes bug #2555 'att_remover plugin crash case'
+
2010-11-19 [paul] 1.0.12
1.0.12 released
More information about the Commits
mailing list