diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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) @@ -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); |