aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-11-04 08:07:53 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-04 08:07:53 +0100
commit2c8d582f40974ebd98d25fc1fdbc8ea0f7e22280 (patch)
tree4ccc04d1f0f5a3b9b6de5cb6c4df95dac15eb24d
parentd747d442f6fae0e32ce0ac6f20689ecf1c49e160 (diff)
downloadperl-URPM-3.52.tar
perl-URPM-3.52.tar.gz
perl-URPM-3.52.tar.bz2
perl-URPM-3.52.tar.xz
perl-URPM-3.52.zip
3.523.52
rebased over mga2 instead of mga1 (3.40.3 instead of 3.40) (we need ->doc_files() on mga2)
-rw-r--r--NEWS5
-rw-r--r--URPM.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e20d2e..39eb83a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 3.52 - 4 November 2014
+
+- rebased over mga2 instead of mga1 (3.40.3 instead of 3.40)
+ (we need ->doc_files() on mga2)
+
Version 3.51 - 2 November 2014
- fix compiling with rpm-4.11
diff --git a/URPM.pm b/URPM.pm
index ae1f60f..f7bb05f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.51';
+our $VERSION = '3.52';
URPM->bootstrap($VERSION);