aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-07 21:53:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-07 21:53:26 +0000
commit724f619c39ab45497b7a8cdaf568c37c34926a16 (patch)
tree29c11f79b4342a059de0ec335354599632ed393e
parent078e57da51845413408d1a0a69fc68777bad8232 (diff)
downloadperl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar
perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.gz
perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.bz2
perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.tar.xz
perl-URPM-724f619c39ab45497b7a8cdaf568c37c34926a16.zip
3.183.18
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 211f3bd..550665b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.18 - 7 July 2008, by Pascal "Pixel" Rigaux
+
- revert change introduced in 3.16 (it breaks too much, eg
superuser--priority-upgrade.t test case), and introduce
$state->{rejected_already_installed} instead
diff --git a/URPM.pm b/URPM.pm
index 511db42..a6552bb 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.17';
+our $VERSION = '3.18';
URPM->bootstrap($VERSION);