Skip to content

Commit 5f00348

Browse files
author
jan.nijtmans
committed
Merge 8.6
2 parents 6048f83 + 8061873 commit 5f00348

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ to the userbase.
1414
- [Tweak install permissions](https://core.tcl-lang.org/tcl/tktview/31d4fa)
1515

1616
# Updated bundled packages, libraries, standards, data
17-
- sqlite3 3.50.2
17+
- sqlite3 3.50.4
18+
- tcltest 2.5.10
19+
- Thread 3.0.3
20+
- TDBC\* 1.1.12
1821

1922
Release Tcl 9.0.2 arises from the check-in with tag `core-9-0-2`.
2023

library/manifest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply {{dir} {
1111
0 tcl::idna 1.0.1 {cookiejar idna.tcl}
1212
0 platform 1.0.19 {platform platform.tcl}
1313
0 platform::shell 1.1.4 {platform shell.tcl}
14-
1 tcltest 2.5.9 {tcltest tcltest.tcl}
14+
1 tcltest 2.5.10 {tcltest tcltest.tcl}
1515
} {
1616
if {$isafe && !$safe} continue
1717
package ifneeded $package $version [list source [file join $dir {*}$file]]

library/tcltest/pkgIndex.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# full path name of this file's directory.
1010

1111
if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
12-
package ifneeded tcltest 2.5.9 [list source -encoding utf-8 [file join $dir tcltest.tcl]]
12+
package ifneeded tcltest 2.5.10 [list source -encoding utf-8 [file join $dir tcltest.tcl]]

library/tcltest/tcltest.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace eval tcltest {
2121
# When the version number changes, be sure to update the pkgIndex.tcl file,
2222
# and the install directory in the Makefiles. When the minor version
2323
# changes (new feature) be sure to update the man page as well.
24-
variable Version 2.5.9
24+
variable Version 2.5.10
2525

2626
# Compatibility support for dumb variables defined in tcltest 1
2727
# Do not use these. Call [package require] and [info patchlevel]

unix/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,9 +1081,9 @@ install-libraries: libraries
10811081
@echo "Installing package msgcat 1.7.1 as a Tcl Module"
10821082
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \
10831083
"$(MODULE_INSTALL_DIR)/9.0/msgcat-1.7.1.tm"
1084-
@echo "Installing package tcltest 2.5.9 as a Tcl Module"
1084+
@echo "Installing package tcltest 2.5.10 as a Tcl Module"
10851085
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \
1086-
"$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.9.tm"
1086+
"$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.10.tm"
10871087
@echo "Installing package platform 1.0.19 as a Tcl Module"
10881088
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \
10891089
"$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm"

win/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ install-libraries: libraries install-tzdata install-msgs
946946
done;
947947
@echo "Installing package msgcat 1.7.1 as a Tcl Module";
948948
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/9.0/msgcat-1.7.1.tm";
949-
@echo "Installing package tcltest 2.5.9 as a Tcl Module";
950-
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.9.tm";
949+
@echo "Installing package tcltest 2.5.10 as a Tcl Module";
950+
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.10.tm";
951951
@echo "Installing package platform 1.0.19 as a Tcl Module";
952952
@$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm";
953953
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";

0 commit comments

Comments
 (0)