diff --git a/tcl.changes b/tcl.changes index 6773a16..ba6e4ba 100644 --- a/tcl.changes +++ b/tcl.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Sep 20 07:53:52 UTC 2013 - max@suse.com + +- Final 8.6.1 release. Changes since rc0 include: + * Fix segfaults in [dict] compilers. + * Fix mem leak in [lreplace]. + +------------------------------------------------------------------- +Tue Sep 10 07:30:57 UTC 2013 - kpetsch@suse.com + +- New patchlevel release 8.6.1rc0: +- Many optimaizations, improvements and tightened stack management + in bytecode +- Many enhancements and Bugfixes: + * Improve ensemble bytecode + * Selected script code improvements => tcltest 2.3.6 + * Broaden glibc version detection => platform 1.0.12 + * [array set] compile improvement + * [auto_mkindex] support Tcl00 + * Tcl_Zlib*() routines tolerate NULL interps + * Improved [list {*}...] compile + * Restored lost performance appending to long strings + * Errors from execution traces become errors of the command + ------------------------------------------------------------------- Thu Jun 20 12:18:58 UTC 2013 - max@suse.com @@ -992,29 +1016,29 @@ Mon Sep 21 16:05:47 MEST 1998 - ro@suse.de - for GLIBC EOPNOTSUPP and ENOTSUP seem to map to same value - catch duplicate cases for this reason in tclPosixStr.c ----------------------------------------------------------------------- +------------------------------------------------------------------- Mon Nov 10 20:35:04 MET 1997 - hf@suse.de new version 8.0p1 ----------------------------------------------------------------------- +------------------------------------------------------------------- Mon Oct 27 14:21:35 MET 1997 - hf@suse.de ready for autobuild ----------------------------------------------------------------------- +------------------------------------------------------------------- Thu Jul 3 13:42:22 GMT 1997 - hf@suse.de A new release 8.0b2, the second (and probably final) beta release for Tcl 8.0. ----------------------------------------------------------------------- +------------------------------------------------------------------- Tue Jun 3 14:04:29 GMT 1997 - hf@suse.de - added static librs and all links for the manpages in the /usr/doc/packages/tcl8.0/man ----------------------------------------------------------------------- +------------------------------------------------------------------- Tue Apr 15 13:56:56 GMT 1997 - hf@suse.de - manpages hardlinks removed and added softlinks to diff --git a/tcl.spec b/tcl.spec index 4657e7d..e4a2a17 100644 --- a/tcl.spec +++ b/tcl.spec @@ -18,7 +18,7 @@ Name: tcl Url: http://www.tcl.tk -Version: 8.6.0 +Version: 8.6.1 Release: 0 %define rrc %nil %define TCL_MINOR %(echo %version | cut -c1-3) diff --git a/tcl8.6.0-src.tar.gz b/tcl8.6.0-src.tar.gz deleted file mode 100644 index 73b2b16..0000000 --- a/tcl8.6.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:354422b9c4791685499123b2dfe01faa98b555c08906c010cb4449ddc75dcade -size 8636908 diff --git a/tcl8.6.1-src.tar.gz b/tcl8.6.1-src.tar.gz new file mode 100644 index 0000000..d9a2029 --- /dev/null +++ b/tcl8.6.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ee769248e64ba1cae6b4834fcc4e4edd7470d881410e8d58f7dd1434343514 +size 8755700