Accepting request 365277 from devel:languages:tcl
- New version 8.6.5: * (bug)[d87cb1] Proper tailcall from compiled ensembles * (bug)[879a07] Incomplete chars @ buffer ends * (bug)[894da1] Hang flushing blocking channels * (enhance)[b9d043] Default use of gzip transfer encoding => http 2.8.9 *** POTENTIAL INCOMPATIBILITY *** * (bug)[9dd1bd] destructor [self] after failed constructor * (bug)[0f42ff] [tailcall] combined with [next] * (bug)[c11a51] http: race condition in -accept option * (enhance) More pure lists from compiled [list] * (enhancement) Relax memdebug constraint on extensions * (bug)[268b23] crash in traced [expr] * (bug)[478c44] Memleak in zlib compresion errors * (bug)[e770d9] Higher baud on serial channels * (update) Update Unicode data to 8.0 *** POTENTIAL INCOMPATIBILITY *** * (bug)[a4cb3f] compiled [lreplace] handling of end * (enhance) Use Unicode SendMessageTimeout() => registry 1.3.1 * (TIP 412) msgcat dynamic locale change and package private locale => msgcat 1.6.0 * (bug)[a0ece9] crash in traced [expr] * (TIP 436) [info object isa] favors 'false' over error => TclOO 1.0.4 * (bug)[b1534b][9bad63] writes beyond buffer bounds * (bug)[a3309d] Memleak in compiled [unset a($i)] * (bug)[57945b] lock in forking/multi-threading * (bug)[3e7eca] Allocation overflow in expr parsing * (bug) Correct problems found in Coverity audit OBS-URL: https://build.opensuse.org/request/show/365277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=47
This commit is contained in:
commit
2a6d400691
52
tcl.changes
52
tcl.changes
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 1 08:53:00 UTC 2016 - fweiss@suse.com
|
||||||
|
|
||||||
|
- New version 8.6.5:
|
||||||
|
* (bug)[d87cb1] Proper tailcall from compiled ensembles
|
||||||
|
* (bug)[879a07] Incomplete chars @ buffer ends
|
||||||
|
* (bug)[894da1] Hang flushing blocking channels
|
||||||
|
* (enhance)[b9d043] Default use of gzip transfer encoding
|
||||||
|
=> http 2.8.9
|
||||||
|
*** POTENTIAL INCOMPATIBILITY ***
|
||||||
|
* (bug)[9dd1bd] destructor [self] after failed constructor
|
||||||
|
* (bug)[0f42ff] [tailcall] combined with [next]
|
||||||
|
* (bug)[c11a51] http: race condition in -accept option
|
||||||
|
* (enhance) More pure lists from compiled [list]
|
||||||
|
* (enhancement) Relax memdebug constraint on extensions
|
||||||
|
* (bug)[268b23] crash in traced [expr]
|
||||||
|
* (bug)[478c44] Memleak in zlib compresion errors
|
||||||
|
* (bug)[e770d9] Higher baud on serial channels
|
||||||
|
* (update) Update Unicode data to 8.0
|
||||||
|
*** POTENTIAL INCOMPATIBILITY ***
|
||||||
|
* (bug)[a4cb3f] compiled [lreplace] handling of end
|
||||||
|
* (enhance) Use Unicode SendMessageTimeout()
|
||||||
|
=> registry 1.3.1
|
||||||
|
* (TIP 412) msgcat dynamic locale change and package private
|
||||||
|
locale => msgcat 1.6.0
|
||||||
|
* (bug)[a0ece9] crash in traced [expr]
|
||||||
|
* (TIP 436) [info object isa] favors 'false' over error
|
||||||
|
=> TclOO 1.0.4
|
||||||
|
* (bug)[b1534b][9bad63] writes beyond buffer bounds
|
||||||
|
* (bug)[a3309d] Memleak in compiled [unset a($i)]
|
||||||
|
* (bug)[57945b] lock in forking/multi-threading
|
||||||
|
* (bug)[3e7eca] Allocation overflow in expr parsing
|
||||||
|
* (bug) Correct problems found in Coverity audit
|
||||||
|
* (bug)[00189c] MSVC 14: semi-static UCRT support
|
||||||
|
* (bug)[0df7a1] Tolerate getcwd() failures
|
||||||
|
* (bug)[1115587][a3c350][d7ea9f][0e0e15][187d7f] Many fixes and
|
||||||
|
improvements to regexp engine from Postgres
|
||||||
|
* (enhance) hash lookup microoptimization
|
||||||
|
* (bug)[e0a7b3] Input buffer draining & file events
|
||||||
|
* (bug)[219866] Cygwin support error (yorick,nijtmans)
|
||||||
|
=> platform 1.0.14
|
||||||
|
* (bug)[1080042][8f2450] More regexp from Postgres
|
||||||
|
* (bug)[4a0c16] [clock] react to msgcat locale change
|
||||||
|
* (bug)[261a8a] Overflow segfault in I/O translation
|
||||||
|
* (bug)[40f628] ListObjReplace callers fail to detect max
|
||||||
|
* (enhance)[32c574] Improve list growth performance
|
||||||
|
* (bug)[c9eb6b] tolerate unset ::env(TZ)
|
||||||
|
* (TIP 440) tcl_platform(engine) -- Tcl implementation
|
||||||
|
* (bug)[25842c] stream [zlib deflate] fails with 0 input
|
||||||
|
* (bug)[3d96b7][593baa][cf74de] crashes in OO teardown
|
||||||
|
* (bug)[9b4702] [info exists env(missing)] kills trace
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 29 19:50:01 UTC 2015 - max@suse.com
|
Wed Jul 29 19:50:01 UTC 2015 - max@suse.com
|
||||||
|
|
||||||
|
4
tcl.spec
4
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl
|
# spec file for package tcl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: tcl
|
Name: tcl
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.6.4
|
Version: 8.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %{nil}
|
%define rrc %{nil}
|
||||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e6ed94c981c1d0c5f5fefb8112d06c6bf4d050a7327e95e71d417c416519c8d
|
|
||||||
size 8915556
|
|
3
tcl8.6.5-src.tar.gz
Normal file
3
tcl8.6.5-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53
|
||||||
|
size 9398130
|
Loading…
Reference in New Issue
Block a user