aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-29 09:32:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-29 09:32:53 +0000
commit6b5b63ff3a43e417ad5522163f9a585483275f9f (patch)
tree4d0fb9f2e4a5b0381a69d96e376df28875a80ab9
parentd2b7669d9af31fafd7d5ccc2764c772c47abbb44 (diff)
downloadperl-URPM-1.76.tar
perl-URPM-1.76.tar.gz
perl-URPM-1.76.tar.bz2
perl-URPM-1.76.tar.xz
perl-URPM-1.76.zip
1.761.76
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4b6e0b1..49714ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 1.76 - 28 August 2007, by Pascal "Pixel" Rigaux
+
- build_transaction_set: new sort algorithm which allow returning sets of
circular dependent packages, taking into account obsoleted packages
(fixes #31969). It may still fail in presence of conflicts
diff --git a/URPM.pm b/URPM.pm
index 41d51ac..e40e278 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.75';
+our $VERSION = '1.76';
URPM->bootstrap($VERSION);