Posted on

Changes for version 7.0

  1. TCL/TK 9.0.1 was used as the basis for freeWrap 7.0.
  2. Tktable (statically linked into the freeWrap build) has been updated to version 2.12
  3. Instead of providing its own virtual file system, freeWrap now uses the virtual file system provided by TCL 9.0.
  4. The zvfs namespace and command is no longer provided. Users are expected to use TCL’s zipfs command, instead.
  5. The ::freewrap::makeZIP command is no longer provided. Users are expected to use TCL’s zipfs command, instead.
  6. FreeWrap’s setting of the argv0 and argv parameters is now more consistent.
Posted on

Changes for version 6.76

  1. FreeWrap 6.76 is based on TCL/TK 8.6.16.
  2. The TWAPI extension included in freeWrap has been updated to version 5.0.2
  3. Tktable (statically linked into the freeWrap build) has been updated to version 2.11.1
  4. Tktable, once again works under Linux as well as Windows
Posted on

Changes for version 6.74

  1. The TWAPI extension included in freeWrap has been updated to version 4.5.2.
  2. Fixed a bug with the ::freewrap::makeZIP command where previous arguments to the command were included in the command line if the previous command line had more arguments than the new one.
  3. Fixed a bug with the ::freewrap::makeZIP command. The return value when the command fails is now properly cleared of the previous results.
  4. Updated freeWrap so that it mounts a freeWrap program package at /zvfs to be consistent with the file path specified in the _FWprogPack_init.txt file of the package.
  5. Corrected the freeWrap makefile to prevent inclusion of two unneeded files at the top of the internal freeWrap virtual
    file system.
Posted on

Changes for version 6.73

  1. The 256×256 bit freeWrap application icon is once again included in freeWrap.
  2. Added more detail to the freeWrap documentation on how to use the -i wrapping option.
  3. The copy of tcllib included inside freeWrap has been updated to version 1.20.
  4. The copy of tklib included inside freeWrap has been updated to version 0.7.
  5. The version of TWAPI included in freeWrap has been updated to version 4.4.0.
Posted on

Changes for version 6.72

  1. FreeWrap 6.72 is based on TCL/TK 8.6.10.
  2. The 256×256 bit freeWrap application icon has been removed.
  3. A 32-bit binary distribution is once again included for Linux.
  4. The SQLite extension has been statically linked instead of packaged as a shared library within the virtual file system.
  5. The TWAPI extension has been statically linked into the Windows versions of freeWrap.
Posted on

Changes for version 6.70

  1. FreeWrap 6.70 is based on TCL/TK 8.6.9
  2. The included version of tcllib has been updated to tcllib 1.19.
  3. The freeWrap application icon has been revised and now includes 10 different resolutions.
  4. The binary distribution for Linux now contains only a 64-bit executable. (Who uses 32-bit Linux???)
  5. Code changes were made to significantly improve the application startup time.
  6. The freeWrap virtual file system mount point has been changed to /zvfs. That is, files included inside freeWrap all have a path starting with /zvfs (e.g., /zvfs/freewrap.tcl /zvfs/freewrapCmds.tcl)
Posted on

Changes for version 6.64

  1. This version is based on TCL/TK 8.6.3
  2. The 64-bit Windows version has tcllib1.16 included (instead of tcllib1.15).
  3. FreeWrap 6.64 now returns the correct time stamp for a file contained within a wrapped application or within a ZIP archive..
  4. The following additional ttk themes are now installed into freeWrap.
    • aquablue
    • aquativo
    • black
    • blue
    • clearlooks
    • keramik
    • keramik_alt
    • plastik
    • radiance
    • winxpblue
Posted on

Changes for version 6.63

  1. Wrapping across operating systems has been corrected:
    1. between 32-bit and 64-bit Linux
    2. from Windows to Linux
  2. Temporary file names used by freeWrap during the wrapping process have been modified to prevent possible collision with existing file names. This will prevent the possibility of overwriting of an existing file during wrapping.
  3. The ::freewrap::makeZIP command can now be used more than once. Previously, the first usage of the command worked while subsequent use failed with an error.
  4. Options have been added to the freeWrap command line that allow the user to control the amount of compression performed on the wrapped files. See the freeWrap documentation for details.
  5. The tcllib package included in freeWrap has been updated to version 1.16 and is located at the virtual directory of /tcllib1.16.
  6. The -i option can now be used to change the program icon when performing a cross-wrap with the -w option.