diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:34:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-08 08:34:55 +0000 |
commit | 8f071b594335cb35793318849d32ff477493a886 (patch) | |
tree | 7ddcc57d6aeac95313af9cdb36f5e3acb777e796 /NEWS | |
parent | fe9c05df3bd9eb1fd36fe94d345789382447f139 (diff) | |
download | perl-URPM-8f071b594335cb35793318849d32ff477493a886.tar perl-URPM-8f071b594335cb35793318849d32ff477493a886.tar.gz perl-URPM-8f071b594335cb35793318849d32ff477493a886.tar.bz2 perl-URPM-8f071b594335cb35793318849d32ff477493a886.tar.xz perl-URPM-8f071b594335cb35793318849d32ff477493a886.zip |
- 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 !!)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +- 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 !!) + Version 2.08 - 24 October 2007, by Pascal "Pixel" Rigaux - fix build on rpm 4.4.2.2 |