SHA256
6
0
forked from pool/tcl

- New version 8.6.4:

* restore tbcload/tclcompiler support
  * (bug)[0c043a] Fix compiled [set var($) val]
  * (bug)[d2ffcc] Limit $... and bareword parsing to ASCII
        *** POTENTIAL INCOMPATIBILITY ***
  * (TIP 427) [fconfigure $h -connecting, -peername, -sockname]
  * (bug)[af08c8] Crash in full finalize encoding teardown
  * (bug)[7c187a] [chan copy] crash (io-53.17)
  * (bug)[df0848] Trouble with INFINITY macro
  * (bug) Stop crashes when extension var resolvers misbehave
  * (bug)[088727] [read] past EOF (io-73.4)
  * (bug)[32b615] Fix compiled [lreplace] (lreplace-4.[345])
- Obsoletes itcl-unbreak-iwidgets.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=86
This commit is contained in:
2015-07-29 20:00:16 +00:00
committed by Git OBS Bridge
parent 61a82993b1
commit 2e44729664
5 changed files with 22 additions and 28 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jul 29 19:50:01 UTC 2015 - max@suse.com
- New version 8.6.4:
* restore tbcload/tclcompiler support
* (bug)[0c043a] Fix compiled [set var($) val]
* (bug)[d2ffcc] Limit $... and bareword parsing to ASCII
*** POTENTIAL INCOMPATIBILITY ***
* (TIP 427) [fconfigure $h -connecting, -peername, -sockname]
* (bug)[af08c8] Crash in full finalize encoding teardown
* (bug)[7c187a] [chan copy] crash (io-53.17)
* (bug)[df0848] Trouble with INFINITY macro
* (bug) Stop crashes when extension var resolvers misbehave
* (bug)[088727] [read] past EOF (io-73.4)
* (bug)[32b615] Fix compiled [lreplace] (lreplace-4.[345])
- Obsoletes itcl-unbreak-iwidgets.patch
-------------------------------------------------------------------
Wed Nov 12 15:54:19 UTC 2014 - max@suse.com