8
0

- update to 1.4

- avoid a classical buffer overflow in case a progress
          message is too long.
        - this release adds depdencies for snprintf/vsnprintf.
	- some uuencode encoders do not generate a final "space" line
          before the "end" marker, so do not rely on the line to be there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=17
This commit is contained in:
Vítězslav Čížek
2011-05-30 08:04:45 +00:00
committed by Git OBS Bridge
parent 64aa5c6ae0
commit fe0f9b425e
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 30 07:43:35 UTC 2011 - vcizek@novell.com
- update to 1.4
- avoid a classical buffer overflow in case a progress
message is too long.
- this release adds depdencies for snprintf/vsnprintf.
- some uuencode encoders do not generate a final "space" line
before the "end" marker, so do not rely on the line to be there.
-------------------------------------------------------------------
Thu Dec 16 13:48:36 CET 2010 - anicka@suse.cz