aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--URPM.pm2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 66c1100..dbb4e28 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/URPM.pm b/URPM.pm
index 27b1d33..6936239 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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);