summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 08:51:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 08:51:13 (GMT)
commit1c852e43232a3be1eeb1159c0d1a30fd943960c5 (patch)
treec562659857ad43f5b8defdc9c28e23fbb1307808
parent16104b531487870a3fdc8fe6888ad1daf34f348b (diff)
downloadtk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.zip
tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.gz
tk-1c852e43232a3be1eeb1159c0d1a30fd943960c5.tar.bz2
Bump to 8.6.12 for release
-rw-r--r--README.md2
-rw-r--r--changes4
-rw-r--r--generic/tk.h4
-rw-r--r--library/tk.tcl2
-rw-r--r--macosx/README2
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/tk.spec2
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in2
10 files changed, 14 insertions, 10 deletions
diff --git a/README.md b/README.md
index 38d026a..4b63bed 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# README: Tk
-This is the **Tk 8.6.11** source distribution.
+This is the **Tk 8.6.12** source distribution.
You can get any source release of Tk from [our distribution
site](https://sourceforge.net/projects/tcl/files/Tcl/).
diff --git a/changes b/changes
index f8163aa..0a754c0 100644
--- a/changes
+++ b/changes
@@ -7842,3 +7842,7 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer)
2020-12-24 (bug)[6157a8] Aqua: file dialog -filetypes (davis,culler)
- Released 8.6.11, Dec 31, 2020 - https://core.tcl-lang.org/tk/ for details
+
+TODO
+
+- Released 8.6.12, Nov ??, 2021 - https://core.tcl-lang.org/tk/ for details
diff --git a/generic/tk.h b/generic/tk.h
index ec1f78d..d3c2466 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -75,10 +75,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 6
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TK_RELEASE_SERIAL 11
+#define TK_RELEASE_SERIAL 12
#define TK_VERSION "8.6"
-#define TK_PATCH_LEVEL "8.6.11"
+#define TK_PATCH_LEVEL "8.6.12"
/*
* A special definition used to allow this header file to be included from
diff --git a/library/tk.tcl b/library/tk.tcl
index be934c1..5bb3be7 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -11,7 +11,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6.11
+package require -exact Tk 8.6.12
# Create a ::tk namespace
namespace eval ::tk {
diff --git a/macosx/README b/macosx/README
index 834dea4..4ed334f 100644
--- a/macosx/README
+++ b/macosx/README
@@ -681,7 +681,7 @@ conditional code which is only used for macOS.
The 10.14 release added support for system appearance changes,
including a "Dark Mode" that renders all window frames and menus in
-dark colors. Tk 8.6.11 provides three virtual events <<LightAqua>>,
+dark colors. Tk 8.6 provides three virtual events <<LightAqua>>,
<<DarkAqua>> and <<AppearanceChanged>>, to allow you to update your Tk
app's appearance when the system appearance changes. These events are
generated in [NSView effectiveAppearanceChanged], which is called by
diff --git a/unix/configure b/unix/configure
index ecff290..bc492fb 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1338,7 +1338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
-TK_PATCH_LEVEL=".11"
+TK_PATCH_LEVEL=".12"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
diff --git a/unix/configure.in b/unix/configure.in
index 9720b91..ecfc1e5 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
-TK_PATCH_LEVEL=".11"
+TK_PATCH_LEVEL=".12"
VERSION=${TK_VERSION}
LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv"
diff --git a/unix/tk.spec b/unix/tk.spec
index efa3b79..91b938d 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -4,7 +4,7 @@
Name: tk
Summary: Tk graphical toolkit for the Tcl scripting language.
-Version: 8.6.11
+Version: 8.6.12
Release: 2
License: BSD
Group: Development/Languages
diff --git a/win/configure b/win/configure
index 52c0a7d..99fc0a1 100755
--- a/win/configure
+++ b/win/configure
@@ -1325,7 +1325,7 @@ SHELL=/bin/sh
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
-TK_PATCH_LEVEL=".11"
+TK_PATCH_LEVEL=".12"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
diff --git a/win/configure.in b/win/configure.in
index 038dc26..d331d8d 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -15,7 +15,7 @@ SHELL=/bin/sh
TK_VERSION=8.6
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=6
-TK_PATCH_LEVEL=".11"
+TK_PATCH_LEVEL=".12"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------