Skip to content

Commit

Permalink
Jump version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Mar 8, 2018
1 parent 5fb4e82 commit f40f487
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 6,843 deletions.
6,819 changes: 0 additions & 6,819 deletions tkined/unix/configure

This file was deleted.

2 changes: 1 addition & 1 deletion tkined/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.2
TNM_VERSION=3.0.4
TKI_VERSION=1.5.1
TCL_VERSION=8.6
TK_VERSION=8.6
Expand Down
4 changes: 2 additions & 2 deletions tkined/win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.2
TNM_DLL_VERSION = 302
TNM_VERSION = 3.0.4
TNM_DLL_VERSION = 304

TKI_VERSION = 1.5.1
TKI_DLL_VERSION = 151
Expand Down
4 changes: 2 additions & 2 deletions tnm/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------

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

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

TNM_VERSION=3.0.3
TNM_VERSION=3.0.4
TKI_VERSION=1.5.1

# disabled config.h generation, since this inhibits stub compilation
Expand Down
2 changes: 1 addition & 1 deletion tnm/generic/tnm.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef long LONG;
*----------------------------------------------------------------
*/

#define TNM_VERSION "3.0.2"
#define TNM_VERSION "3.0.4"
#ifndef TKI_VERSION
#define TKI_VERSION "1.5.1"
#endif
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmDialog.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# @(#) $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.2
package provide TnmDialog 3.0.4

namespace eval TnmDialog {
namespace export Confirm
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmEther.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# @(#) $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.2
package provide TnmEther 3.0.4

namespace eval TnmEther {
namespace export GetVendor GetEthers
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmIetf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# @(#) $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.2
package provide TnmIetf 3.0.4

namespace eval TnmMap {
namespace export GetRfcUrl GetMibModuleUrl
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmInet.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# @(#) $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.2
package provide TnmInet 3.0.4

namespace eval TnmInet {
namespace export GetIpAddress GetIpName DayTime Finger TraceRoute
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmMap.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package require Tnm 3.0
package require TnmInet 3.0
package provide TnmMap 3.0.2
package provide TnmMap 3.0.4

namespace eval TnmMap {
namespace export GetIpAddress GetIpName GetSnmpSession
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmMib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# @(#) $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.2
package provide TnmMib 3.0.4

namespace eval TnmMib {
namespace export DescribeType DescribeNode GetVendor
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmMonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package require Tnm 3.0
package require TnmMap 3.0
package provide TnmMonitor 3.0.2
package provide TnmMonitor 3.0.4

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

Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmScriptMib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

package require Tnm 3.0
package require TnmSnmp 3.0
package provide TnmScriptMib 3.0.2
package provide TnmScriptMib 3.0.4

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.2
package provide TnmSmxProfiles 3.0.4

namespace eval TnmSmxProfiles {
namespace export safe tnm snmp snmp-134.169
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmSnmp.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package require Tnm 3.0
package require TnmDialog 3.0
package require TnmInet 3.0
package provide TnmSnmp 3.0.2
package provide TnmSnmp 3.0.4

namespace eval TnmSnmp {
namespace export Walk
Expand Down
2 changes: 1 addition & 1 deletion tnm/library/TnmTerm.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package require Tnm 3.0
package require TnmInet 3.0
package require TnmDialog 3.0
package provide TnmTerm 3.0.2
package provide TnmTerm 3.0.4

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.2 [list source [file join $dir $pkg.tcl]]
package ifneeded $pkg 3.0.4 [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.2 $file &
exec scotty3.0.4 $file &
vwait smx(channel)
}

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

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

package require Tnm 3.0
catch {
Expand Down
2 changes: 1 addition & 1 deletion tnm/unix/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl
AC_INIT(scotty.c)
AC_CONFIG_HEADER(config.h)

TNM_VERSION=3.0.2
TNM_VERSION=3.0.4
TKI_VERSION=1.5.1
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,8 +5,8 @@
# and is derived from the example provided by Sun Microsystems.
#

TNM_VERSION = 3.0.2
TNM_DLL_VERSION = 302
TNM_VERSION = 3.0.4
TNM_DLL_VERSION = 304

TKI_VERSION = 1.5.0
TKI_DLL_VERSION = 150
Expand Down
2 changes: 1 addition & 1 deletion tnm/win/tnmWinPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define TKI_VERSION "1.5.1"

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

#ifndef TKINEDLIB
Expand Down

0 comments on commit f40f487

Please sign in to comment.