File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070Windows
7171-------
7272
73+ - Issue #27647: Update bundled Tcl/Tk to 8.6.6.
74+
7375- Issue #27610: Adds PEP 514 metadata to Windows installer
7476
7577- Issue #27469: Adds a shell extension to the launcher so that drag and drop
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ set libraries=%libraries% bzip2-1.0.6
5656if NOT " %IncludeSSL% " == " false" set libraries = %libraries% nasm-2.11.06
5757if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2h
5858set libraries = %libraries% sqlite-3.8.11.0
59- if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-core-8.6.4.2
60- if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.6.4.2
59+ if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-core-8.6.6.0
60+ if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.6.6.0
6161if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.6
6262set libraries = %libraries% xz-5.0.5
6363
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ _sqlite3
208208 Homepage:
209209 http://www.sqlite.org/
210210_tkinter
211- Wraps version 8.6.4 of the Tk windowing system.
211+ Wraps version 8.6.6 of the Tk windowing system.
212212 Homepage:
213213 http://www.tcl.tk/
214214
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <TclMajorVersion >8</TclMajorVersion >
66 <TclMinorVersion >6</TclMinorVersion >
7- <TclPatchLevel >4 </TclPatchLevel >
8- <TclRevision >2 </TclRevision >
7+ <TclPatchLevel >6 </TclPatchLevel >
8+ <TclRevision >0 </TclRevision >
99 <TkMajorVersion >$(TclMajorVersion)</TkMajorVersion >
1010 <TkMinorVersion >$(TclMinorVersion)</TkMinorVersion >
1111 <TkPatchLevel >$(TclPatchLevel)</TkPatchLevel >
4242 <BuildDirTop Condition =" $(PlatformToolset) == 'v110'" >$(BuildDirTop)_VC11</BuildDirTop >
4343 <BuildDirTop Condition =" $(PlatformToolset) == 'v100'" >$(BuildDirTop)_VC10</BuildDirTop >
4444 </PropertyGroup >
45- </Project >
45+ </Project >
You can’t perform that action at this time.
0 commit comments