summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-27 18:09:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-27 18:09:52 (GMT)
commitfa325b1f3aae9f5eb024840d676d4ebbeba05b15 (patch)
treec585dcbe12e176da6a5e2203d258c84fd7e25214
parent375b316b36e6cee767fd9e8a1024bf92b85c2e8d (diff)
downloadtk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.zip
tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.gz
tk-fa325b1f3aae9f5eb024840d676d4ebbeba05b15.tar.bz2
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tk.h: of CVS snapshots with release 8.4.0. * unix/README: * unix/configure.in: * unix/tk.spec * win/configure.in: * unix/configure: autoconf * win/configure:
-rw-r--r--ChangeLog12
-rw-r--r--README4
-rw-r--r--generic/tk.h6
-rw-r--r--unix/README6
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tk.spec6
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
9 files changed, 29 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 138b9f8..2170bd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-09-27 Don Porter <dgp@users.sf.net>
+
+ * README: Bumped to version 8.4.1 to avoid confusion
+ * generic/tk.h: of CVS snapshots with release 8.4.0.
+ * unix/README:
+ * unix/configure.in:
+ * unix/tk.spec
+ * win/configure.in:
+
+ * unix/configure: autoconf
+ * win/configure:
+
2002-09-26 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure: regen.
diff --git a/README b/README
index 9935242..fc5c1e3 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tk
- This is the Tk 8.4.0 source distribution.
+ This is the Tk 8.4.1 source distribution.
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.37 2002/09/02 20:16:59 hobbs Exp $
+RCS: @(#) $Id: README,v 1.38 2002/09/27 18:09:53 dgp Exp $
1. Introduction
---------------
diff --git a/generic/tk.h b/generic/tk.h
index f533cf1..658a911 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tk.h,v 1.71 2002/09/14 02:52:36 andreas_kupries Exp $
+ * RCS: @(#) $Id: tk.h,v 1.72 2002/09/27 18:09:53 dgp Exp $
*/
#ifndef _TK
@@ -48,10 +48,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 4
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TK_RELEASE_SERIAL 0
+#define TK_RELEASE_SERIAL 1
#define TK_VERSION "8.4"
-#define TK_PATCH_LEVEL "8.4.0"
+#define TK_PATCH_LEVEL "8.4.1"
/*
* The following definitions set up the proper options for Macintosh
diff --git a/unix/README b/unix/README
index fcb6b4c..16ee435 100644
--- a/unix/README
+++ b/unix/README
@@ -20,13 +20,13 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.16 2002/07/24 18:42:23 hobbs Exp $
+RCS: @(#) $Id: README,v 1.17 2002/09/27 18:09:53 dgp Exp $
How To Compile And Install Tk:
------------------------------
-(a) Make sure that the Tcl 8.4 release is present in the directory
- ../../tcl8.4 (or else use the "--with-tcl" switch described below).
+(a) Make sure that the Tcl 8.4.1 release is present in the directory
+ ../../tcl8.4.1 (or else use the "--with-tcl" switch described below).
This release of Tk will only work with Tcl 8.4. Also, be sure that
you have configured Tcl before you configure Tk.
diff --git a/unix/configure b/unix/configure
index 3fab382..4f9064b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -547,7 +547,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/configure.in b/unix/configure.in
index 78c3303..bfe5ac2 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.81 2002/09/02 21:21:51 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.82 2002/09/27 18:09:53 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/tk.spec b/unix/tk.spec
index 714b0e0..92ec95b 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,7 +1,7 @@
-# $Id: tk.spec,v 1.13 2002/09/02 20:16:59 hobbs Exp $
+# $Id: tk.spec,v 1.14 2002/09/27 18:09:53 dgp Exp $
# This file is the basis for a binary Tk Linux RPM.
-%define version 8.4.0
+%define version 8.4.1
%define directory /usr/local
Summary: Tk graphical toolkit for the Tcl scripting language.
@@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
URL: http://www.tcl.tk/
Packager: Carina
Buildroot: /var/tmp/%{name}%{version}
-Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.0
+Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.1
%description
The Tcl (Tool Command Language) provides a powerful platform for
diff --git a/win/configure b/win/configure
index deff7e3..b0767b7 100755
--- a/win/configure
+++ b/win/configure
@@ -536,7 +536,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
diff --git a/win/configure.in b/win/configure.in
index 6aca76f..e03a74a 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.46 2002/09/02 20:16:59 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.47 2002/09/27 18:09:53 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".0"
+TK_PATCH_LEVEL=".1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------