aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-18 17:21:01 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-18 17:21:01 +0000
commit40e0207fb18f71389800bc3086a7a846d7bc8d64 (patch)
tree1b1bc3d33b89de549674bf8b7a9d8fd189615272
parentb32aad743a296a430247eff2638ab747fd12a586 (diff)
downloadperl-URPM-40e0207fb18f71389800bc3086a7a846d7bc8d64.tar
perl-URPM-40e0207fb18f71389800bc3086a7a846d7bc8d64.tar.gz
perl-URPM-40e0207fb18f71389800bc3086a7a846d7bc8d64.tar.bz2
perl-URPM-40e0207fb18f71389800bc3086a7a846d7bc8d64.tar.xz
perl-URPM-40e0207fb18f71389800bc3086a7a846d7bc8d64.zip
4.64.6
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6622940..dc275e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.6 - 18 June 2012
+
- drop 'direction' parameter in obsoletes_overlap() & provides_overlap()
- fix default 'direction' for provides_overlap()
(regression in URPM-4.2)
diff --git a/URPM.pm b/URPM.pm
index 242e070..8692992 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '4.5';
+our $VERSION = '4.6';
URPM->bootstrap($VERSION);