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