changeset: 102477:abfda075eb37 user: Zachary Ware date: Thu Jul 28 18:39:11 2016 -0500 files: Misc/NEWS PCbuild/get_externals.bat PCbuild/readme.txt PCbuild/tcltk.props description: Issue #27647: Update Windows build to Tcl/Tk 8.6.6 diff -r 6a2de662eeb7 -r abfda075eb37 Misc/NEWS --- a/Misc/NEWS Thu Jul 28 17:08:52 2016 +0200 +++ b/Misc/NEWS Thu Jul 28 18:39:11 2016 -0500 @@ -70,6 +70,8 @@ Windows ------- +- Issue #27647: Update bundled Tcl/Tk to 8.6.6. + - Issue #27610: Adds PEP 514 metadata to Windows installer - Issue #27469: Adds a shell extension to the launcher so that drag and drop diff -r 6a2de662eeb7 -r abfda075eb37 PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat Thu Jul 28 17:08:52 2016 +0200 +++ b/PCbuild/get_externals.bat Thu Jul 28 18:39:11 2016 -0500 @@ -56,8 +56,8 @@ if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06 if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h set libraries=%libraries% sqlite-3.8.11.0 -if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2 -if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2 +if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0 +if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6 set libraries=%libraries% xz-5.0.5 diff -r 6a2de662eeb7 -r abfda075eb37 PCbuild/readme.txt --- a/PCbuild/readme.txt Thu Jul 28 17:08:52 2016 +0200 +++ b/PCbuild/readme.txt Thu Jul 28 18:39:11 2016 -0500 @@ -208,7 +208,7 @@ Homepage: http://www.sqlite.org/ _tkinter - Wraps version 8.6.4 of the Tk windowing system. + Wraps version 8.6.6 of the Tk windowing system. Homepage: http://www.tcl.tk/ diff -r 6a2de662eeb7 -r abfda075eb37 PCbuild/tcltk.props --- a/PCbuild/tcltk.props Thu Jul 28 17:08:52 2016 +0200 +++ b/PCbuild/tcltk.props Thu Jul 28 18:39:11 2016 -0500 @@ -4,8 +4,8 @@ 8 6 - 4 - 2 + 6 + 0 $(TclMajorVersion) $(TclMinorVersion) $(TclPatchLevel) @@ -42,4 +42,4 @@ $(BuildDirTop)_VC11 $(BuildDirTop)_VC10 - \ No newline at end of file +