SHA256
1
0
forked from pool/tcl
2011-11-08 15:22:47 +00:00
committed by Git OBS Bridge
parent 2000e1da2d
commit 1bbb9b1d3b
4 changed files with 25 additions and 69 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Nov 8 15:18:10 UTC 2011 - max@suse.com
- New patchlevel release 8.5.11:
* [3349507] correct double(1[string repeat 0 23])
* [3371644] Tcl_ConvertElement() segfault
* [3372130] hypot(.) segfault
* [3389764] memleaks due to reference cycles in dup'd paths
* [3390272] leak of [info script] value
* [3393150] bignum leaks in Tcl_Get*() routines
* [3393714] [string toupper] overflow
* [3398794] panic in interp limit setting (gavlian,fellows)
* [3401704] revised expr parser to permit function names like
"nano()" instead of parsing as "nan o()" with missing op
*** POTENTIAL INCOMPATIBILITY ***
* [3405652] DTrace workaround
* [3391977] -headers overrides -type (=> http 2.7.7)
* [3400658] wrong num args msg with TclOO
* [2935503] [file stat] returns bad mode
-------------------------------------------------------------------
Tue Oct 4 13:08:26 UTC 2011 - uli@suse.com