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
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06\r
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h\r
set libraries=%libraries% sqlite-3.8.11.0\r
-if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2\r
-if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2\r
+if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0\r
+if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0\r
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6\r
set libraries=%libraries% xz-5.0.5\r
\r
Homepage:\r
http://www.sqlite.org/\r
_tkinter\r
- Wraps version 8.6.4 of the Tk windowing system.\r
+ Wraps version 8.6.6 of the Tk windowing system.\r
Homepage:\r
http://www.tcl.tk/\r
\r
<PropertyGroup>
<TclMajorVersion>8</TclMajorVersion>
<TclMinorVersion>6</TclMinorVersion>
- <TclPatchLevel>4</TclPatchLevel>
- <TclRevision>2</TclRevision>
+ <TclPatchLevel>6</TclPatchLevel>
+ <TclRevision>0</TclRevision>
<TkMajorVersion>$(TclMajorVersion)</TkMajorVersion>
<TkMinorVersion>$(TclMinorVersion)</TkMinorVersion>
<TkPatchLevel>$(TclPatchLevel)</TkPatchLevel>
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>
<BuildDirTop Condition="$(PlatformToolset) == 'v100'">$(BuildDirTop)_VC10</BuildDirTop>
</PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>