- Version 8.6.8:

* [array names -regexp] supports backrefs 
  * Fix gcc build failures due to #pragma placement 
  * (bug)[b50fb2] exec redir append stdout and stderr to file 
  * (bug)[2a9465] http state 100 continue handling broken 
  * (bug)[0e4d88] replace command, delete trace kills namespace 
  * (bug)[1a5655] [info * methods] includes mixins 
  * (bug)[fc1409] segfault in method cloning, oo-15.15 
  * (bug)[3298012] Stop crash when hash tables overflow 32 bits 
  * (bug)[5d6de6] Close failing case of [package prefer stable] 
  * (bug)[4f6a1e] Crash when ensemble map and list are same 
  * (bug)[ce3a21] file normalize failure when tail is empty 
  * (new)[TIP 477] nmake build system reform 
  * (bug)[586e71] EvalObjv exception handling at level #0 

- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
  iwidgets (bsc#903017).
- Remove obsolete patches tcl-unload.patch and tcl.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=110
This commit is contained in:
2017-12-29 20:37:36 +00:00
committed by Git OBS Bridge
parent e75f5b9c9b
commit ff2d753e7b
4 changed files with 34 additions and 9 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Dec 29 20:11:51 UTC 2017 - max@suse.com
- Version 8.6.8:
* [array names -regexp] supports backrefs
* Fix gcc build failures due to #pragma placement
* (bug)[b50fb2] exec redir append stdout and stderr to file
* (bug)[2a9465] http state 100 continue handling broken
* (bug)[0e4d88] replace command, delete trace kills namespace
* (bug)[1a5655] [info * methods] includes mixins
* (bug)[fc1409] segfault in method cloning, oo-15.15
* (bug)[3298012] Stop crash when hash tables overflow 32 bits
* (bug)[5d6de6] Close failing case of [package prefer stable]
* (bug)[4f6a1e] Crash when ensemble map and list are same
* (bug)[ce3a21] file normalize failure when tail is empty
* (new)[TIP 477] nmake build system reform
* (bug)[586e71] EvalObjv exception handling at level #0
-------------------------------------------------------------------
Thu Dec 14 12:55:02 CET 2017 - mls@suse.de
@@ -10,6 +28,12 @@ Thu Dec 14 05:58:11 UTC 2017 - normand@linux.vnet.ibm.com
identified following tests failed on PowerPC
interp-34.9 interp-34.13 http-3.25 timer-2.1 thread-20.9
-------------------------------------------------------------------
Thu Oct 19 14:37:39 UTC 2017 - max@suse.com
- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
iwidgets (bsc#903017).
-------------------------------------------------------------------
Mon Sep 25 16:05:41 UTC 2017 - max@suse.com
@@ -218,6 +242,7 @@ Sat Sep 6 10:23:13 UTC 2014 - coolo@suse.de
Mon Sep 1 07:45:22 UTC 2014 - fcrozat@suse.com
- Update license tag to SPDX 1.2.
- Remove obsolete patches tcl-unload.patch and tcl.patch.
-------------------------------------------------------------------
Thu Aug 28 14:24:16 UTC 2014 - vwallfahrer@suse.com