2007-05-06 [wwp] 2.9.1cvs47
authorTristan Chabredier <wwp@claws-mail.org>
Sun, 6 May 2007 20:52:52 +0000 (20:52 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Sun, 6 May 2007 20:52:52 +0000 (20:52 +0000)
* tools/uudec
Fix missing dash to `display` command-line, reported
by Georg Himmrich <georg at mails d0t diesind d0t net>.

ChangeLog
PATCHSETS
configure.ac
tools/uudec

index 8e3aa798e50e5866e33e14c878c94c736cace4dd..dae0786922e04385a7dc944f15235bc327c6def1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-06 [wwp]       2.9.1cvs47
+
+       * tools/uudec
+               Fix missing dash to `display` command-line, reported
+               by Georg Himmrich <georg at mails d0t diesind d0t net>.
+
 2007-05-06 [colin]     2.9.1cvs46
 
        * src/Makefile.am
 2007-05-06 [colin]     2.9.1cvs46
 
        * src/Makefile.am
index e0ae5bff99e2e6be3b68c92b50a21e8a2d09aaea..f850e81380e0058a43226d135f2829e052bf7a49 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.94.2.132 -r 1.94.2.133 src/messageview.c;  cvs diff -u -r 1.79.2.54 -r 1.79.2.55 src/mh.c;  cvs diff -u -r 1.60.2.45 -r 1.60.2.46 src/prefs_actions.c;  cvs diff -u -r 1.10.2.29 -r 1.10.2.30 src/prefs_gtk.c;  cvs diff -u -r 1.395.2.300 -r 1.395.2.301 src/summaryview.c;  cvs diff -u -r 1.1.4.18 -r 1.1.4.19 src/common/xml.c;  ) > 2.9.1cvs44.patchset
 ( cvs diff -u -r 1.382.2.376 -r 1.382.2.377 src/compose.c;  cvs diff -u -r 1.3.2.18 -r 1.3.2.19 src/ldapquery.c;  cvs diff -u -r 1.10.2.12 -r 1.10.2.13 src/privacy.h;  cvs diff -u -r 1.15.2.48 -r 1.15.2.49 src/summary_search.c;  cvs diff -u -r 1.395.2.301 -r 1.395.2.302 src/summaryview.c;  ) > 2.9.1cvs45.patchset
 ( cvs diff -u -r 1.155.2.63 -r 1.155.2.64 src/Makefile.am;  cvs diff -u -r 1.25.2.38 -r 1.25.2.39 src/stock_pixmap.c;  cvs diff -u -r 1.18.2.27 -r 1.18.2.28 src/stock_pixmap.h;  diff -u /dev/null src/pixmaps/printer.xpm;  ) > 2.9.1cvs46.patchset
 ( cvs diff -u -r 1.94.2.132 -r 1.94.2.133 src/messageview.c;  cvs diff -u -r 1.79.2.54 -r 1.79.2.55 src/mh.c;  cvs diff -u -r 1.60.2.45 -r 1.60.2.46 src/prefs_actions.c;  cvs diff -u -r 1.10.2.29 -r 1.10.2.30 src/prefs_gtk.c;  cvs diff -u -r 1.395.2.300 -r 1.395.2.301 src/summaryview.c;  cvs diff -u -r 1.1.4.18 -r 1.1.4.19 src/common/xml.c;  ) > 2.9.1cvs44.patchset
 ( cvs diff -u -r 1.382.2.376 -r 1.382.2.377 src/compose.c;  cvs diff -u -r 1.3.2.18 -r 1.3.2.19 src/ldapquery.c;  cvs diff -u -r 1.10.2.12 -r 1.10.2.13 src/privacy.h;  cvs diff -u -r 1.15.2.48 -r 1.15.2.49 src/summary_search.c;  cvs diff -u -r 1.395.2.301 -r 1.395.2.302 src/summaryview.c;  ) > 2.9.1cvs45.patchset
 ( cvs diff -u -r 1.155.2.63 -r 1.155.2.64 src/Makefile.am;  cvs diff -u -r 1.25.2.38 -r 1.25.2.39 src/stock_pixmap.c;  cvs diff -u -r 1.18.2.27 -r 1.18.2.28 src/stock_pixmap.h;  diff -u /dev/null src/pixmaps/printer.xpm;  ) > 2.9.1cvs46.patchset
+( cvs diff -u -r 1.1 -r 1.2 tools/uudec;  ) > 2.9.1cvs47.patchset
index 83c7087fb9d04650d1b5afc6ed0422746ee4e130..7720945bb82e7305b4a4a945e41b0f1131d325a6 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=46
+EXTRA_VERSION=47
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index b332965ab89eb3ca1f738dbe3eb66d3ff4b70a37..9b106bb216b770ae6446948758416bf88ccee64b 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
 #!/bin/sh
-uudecode -o - $1 | display
+uudecode -o - "$1" | display -