-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
101 lines (78 loc) · 3.2 KB
/
ChangeLog
File metadata and controls
101 lines (78 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
2024-10-21 Konstantin Kushnir <chpock@gmail.com>
* Update cookfs to version 1.9.0
* Update tdom to version 0.9.5
* Update twapi to version 5.0b1
* Use the same macOS platform ID for Tcl8/Tcl9. Set the minimum macOS
version as 10.10.
2024-10-19 Konstantin Kushnir <chpock@gmail.com>
* Update cookfs, enable crypto functions
2024-10-12 Konstantin Kushnir <chpock@gmail.com>
* Bumped version to 2.3.0
2024-09-23 Konstantin Kushnir <chpock@gmail.com>
* RELEASE TAG 2.2.0
2024-09-27 Konstantin Kushnir <chpock@gmail.com>
* Fix issues on Windows related to locked files in install actions
* Update Tcl9 to 9.0.0
* Fix paths in tcl::pkgconfig and tk::pkgconfig
* Update README
2024-09-26 Konstantin Kushnir <chpock@gmail.com>
* Fix a bug where temporary files were not deleted when installing
* Add command --version
* Add command --uninstall
* Add command --check-upgrade
* Set/unset PATH on Windows during --install/--uninstall
2024-09-22 Konstantin Kushnir <chpock@gmail.com>
* Bumped version to 2.2.0
2024-09-23 Konstantin Kushnir <chpock@gmail.com>
* RELEASE TAG 2.1.0
2024-09-23 Konstantin Kushnir <chpock@gmail.com>
* Add install/upgrade functionality
2024-09-22 Konstantin Kushnir <chpock@gmail.com>
* Bumped version to 2.1.0
* Fix tkcon compatibility with Tcl9
* Add more release automations
* Use Tcl9 by default in build script
2024-09-22 Konstantin Kushnir <chpock@gmail.com>
* RELEASE TAG 2.0.0
2024-09-22 Konstantin Kushnir <chpock@gmail.com>
* Use macOS 10.13 for build as Tk9 is not compatible with macOS 10.12
* Update Tcl8.6 to 8.6.15
* Add release packer
2024-09-21 Konstantin Kushnir <chpock@gmail.com>
* Add ::cookit::pkgconfig
* Refactor code and the wrap command
2024-09-15 Konstantin Kushnir <chpock@gmail.com>
* Standardize root mount point as //cookit:/
* Standardize builtin commands --wrap and --stats
* Don't build i386-apple-darwin10.6 platform by default as it will not be
supported in Tk9.0
2024-09-14 Kontantin Kushnir <chpock@gmail.com>
* Add build for Tcl9 (macOS doesn't work yet)
* Normalize platform names
* Add x86_64-apple-darwin10.6 platform
2024-09-09 Konstantin Kushnir <chpock@gmail.com>
* Update twapi to 5.0a1
2024-09-08 Konstantin Kushnir <chpock@gmail.com>
* Add separate versions for console and GUI
* Optimize encodings storage
2024-09-07 Konstantin Kushnir <chpock@gmail.com>
* Rebrand to cookit 2.0 and change license
2024-08-23 Konstantin Kushnir <chpock@gmail.com>
* Remove tkdnd / tktable packages from build flow
* Add tclhttps package
2024-08-17 Konstantin Kushnir <chpock@gmail.com>
* Add console binaries for Windows x86/x86_64 platforms
2024-08-15 Konstantin Kushnir <chpock@gmail.com>
* Add tdom
2024-08-12 Konstantin Kushnir <chpock@gmail.com>
* Add Windows x86_64 platform
2024-08-11 Konstantin Kushnir <chpock@gmail.com>
* Improve compiler optimization options
* Improve startup and remove bootstrap code. Initialize interp only by
environment variables.
* Make cookit lauched without arguments (in interactive mode) to use
standard tclsh/wish RC files.
2024-08-10 Konstantin Kushnir <chpock@gmail.com>
* Remove packages and code related to compatibility
* Add tkcon as a console and use it on all platforms
* Enable threads for all platforms