* library/pkgIndex.tcl: Bumped version of starkit to 1.3.2. We
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Fri, 11 Apr 2008 16:23:53 +0000 (16:23 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Fri, 11 Apr 2008 16:23:53 +0000 (16:23 +0000)
* library/starkit.tcl: should have done that when we synchronized
* pkgIndex.tcl.in: the mismatched version on 2005-11-09 anyway,
because it was a bugfix, with attendant change to the version
number. Without this bump we now have 1.3.1 floating around in two
variants, i.e. it may or may not be mismatched with its package
index, and the two variants cannot be distinguished. By bumping
the patchlevel the correct version would have been easy to
distinguish. Now it will.

ChangeLog
library/pkgIndex.tcl
library/starkit.tcl
pkgIndex.tcl.in

index 923857bd8a1a1614d617546f2edecde2233884e2..e02c6499bbdff8975c6b90bfcd3ab1a005e2abea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-11  Andreas Kupries  <andreask@activestate.com>
+
+       * library/pkgIndex.tcl: Bumped version of starkit to 1.3.2. We
+       * library/starkit.tcl: should have done that when we synchronized
+       * pkgIndex.tcl.in: the mismatched version on 2005-11-09 anyway,
+       because it was a bugfix, with attendant change to the version
+       number. Without this bump we now have 1.3.1 floating around in two
+       variants, i.e. it may or may not be mismatched with its package
+       index, and the two variants cannot be distinguished. By bumping
+       the patchlevel the correct version would have been easy to
+       distinguish. Now it will.
+
 2008-04-08  Pat Thoyts  <patthoyts@users.sourceforge.net>
 
        * configure:    If building static then do not define USE_TCL_STUBS
index 74c46bd693b5e3e5b164900e3350735d1cc6954a..aa8c8726d9ae6d281e1c11b543dcf26ceb042e00 100644 (file)
@@ -45,7 +45,7 @@ proc ::vfs::loadvfs {dir dll} {
 }
 
 package ifneeded vfs        1.3.0 [list ::vfs::loadvfs $dir $dll]
-package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
+package ifneeded starkit    1.3.2 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
 
 # Old
index 17743d270881131ffb5ca46c2620e4cb2231cc9a..d16f008fd29b2db50e87f0c5c02f5f1444182e70 100644 (file)
@@ -1,7 +1,7 @@
 # Starkit support, see http://www.equi4.com/starkit/
 # by Jean-Claude Wippler, July 2002
 
-package provide starkit 1.3.1
+package provide starkit 1.3.2
 
 package require vfs
 
index 30a4c2f71b6e68c4f950ae9fb685f993014b03da..85d06b1dd41ffdf30994470ef8a46b028b53ba09 100644 (file)
@@ -29,7 +29,7 @@ package ifneeded vfs        @PACKAGE_VERSION@ [list loadvfs $vfs::dll]
 # Allow optional redirect of VFS_LIBRARY components.  Only necessary
 # for testing, but could be used elsewhere.
 if {[info exists ::env(VFS_LIBRARY)]} { set dir $::env(VFS_LIBRARY) }
-package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
+package ifneeded starkit    1.3.2 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
 
 # Old