summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-24 16:25:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-24 16:25:20 +0000
commit00b55a9c684b47d504e20ea27d1b5547ed485d68 (patch)
tree57c7209c7caaa0be3e1be1327020616d7cc3d948
parent83b5ba3afe0565cc41a6b378d68400c3da68241e (diff)
downloadurpmi-00b55a9c684b47d504e20ea27d1b5547ed485d68.tar
urpmi-00b55a9c684b47d504e20ea27d1b5547ed485d68.tar.gz
urpmi-00b55a9c684b47d504e20ea27d1b5547ed485d68.tar.bz2
urpmi-00b55a9c684b47d504e20ea27d1b5547ed485d68.tar.xz
urpmi-00b55a9c684b47d504e20ea27d1b5547ed485d68.zip
4.10.11
-rw-r--r--NEWS3
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 528a1fdf..dfa6da3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
+Version 4.10.11 - 24 September 2007, by Pascal "Pixel" Rigaux
+
- create /var/tmp in chroots too
+- fixed nb.po
Version 4.10.10 - 17 September 2007, by Pascal "Pixel" Rigaux
diff --git a/urpm.pm b/urpm.pm
index 8e5b521c..8e48b543 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '4.10.10';
+our $VERSION = '4.10.11';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = 'file_from_local_url';