Bumped vfs::zip to 1.0.4, long overdue.
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 12 Dec 2012 21:32:41 +0000 (21:32 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Wed, 12 Dec 2012 21:32:41 +0000 (21:32 +0000)
ChangeLog
library/zipvfs.tcl
pkgIndex.tcl.in

index 713b7551facd564d0c58008ce9c4ef17103254f5..9da745382b97f6b0f062f85f4cc3a20967cfa62c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-12-12  Andreas Kupries <andreask@activestate.com>
 
+       * pkgIndex.tcl.in: Long overdue bump of vfs::zip to
+       * library/zipvfs.tcl: 1.0.4. (Since 2009-02-07 or earlier).
+
        * configure.in: Long overdue bump to version 1.4.2.
        * configure: (1.4.1 was in 2009-02-07). Regenerated.
          Please bump the patchlevel for any future bug fixes,
index bdb9653c49cd3d47cf19b42939e2163a35fe50d3..7abc5a74d0c848ec718510e54dddbe4e57f6f457 100644 (file)
@@ -1,6 +1,6 @@
 # Removed provision of the backward compatible name. Moved to separate
 # file/package.
-package provide vfs::zip 1.0.3
+package provide vfs::zip 1.0.4
 
 package require vfs
 
index df504a722244359c8e4d34fa3c360d5d91698317..5b43493b5c4c530399f29433f96d186b8e3278fc 100644 (file)
@@ -11,7 +11,7 @@ package ifneeded starkit 1.3.3 [list source [file join $dir starkit.tcl]]
 
 # New, for the old, keep version numbers synchronized.
 package ifneeded vfs::mk4     1.10.1 [list source [file join $dir mk4vfs.tcl]]
-package ifneeded vfs::zip     1.0.3  [list source [file join $dir zipvfs.tcl]]
+package ifneeded vfs::zip     1.0.4  [list source [file join $dir zipvfs.tcl]]
 
 # New
 package ifneeded vfs::ftp     1.0 [list source [file join $dir ftpvfs.tcl]]