diff --git a/README b/README index 4c3341d4..8ccb63b1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README: Itcl -This is the 4.2.6 source distribution of Itcl, an object oriented +This is the 4.3.0 source distribution of Itcl, an object oriented extension for Tcl. Itcl releases are available from Sourceforge at: https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/ diff --git a/configure b/configure index f1c67661..09591b03 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for itcl 4.2.6. +# Generated by GNU Autoconf 2.72 for itcl 4.3.0. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -601,8 +601,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='itcl' PACKAGE_TARNAME='itcl' -PACKAGE_VERSION='4.2.6' -PACKAGE_STRING='itcl 4.2.6' +PACKAGE_VERSION='4.3.0' +PACKAGE_STRING='itcl 4.3.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures itcl 4.2.6 to adapt to many kinds of systems. +'configure' configures itcl 4.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of itcl 4.2.6:";; + short | recursive ) echo "Configuration of itcl 4.3.0:";; esac cat <<\_ACEOF @@ -1500,7 +1500,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -itcl configure 4.2.6 +itcl configure 4.3.0 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -1866,7 +1866,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by itcl $as_me 4.2.6, which was +It was created by itcl $as_me 4.3.0, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -10066,7 +10066,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by itcl $as_me 4.2.6, which was +This file was extended by itcl $as_me 4.3.0, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10121,7 +10121,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -itcl config.status 4.2.6 +itcl config.status 4.3.0 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index aa5a6f87..458eed40 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl to configure the system for the local environment. # so that we create the export library with the dll. #----------------------------------------------------------------------- -AC_INIT([itcl],[4.2.6]) +AC_INIT([itcl],[4.3.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/generic/itcl.h b/generic/itcl.h index a0627379..9c3611a6 100644 --- a/generic/itcl.h +++ b/generic/itcl.h @@ -80,12 +80,12 @@ extern "C" { #endif #define ITCL_MAJOR_VERSION 4 -#define ITCL_MINOR_VERSION 2 +#define ITCL_MINOR_VERSION 3 #define ITCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define ITCL_RELEASE_SERIAL 4 +#define ITCL_RELEASE_SERIAL 0 -#define ITCL_VERSION "4.2" -#define ITCL_PATCH_LEVEL "4.2.6" +#define ITCL_VERSION "4.3" +#define ITCL_PATCH_LEVEL "4.3.0" /* diff --git a/itclWidget/configure b/itclWidget/configure index f941ae12..e8dde143 100755 --- a/itclWidget/configure +++ b/itclWidget/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for itclwidget 4.2.6. +# Generated by GNU Autoconf 2.72 for itclwidget 4.3.0. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -601,8 +601,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='itclwidget' PACKAGE_TARNAME='itclwidget' -PACKAGE_VERSION='4.2.6' -PACKAGE_STRING='itclwidget 4.2.6' +PACKAGE_VERSION='4.3.0' +PACKAGE_STRING='itclwidget 4.3.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1351,7 +1351,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures itclwidget 4.2.6 to adapt to many kinds of systems. +'configure' configures itclwidget 4.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1413,7 +1413,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of itclwidget 4.2.6:";; + short | recursive ) echo "Configuration of itclwidget 4.3.0:";; esac cat <<\_ACEOF @@ -1519,7 +1519,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -itclwidget configure 4.2.6 +itclwidget configure 4.3.0 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -1826,7 +1826,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by itclwidget $as_me 4.2.6, which was +It was created by itclwidget $as_me 4.3.0, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -10607,7 +10607,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by itclwidget $as_me 4.2.6, which was +This file was extended by itclwidget $as_me 4.3.0, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10662,7 +10662,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -itclwidget config.status 4.2.6 +itclwidget config.status 4.3.0 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/itclWidget/configure.ac b/itclWidget/configure.ac index d3cdf46e..3f4188e9 100644 --- a/itclWidget/configure.ac +++ b/itclWidget/configure.ac @@ -10,7 +10,7 @@ # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([itclwidget],[4.2.6]) +AC_INIT([itclwidget],[4.3.0]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. diff --git a/releasenotes.txt b/releasenotes.txt index e5edae88..f798d1d5 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,4 @@ -This is the release 4.2.6 of Itcl. +This is the release 4.3.0 of Itcl. It is intended to be script compatible with Itcl 4.0.* and Itcl 3.4.* . It very likely presents the same public C interface as Itcl 4.0.* . @@ -12,6 +12,8 @@ error. Notes of past releases follow below ----------------------------------- +Starting with release 4.3.*, Itcl attempts to support multi-thread operations + The difference to 4.0.*: in this release there are only bug fixes from SF and the fossil bug tracker for itcl. This is the first stable release of Itcl 4.0.