Skip to content

Commit

Permalink
version bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lehenbauer committed May 11, 2018
1 parent 82e6873 commit a593e45
Show file tree
Hide file tree
Showing 21 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions tkined/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.4
TKI_VERSION=1.5.1
TNM_VERSION=3.1.0
TKI_VERSION=1.6.0

This comment has been minimized.

Copy link
@ychakiris

ychakiris Aug 28, 2020

why was this changed to 1.6.0? the version of tkined in the repository remains still at 1.5.1.
we now have an inconsistency between two sets of extensions that need to work with each other

TCL_VERSION=8.6
TK_VERSION=8.6

Expand Down
20 changes: 10 additions & 10 deletions tkined/win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.4
TNM_DLL_VERSION = 304
TNM_VERSION = 3.1.0
TNM_DLL_VERSION = 310

TKI_VERSION = 1.5.1
TKI_DLL_VERSION = 151
TKI_VERSION = 1.6.0
TKI_DLL_VERSION = 160

TCL_DLL_VERSION = 84
TK_DLL_VERSION = 84
TCL_DLL_VERSION = 86
TK_DLL_VERSION = 86

TCL_SH_VERSION = 84
TCL_SH_VERSION = 86

#
# Project directories -- these may need to be customized for your site
Expand All @@ -30,9 +30,9 @@ TCL_SH_VERSION = 84
ROOT = .\..
TMPDIR = .
TOOLS32 = C:\Progra~1\Micros~4\VC98
TCLSRC = D:\develop\src\tcl8.4.9
TCL = D:\develop\tcl8.4.9
TCLP = D:/develop/tcl8.4.9
TCLSRC = D:\develop\src\tcl8.6.8
TCL = D:\develop\tcl8.6.8
TCLP = D:/develop/tcl8.6.8
TNM = $(TCL)\lib\tnm$(TNM_VERSION)
TNMP = $(TCLP)/lib/tnm$(TNM_VERSION)
TKI = $(TCL)\lib\tkined$(TKI_VERSION)
Expand Down
6 changes: 3 additions & 3 deletions tnm/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------

AC_INIT([Tnm], [3.0.4])
AC_INIT([Tnm], [3.1.0])

#-----------------------------------------------------------------------
# Scotty specific definitions and checks
#-----------------------------------------------------------------------

TNM_VERSION=3.0.4
TKI_VERSION=1.5.1
TNM_VERSION=3.1.0
TKI_VERSION=1.6.0

# disabled config.h generation, since this inhibits stub compilation
AC_CONFIG_HEADER([config.h])
Expand Down
4 changes: 2 additions & 2 deletions tnm/generic/tnm.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ typedef long LONG;
*----------------------------------------------------------------
*/

#define TNM_VERSION "3.0.4"
#define TNM_VERSION "3.1.0"
#ifndef TKI_VERSION
#define TKI_VERSION "1.5.1"
#define TKI_VERSION "1.6.0"
#endif

#ifndef TNM_URL
Expand Down
4 changes: 2 additions & 2 deletions tnm/library/TnmDialog.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#
# @(#) $Id: TnmDialog.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmDialog 3.0.4
package require Tnm 3.1
package provide TnmDialog 3.1.0

namespace eval TnmDialog {
namespace export Confirm
Expand Down
4 changes: 2 additions & 2 deletions tnm/library/TnmEther.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#
# @(#) $Id: TnmEther.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmEther 3.0.4
package require Tnm 3.1
package provide TnmEther 3.1.0

namespace eval TnmEther {
namespace export GetVendor GetEthers
Expand Down
4 changes: 2 additions & 2 deletions tnm/library/TnmIetf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#
# @(#) $Id: TnmIetf.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmIetf 3.0.4
package require Tnm 3.1
package provide TnmIetf 3.1.0

namespace eval TnmMap {
namespace export GetRfcUrl GetMibModuleUrl
Expand Down
4 changes: 2 additions & 2 deletions tnm/library/TnmInet.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#
# @(#) $Id: TnmInet.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmInet 3.0.4
package require Tnm 3.1
package provide TnmInet 3.1.0

namespace eval TnmInet {
namespace export GetIpAddress GetIpName DayTime Finger TraceRoute
Expand Down
6 changes: 3 additions & 3 deletions tnm/library/TnmMap.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#
# @(#) $Id: TnmMap.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package require TnmInet 3.0
package provide TnmMap 3.0.4
package require Tnm 3.1
package require TnmInet 3.1
package provide TnmMap 3.1.0

namespace eval TnmMap {
namespace export GetIpAddress GetIpName GetSnmpSession
Expand Down
4 changes: 2 additions & 2 deletions tnm/library/TnmMib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#
# @(#) $Id: TnmMib.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package provide TnmMib 3.0.4
package require Tnm 3.1
package provide TnmMib 3.1.0

namespace eval TnmMib {
namespace export DescribeType DescribeNode GetVendor
Expand Down
6 changes: 3 additions & 3 deletions tnm/library/TnmMonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#
# @(#) $Id: TnmMonitor.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package require TnmMap 3.0
package provide TnmMonitor 3.0.4
package require Tnm 3.1
package require TnmMap 3.1
package provide TnmMonitor 3.1.0

#########################################################################

Expand Down
6 changes: 3 additions & 3 deletions tnm/library/TnmScriptMib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#
# @(#) $Id: TnmScriptMib.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package require TnmSnmp 3.0
package provide TnmScriptMib 3.0.4
package require Tnm 3.1
package require TnmSnmp 3.1
package provide TnmScriptMib 3.1.0

namespace eval TnmScriptMib {
namespace export GetLanguages GetExtensions
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmSmxProfiles.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

package require Tnm 3.0

package provide TnmSmxProfiles 3.0.4
package provide TnmSmxProfiles 3.1.0

namespace eval TnmSmxProfiles {
namespace export safe tnm snmp snmp-134.169
Expand Down
8 changes: 4 additions & 4 deletions tnm/library/TnmSnmp.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

package require Tnm 3.0
package require TnmDialog 3.0
package require TnmInet 3.0
package provide TnmSnmp 3.0.4
package require Tnm 3.1
package require TnmDialog 3.1
package require TnmInet 3.1
package provide TnmSnmp 3.1.0

namespace eval TnmSnmp {
namespace export Walk
Expand Down
8 changes: 4 additions & 4 deletions tnm/library/TnmTerm.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#
# @(#) $Id: TnmTerm.tcl,v 1.1.1.1 2006/12/07 12:16:57 karl Exp $

package require Tnm 3.0
package require TnmInet 3.0
package require TnmDialog 3.0
package provide TnmTerm 3.0.4
package require Tnm 3.1
package require TnmInet 3.1
package require TnmDialog 3.1
package provide TnmTerm 3.1.0

namespace eval TnmTerm {
namespace export Open Close Clear Write SetName SetIcon
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ foreach pkg {
TnmDialog TnmTerm TnmInet TnmMap TnmIetf TnmEther TnmMonitor
TnmSnmp TnmMib TnmScriptMib TnmSmxProfiles
} {
package ifneeded $pkg 3.0.4 [list source [file join $dir $pkg.tcl]]
package ifneeded $pkg 3.1.0 [list source [file join $dir $pkg.tcl]]
}

2 changes: 1 addition & 1 deletion tnm/tests/l.smx.test
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ proc startengine {} {
package require TnmSmxProfiles 3.0
namespace import TnmSmxProfiles::*
} $file
exec scotty3.0.4 $file &
exec scotty3.1.0 $file &
vwait smx(channel)
}

Expand Down
4 changes: 2 additions & 2 deletions tnm/tests/netdb.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ testConstraint knownBug64BitArchitecture [expr {!(
|| ($::tcl_platform(machine) == "x86_64")
)}]

testConstraint pre3.0.4 [expr {[package vcompare $::tnm(version) 3.0.4] == -1}]
testConstraint pre3.1.0 [expr {[package vcompare $::tnm(version) 3.1.0] == -1}]

package require Tnm 3.0
package require Tnm 3.1
catch {
namespace import Tnm::netdb
}
Expand Down
4 changes: 2 additions & 2 deletions tnm/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.4
TKI_VERSION=1.5.1
TNM_VERSION=3.1.0
TKI_VERSION=1.6.0
TCL_VERSION=8.6
TK_VERSION=8.6

Expand Down
4 changes: 2 additions & 2 deletions tnm/win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.4
TNM_VERSION = 3.1.0
TNM_DLL_VERSION = 304

TKI_VERSION = 1.5.0
TKI_VERSION = 1.6.0
TKI_DLL_VERSION = 150

TCL_DLL_VERSION = 84
Expand Down
4 changes: 2 additions & 2 deletions tnm/win/tnmWinPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
#define TKI_VERSION "1.5.1"

#ifndef TNMLIB
#define TNMLIB "c:/tcl/lib/tnm3.0.4"
#define TNMLIB "c:/tcl/lib/tnm3.1.0"
#endif

#ifndef TKINEDLIB
#define TKINEDLIB "c:/tcl/lib/tkined1.5.0"
#define TKINEDLIB "c:/tcl/lib/tkined1.6.0"
#endif

/*
Expand Down

0 comments on commit a593e45

Please sign in to comment.