summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-17 13:48:53 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-17 13:48:53 +0000
commit5b3fcc96268b6874f1306763d135a5e9e519a30f (patch)
tree4419e9547da5d9ed2a5d38e0f3ff209cff62d526
parent87c620abf3f30f64666df34cfa04143a7ad77c48 (diff)
downloadurpmi-6.12.tar
urpmi-6.12.tar.gz
urpmi-6.12.tar.bz2
urpmi-6.12.tar.xz
urpmi-6.12.zip
6.126.12
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 402a5014..55fda606 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.12 - 17 September 2008, Pascal "Pixel" Rigaux
+
- when using --bug,
o copy /root/.rpmdrake too
o copy updates descriptions too
diff --git a/urpm.pm b/urpm.pm
index 12c012ed..86ed7e51 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.11';
+our $VERSION = '6.12';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');