summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-17 17:08:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-17 17:08:30 (GMT)
commit04a43cfcc84bbb38fb5ef52dd5dc736d7157549a (patch)
tree4b761013bb8a8a4d2b0dfd9efddb8db835535a60
parente9eb1621162bdff23b6c6356cb16de0e67dd41ce (diff)
downloadtcl-04a43cfcc84bbb38fb5ef52dd5dc736d7157549a.zip
tcl-04a43cfcc84bbb38fb5ef52dd5dc736d7157549a.tar.gz
tcl-04a43cfcc84bbb38fb5ef52dd5dc736d7157549a.tar.bz2
Release note tidiness
-rw-r--r--ChangeLog17
-rw-r--r--changes6
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9545bc9..ba8e126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-07-17 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.5.12 TAGGED FOR RELEASE ***
+
+ * generic/tcl.h: Bump to 8.5.12 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:
+
+ * changes: Update for 8.5.12 release.
+
2012-07-17 Jan Nijtmans <nijtmans@users.sf.net>
* win/makefile.vc: [Bug 3544932]: Visual studio compiler check fails
diff --git a/changes b/changes
index e2d04d2..201ca16 100644
--- a/changes
+++ b/changes
@@ -7649,7 +7649,11 @@ and Tcl_FSMountsChanged(). (porter)
2012-07-05 (bug fix)[1189293] make "<<" redirect binary safe (porter)
+2012-07-11 (bug fix)[3362446] [registry keys] failure (nijtmans)
+
+2012-07-16 (bug fix)[3544683] reentrant syscalls on BSD (cassoff,fellows)
+
Many revisions to better support a Cygwin environment (nijtmans)
---- Released 8.5.12, July 16, 2011 --- See ChangeLog for details ---
+--- Released 8.5.12, July 20, 2011 --- See ChangeLog for details ---