aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1889878..89143a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.09 - 8 November 2007, by Pascal "Pixel" Rigaux
+
- use a simple function to return simple string list from header
(fixes getting >4096 long rpm changelogs)
(!! static buffer size limitation in callback_list_str_xpush() should be fixed !!)
diff --git a/URPM.pm b/URPM.pm
index 82f6b83..0168358 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '2.08';
+our $VERSION = '2.09';
URPM->bootstrap($VERSION);