diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:36:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:36:41 +0000 |
commit | f50c58eae62ed4ba55760bf8348574f4b4a9decf (patch) | |
tree | e9af830a1a3634b1011e83fd1db86e60fa0d870a | |
parent | 8f071b594335cb35793318849d32ff477493a886 (diff) | |
download | perl-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-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 !!) @@ -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); |