aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--URPM.pm2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 127a4e2..14ddcff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 4.0 - 13 October 2010
+
+- ditch legacy behaviour compatibility for packages without epoch, always promote
+ epoch
+- pick up package name format from %_build_name_fmt rather than hardcoding it
+- add URPM::Package::evr()
+- add URPM::rpmEVRcmp() & URPM::rpmEVRcompare()
+- add regression tests for resolving
+- use rpmEVRcompare() from rpmlib everywhere
+- add full support for %distepoch/%disttag
+- refactorize code
+- rewrite for native rpm5 API (ditching rpm.org compatibility)
+
Version 3.36 - 23 July 2010
- Fix wrong deferencement on HASH (warning triggered by perl 5.12)
diff --git a/URPM.pm b/URPM.pm
index 0684071..89fb690 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.36';
+our $VERSION = '4.0';
URPM->bootstrap($VERSION);