summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-03 17:42:36 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-03 17:42:36 +0100
commit2f28c711add16779ed2f8e3a7eab8d8485293e2e (patch)
tree05f9f5dd0ccbf0e8bbdd9744c219f1f197b678f8
parent95d90855603ac4e65d95c741888ef60c4b3b049e (diff)
downloadurpmi-2f28c711add16779ed2f8e3a7eab8d8485293e2e.tar
urpmi-2f28c711add16779ed2f8e3a7eab8d8485293e2e.tar.gz
urpmi-2f28c711add16779ed2f8e3a7eab8d8485293e2e.tar.bz2
urpmi-2f28c711add16779ed2f8e3a7eab8d8485293e2e.tar.xz
urpmi-2f28c711add16779ed2f8e3a7eab8d8485293e2e.zip
7.297.29
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 69fa8f33..63241d8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 7.29 - 3 December 2013
+
- use /proc/self/mountinfo for ro filesystem checks mga#11319
- polkit: only use pkexec when not already root
diff --git a/urpm.pm b/urpm.pm
index cd2c0ad7..6d192113 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -15,7 +15,7 @@ use urpm::md5sum;
# perl_checker: require urpm::media
# perl_checker: require urpm::parallel
-our $VERSION = '7.28';
+our $VERSION = '7.29';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');