aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d056bff..01320a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 4.28 - 3 October 2013
+
- adapt to perl-5.18 random hash keys ordering
now find_required_package() always sort matching packages by their names
before sorting them by arch and score
diff --git a/URPM.pm b/URPM.pm
index 3cc573a..0ef50e4 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '4.27';
+our $VERSION = '4.28';
URPM->bootstrap($VERSION);