diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-24 10:40:38 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-24 10:40:38 +0100 |
commit | b391686b4d1fd434cb357c04ffe4026c335f70e1 (patch) | |
tree | 26bc5edc42773d1af9e9cfd54aa2919cd783387d | |
parent | Update NEWS. (diff) | |
download | eselect-b391686b4d1fd434cb357c04ffe4026c335f70e1.tar.gz eselect-b391686b4d1fd434cb357c04ffe4026c335f70e1.tar.bz2 eselect-b391686b4d1fd434cb357c04ffe4026c335f70e1.zip |
Update version to 1.4.12.eselect-1.4.12
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2018-01-24 Ulrich Müller <ulm@gentoo.org> + * configure.ac: Update version to 1.4.12. + * Tagged 1.4.12 release. + * modules/rc.eselect (show_script_status): Add /lib64/rc/bin to PATH as well, workaround for bug 645240 until OpenRC is fixed. diff --git a/configure.ac b/configure.ac index 1cb4d06..062ef5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(eselect, 1.4.11, eselect@gentoo.org, eselect) +AC_INIT(eselect, 1.4.12, eselect@gentoo.org, eselect) AC_PREREQ(2.59) AC_CONFIG_SRCDIR(bin/eselect.in) AC_CONFIG_AUX_DIR(config) |