summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';