summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-09-18 19:13:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-09-18 19:13:31 (GMT)
commit5c754c51c3f3c5953ac235d941fc02618b28a3ac (patch)
tree8041895ae6e62ab2d43b07a5268633661b104c4e /ChangeLog
parent28deb9be7fe8d9c43b139e883e9698cace2ebb94 (diff)
parent55f663e53f501bf7c9748ad6a70d148b41a83b2b (diff)
downloadtcl-5c754c51c3f3c5953ac235d941fc02618b28a3ac.zip
tcl-5c754c51c3f3c5953ac235d941fc02618b28a3ac.tar.gz
tcl-5c754c51c3f3c5953ac235d941fc02618b28a3ac.tar.bz2
merge release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02472fe..fd8c7c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+A NOTE ON THE CHANGELOG:
+Starting in early 2011, Tcl source code has been under the management of
+fossil, hosted at http://core.tcl.tk/tcl/ . Fossil presents a "Timeline"
+view of changes made that is superior in every way to a hand edited log file.
+Because of this, many Tcl developers are now out of the habit of maintaining
+this log file. You may still find useful things in it, but the Timeline is
+a better first place to look now.
+============================================================================
+
+2013-08-30 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tcl.h: Bump to 8.5.15 for release.
+ * library/init.tcl:
+ * tools/tcl.wse.in:
+ * unix/configure.in:
+ * unix/tcl.spec:
+ * win/configure.in:
+ * README:
+
+ * unix/configure: autoconf-2.59
+ * win/configure:
+
2013-08-01 Harald Oehlmann <oehhar@users.sf.net>
* tclUnixNotify.c Tcl_InitNotifier: Bug [a0bc856dcd]