SHA256
6
0
forked from pool/perl
2011-05-16 14:18:55 +00:00
committed by Git OBS Bridge
parent 4cb8338cc8
commit a606336db0
11 changed files with 156 additions and 276 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 16 13:57:44 CEST 2011 - mls@suse.de
- update to 5.14.0
* unicode version 6.0 is now supported (mostly)
* any unsigned value can be encoded as a character
* some regexp enhancements, e.g. s///r option
* array and hash container functions accept references
* package block syntax
* overridable tie functions
* assignment to $0 works again
* improved IPv6 support in the Socket module
- fix regexp crash in reg_numbered_buff_fetch [bnc#676086]
[CVE-2010-4777]
- move unicode files from perl-doc to perl again [bnc#678877]
- remove feedback@suse.de mail address, it no longer exists
[bnc#657625]
- support unversioned site_perl include directory
-------------------------------------------------------------------
Wed Feb 23 13:54:05 CET 2011 - mls@suse.de