aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-08 08:36:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-08 08:36:41 +0000
commitf50c58eae62ed4ba55760bf8348574f4b4a9decf (patch)
treee9af830a1a3634b1011e83fd1db86e60fa0d870a
parent8f071b594335cb35793318849d32ff477493a886 (diff)
downloadperl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar
perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.gz
perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.bz2
perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.tar.xz
perl-URPM-f50c58eae62ed4ba55760bf8348574f4b4a9decf.zip
2.092.09
-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);