diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-01-24 08:16:41 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-01-24 08:16:41 +0100 |
commit | b25692d774bf4e13faf0bdc240e7ca993afb1968 (patch) | |
tree | ef973c61b374f4053455f24a9ace147b67dcd433 | |
parent | e59e990ec91a49b04d5382194a93c16501f971c9 (diff) | |
download | urpmi-b25692d774bf4e13faf0bdc240e7ca993afb1968.tar urpmi-b25692d774bf4e13faf0bdc240e7ca993afb1968.tar.gz urpmi-b25692d774bf4e13faf0bdc240e7ca993afb1968.tar.bz2 urpmi-b25692d774bf4e13faf0bdc240e7ca993afb1968.tar.xz urpmi-b25692d774bf4e13faf0bdc240e7ca993afb1968.zip |
7.317.31
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 7.31 - 24 January 2014 + - do not exec pkexec but run it so it has a parent process to fix double fork issues mga#11184 mga#12364 - gurpmi: @@ -15,7 +15,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = '7.30'; +our $VERSION = '7.31'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |