summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2009-10-20 17:23:09 (GMT)
committerdgp <dgp@noemail.net>2009-10-20 17:23:09 (GMT)
commitf804e1f98ef4bd5ad8ba1036517953d85ede4a6f (patch)
treec74bd850cd153b631793f111b95e322a3b7348be /ChangeLog
parentb9dc65a6ce90e9a075a059c2e9c42ad591a9e473 (diff)
downloadtk-f804e1f98ef4bd5ad8ba1036517953d85ede4a6f.zip
tk-f804e1f98ef4bd5ad8ba1036517953d85ede4a6f.tar.gz
tk-f804e1f98ef4bd5ad8ba1036517953d85ede4a6f.tar.bz2
Also removed the long outdated and broken
targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history. FossilOrigin-Name: 2de51a603407194511e25fa8b902fff44a734075
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c1d74d..622fe58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,11 @@
* unix/Makefile.in: Compiling Tk no longer requires header files
* win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in
- pursuit of [Bug 1712098].
+ pursuit of [Bug 1712098]. Also removed the long outdated and broken
+ targets package-* that were for building Solaris packages. Appears
+ that the pieces needed for these targets to function have never been
+ present in the current era of Tcl development and belong completely
+ to Tcl pre-history.
2009-10-20 Andreas Kupries <andreask@activestate.com>