Joost Verburg heeft gisteren versie 2.10 van de Nullsoft Scriptable Install System uitgebracht. Met dit open-sourceprogramma kunnen onder Windows op een eenvoudige wijze installatiepakketten worden gemaakt. Na het aanmaken van een script creëert het programma vervolgens een mooie compacte installer, waarin eventueel ook uninstall-opties kunnen worden meegegeven. In deze versie treffen we onder andere auto completion in de directorypagina en een nieuwe versie van VPatch aan, en zijn er weer de gebruikelijke bugfixes en verbeteringen doorgevoerd. Het volledige changelog van deze release ziet er als volgt uit:
Major ChangesMinor Changes
- Added auto completion to the directory page
- Fixed a bug, introduced in 2.09, that caused AllowRootDirInstall to fail
- Fixed a thread leak in the POSIX implementation of LZMA
- VPatch 3.1: MD5 checksums, better performance, and some bug fixes (including bug #1219806)
Translations
- Added rounding of required and available size on the directory page (1.59 => 1.6 instead of 1.5)
- Added WS_EX_LEFTSCROLLBAR style in RTL mode (bug #1283528)
- Fixed alteration of the working directory by FileRequest in InstallOptions (bug #1287731)
- Fixed bad mnemonic key in MakeNSISw menu (bug #1288159)
- Minor documentation improvements and fixes
- Modern UI 1.74: Fixed compile error when checkboxes are used on multiple finish pages
Build System
- Fixed a bug in Slovenian translation that caused lots of missing language string warnings
- Fixed typos in Serbian translation
- Fixed typos in Thai translation
- Updated Simple Chinese translation
[break]
- Automatic fix for VC6 SP6 compile error
- Moved most of the configuration from config.h to the build system
- Removed all optimizations and symbol stripping in debug mode
- SCons requirement updated to 0.96.91
- VPatch can be built on POSIX as well