From aa8472ba544ccbda5bb8f747ca4b2029e8881a99 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Sep 2012 17:24:03 +0000 Subject: 3.38.1.2 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1