From: Andreas Kupries Date: Wed, 12 Dec 2012 21:32:41 +0000 (+0000) Subject: Bumped vfs::zip to 1.0.4, long overdue. X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=b046ef9f06457a199150460e3046d948b8cbaefd;p=tclvfs Bumped vfs::zip to 1.0.4, long overdue. --- diff --git a/ChangeLog b/ChangeLog index 713b755..9da7453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-12-12 Andreas Kupries + * 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, diff --git a/library/zipvfs.tcl b/library/zipvfs.tcl index bdb9653..7abc5a7 100644 --- a/library/zipvfs.tcl +++ b/library/zipvfs.tcl @@ -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 diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index df504a7..5b43493 100644 --- a/pkgIndex.tcl.in +++ b/pkgIndex.tcl.in @@ -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]]