summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-20 17:23:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-20 17:23:09 (GMT)
commitf1cb9a56a654ed9af7159062efa4216d1b816e14 (patch)
treec74bd850cd153b631793f111b95e322a3b7348be /ChangeLog
parent1a5b41be4ec767d74a921e19a5d4f0814f037257 (diff)
downloadtk-f1cb9a56a654ed9af7159062efa4216d1b816e14.zip
tk-f1cb9a56a654ed9af7159062efa4216d1b816e14.tar.gz
tk-f1cb9a56a654ed9af7159062efa4216d1b816e14.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.
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>