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 c6fe11c..a17f430 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.04 - 26 February 2015
+
- callbacks now get pkg name instead of just pkg id
thus fixing unknown package name on erases (mga#15032)
diff --git a/URPM.pm b/URPM.pm
index 2236551..361d527 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '5.03';
+our $VERSION = '5.04';
URPM->bootstrap($VERSION);