aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-05 17:24:03 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-05 17:24:03 +0000
commitaa8472ba544ccbda5bb8f747ca4b2029e8881a99 (patch)
tree443bcd96302ac7e6e1d5bc54856505c5e5145254
parentd3d0c0d8f99ab9947c9b4ac20a90dcb9e48fb2b1 (diff)
downloadperl-URPM-distro/mga1.tar
perl-URPM-distro/mga1.tar.gz
perl-URPM-distro/mga1.tar.bz2
perl-URPM-distro/mga1.tar.xz
perl-URPM-distro/mga1.zip
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 393f3d8..cae66f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.38.1.2 - 5 September 2012
+
- don't read/write after the string when the synthesis is slightly
malformed
- enable to read xz & bzip2 compressed synthesis
diff --git a/URPM.pm b/URPM.pm
index 397c18e..24245c2 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.38.1.1';
+our $VERSION = '3.38.1.2';
URPM->bootstrap($VERSION);