summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-22 16:02:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-22 16:02:37 (GMT)
commitbb7f191ff403050e270a83fad224d38ec00fb19b (patch)
treebf96b1deb0c40f745c2ea9208875ef21f7c4f3c1
parent4f471b3ed38ec59da1e4812d879af0f251a3f2db (diff)
downloadtk-bb7f191ff403050e270a83fad224d38ec00fb19b.zip
tk-bb7f191ff403050e270a83fad224d38ec00fb19b.tar.gz
tk-bb7f191ff403050e270a83fad224d38ec00fb19b.tar.bz2
Tag for release
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b7e582..29d0ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,20 @@
2013-03-22 Don Porter <dgp@users.sourceforge.net>
+ *** 8.5.14 TAGGED FOR RELEASE ***
+
+ * generic/tk.h: Bump to 8.5.14 for release.
+ * library/tk.tcl:
+ * unix/configure.in:
+ * unix/tk.spec:
+ * win/configure.in:
+ * README:
+
* generic/tkWindow.c: Updates so that Tk 8.5.14+ will be able to
* unix/Makefile.in: configure and build against Tcl 8.6+
* unix/configure.in: header files.
* unix/configure: autoconf-2.59
+ * win/configure:
2013-03-13 Jan Nijtmans <nijtmans@users.sf.net>