summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-13 17:32:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-13 17:32:26 (GMT)
commit21c4caf8e19c2d81a598a7973022966f42cb3455 (patch)
tree31421151b8138d8ceb506d7adef4281bd147db84 /changes
parent3b028ddc036e831f37393e6cba560a18528611dc (diff)
downloadtcl-21c4caf8e19c2d81a598a7973022966f42cb3455.zip
tcl-21c4caf8e19c2d81a598a7973022966f42cb3455.tar.gz
tcl-21c4caf8e19c2d81a598a7973022966f42cb3455.tar.bz2
More work on changes.
Diffstat (limited to 'changes')
-rw-r--r--changes43
1 files changed, 40 insertions, 3 deletions
diff --git a/changes b/changes
index 1bbcf91..b2bffcd 100644
--- a/changes
+++ b/changes
@@ -8988,29 +8988,66 @@ in this changeset (new minor version) rather than bug fixes:
2019-10-28 (bug)[bcd100] bad fs cache when system encoding changes (coulter)
-- Released 8.6.10, November 21, 2019 - details at http://core.tcl-lang.org/tcl/ -
+- Released 8.6.10, Nov 21, 2019 - details at http://core.tcl-lang.org/tcl/ -
Changes to 8.7a3 include all changes to the 8.6 line through 8.6.10,
plus the following, which focuses on the high-level feature changes
in this changeset (new minor version) rather than bug fixes:
+2017-11-01 (bug)[3c32a3] crash deleting class mixed into instance (coulter)
+2017-11-03 (new)[TIP 345] eliminate the encoding 'identity' (porter)
+2017-11-04 (bug)[0d902e] [string first] on ASCII stored as Unicode (fellows)
+2017-11-17 (new)[TIP 422] Mark all Tcl_*VA() routines deprecated. (nijtmans)
+2017-11-20 (support) Ended use of the obsolete values.h header (culler)
+2017-11-30 (bug)[8e1e31] [lsort] ordering of U+0000 (nijtmans)
+2017-12-07 (new)[TIP 487] Terminate support for pre-XP Windows (nijtmans)
-2018-03-12 (TIP 490) add oo support for msgcat => msgcat 1.7.0 (oehlmann)
+2017-12-08 (new)[TIP 477] Reform of nmake build (nadkarni)
-2018-03-12 (TIP 499) custom locale preference list (oehlmann)
+2017-12-20 (bug)[ba1419] Crash: complex ensemble delete, namespace-7.8 (coulter)
+
+2018-01-17 (new)[TIP 485] Removal of many deprecated features (nijtmans)
+
+2018-01-27 (bug) Crash in [join $l $l], join-4.1 (porter)
+
+2018-02-06 (new)[TIP 493] Cease Distribution of http 1.0 (porter)
+
+2018-02-06 (new)[TIP 484] internal rep for native ints are all 64-bit (nijtmans)
+
+2018-02-14 (new)[TIP 476] Scan/Printf consistency (nijtmans)
+
+2018-03-05 (new)[TIP 351] [lsearch] striding
+
+2018-03-05 (new)[TIPs 330,336] tighten access to Interp fields (porter)
+
+2018-03-12 (new)[TIP 462] [::tcl::process]
+
+2018-03-12 (new)[TIP 490] add oo support for msgcat => msgcat 1.7.0 (oehlmann)
+
+2018-03-12 (new)[TIP 499] custom locale preference list (oehlmann)
=> msgcat 1.7.0
+2018-03-20 (new)[TIP 503] End CONST84 support for Tcl 8.3 (porter)
+
+2018-03-30 Refactored [lrange] (spjuth)
+
+2018-04-20 (new)[TIP 389] Unicode beyond BMP (nijtmans)
+2018-04-20 (new)[TIP 421] [array for]
+2018-05-11 (new)[TIP 425] Windows panic callback use of UTF-8
+2018-05-17 (new)[TIP 491] Phase out --disable-threads support
+2018-06-03 (new)[TIP 500] TclOO Private Methods and Variables
+2018-07-26 (bug)[ba921a] [string cat] of bytearrays (coulter,porter)