diff options
author | Olivier Blin <blino@mageia.org> | 2012-08-11 10:05:51 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-08-11 10:05:51 +0000 |
commit | 5245deff212a9cb431285a13d1555d6eeb29cac2 (patch) | |
tree | 657932085830a0f3f7f6738ab736f66605cb65bd | |
parent | 12b0b76e19ab7a29c403014d006d0ee18f0435b4 (diff) | |
download | perl-URPM-5245deff212a9cb431285a13d1555d6eeb29cac2.tar perl-URPM-5245deff212a9cb431285a13d1555d6eeb29cac2.tar.gz perl-URPM-5245deff212a9cb431285a13d1555d6eeb29cac2.tar.bz2 perl-URPM-5245deff212a9cb431285a13d1555d6eeb29cac2.tar.xz perl-URPM-5245deff212a9cb431285a13d1555d6eeb29cac2.zip |
4.124.12
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,11 @@ -Version 4.11 - 10 July 2012 +Version 4.12 - 11 August 2012 + +- do not try to parse current pointer when the line is invalid or + empty (detected by valgrind) +- don't read/write after the string when the synthesis is slightly + malformed + +Version 4.11 - 10 August 2012 - drop compatibility with urpmi <= 4.5-13mdk (2004-07-09) - fix arch of spec headers (regression introduced in 4.8) @@ -11,7 +11,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '4.11'; +our $VERSION = '4.12'; URPM->bootstrap($VERSION); |