diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-07 18:51:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-07 18:51:13 +0200 |
commit | 1244518533e2bf8aa4fdfd53cc41d56422085afc (patch) | |
tree | 28b94887bda2e9dd53134e6bb4b55ba9b9c2163e | |
parent | More precise wording for error message. (diff) | |
download | emacs-tools-emacs-updater-1.15.tar.gz emacs-tools-emacs-updater-1.15.tar.bz2 emacs-tools-emacs-updater-1.15.zip |
Version 1.15 released.emacs-updater-1.15
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | emacs-updater | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2016-06-07 Ulrich Müller <ulm@gentoo.org> + * Version 1.15 released. + * emacs-updater: Run qfile under xargs since portage-utils-0.61 has lost the -f option. Fixes bug 584984. Enable the pipefail option in bash, in order to check qfile's exit status. diff --git a/emacs-updater b/emacs-updater index 936e97c..eb822bd 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer <fauli@gentoo.org> # Ulrich Müller <ulm@gentoo.org> -VERSION=1.14 +VERSION=1.15 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp |