summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-14 12:51:20 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-14 12:51:20 +0000
commit1f486c5dbe9316a357526986d04392ecc5fac283 (patch)
treeeec0a3534fc1bec7f9c681687136a559ac269c32
parent0bb172da4b72f5c5f58bfe2ee17216bb6030849b (diff)
downloadurpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar
urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.gz
urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.bz2
urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.xz
urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.zip
6.36.3
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 710a0f74..91b739a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.3 - 14 August 2008, Thierry Vignaud
+
- gurpmi
o better handle closing dialogs
o fix not asking questions on error
diff --git a/urpm.pm b/urpm.pm
index 5451926f..999dfe3b 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.2';
+our $VERSION = '6.3';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');