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.
Posted on

Changes for version 6.61

  1. The behavior of wrapped scripts that generate fatal errors has been modified to better replicate the behavior of compiled applications.
  2. The response of freeWrap, when run as a standalone shell, to fatal script errors has been modified to better replicate the behavior of the standard TCLSH and WISH shells.
  3. Corrected a problem where applications containing more than 50 files could not be wrapped.
Posted on

Changes for version 6.6

  1. This version is based on TCL/TK 8.6.0.
  2. FreeWrap is now distributed as a 64-bit application for Linux. The Windows distribution includes both 32-bit and 64-bit versions.
  3. The freeWrapPLUS variation has been discontinued. The regular freeWrap variation contains any added extensions.
  4. Tkpng is no longer included in freeWrap since the TCL/TK core itself now supports PNG image formats.
  5. SQLite is now included as part of the regular TCL 8.6 distribution and is packaged as such.
  6. BLT is no longer included in freeWrap since BLT does not support TCL/TK 8.6.
  7. TCLLIB (version 1.15) is now included in freeWrap at the virtual directory of /tcllib1.15
  8. TKLIB (version 0.6) is now included in freeWrap at the virtual directory of /tklib0.6
  9. The virtual directory structure has been modified to better reflect the normal TCL/TK directory layout.