F.21 2.43
Released on February 5th, 2009
F.21.1 Release Notes
- A few minor changes were made to the new plug-in API that break backward compatibility. Header and library paths were changed and RegisterPluginCallback has changed its return value.
F.21.2 Changelog
F.21.2.1 Minor Changes
- Added WinCore.nsh, WinDef.nsh, WinError.nsh, WinNT.nsh and WinUser.nsh for more useful Windows definitions
- Fixed a crash caused by !packhdr compressing resources (bug #2533431)
- Minor documentation improvements (including bug #2564005)
- Modern UI 2: Fixed MUI_DIRECTORYPAGE_BGCOLOR (bug #2494528)
F.21.2.2 Utilities and Plug-ins
- Banner: Fixed installer showing on the background when Banner was used in .onInit
- MakeNSISW: Added Ctrl+K hotkey for build cancelation (RFE #2557392)
- nsDialogs: Added NSD_SetIcon (patch #2500960)
F.21.2.3 Translations
- Added Esperanto
- Bulgarian fixes
F.21.2.4 Plug-in API
- Added VS2008 project files
- Better installation of header and library files under POSIX - see INSTALL file for more information
- Header and library files were moved to a subdirectory named nsis to prevent collisions
- RegisterPluginCallback now returns int instead of BOOL for a wider range of error reporting
F.21.2.5 Build System
- Added fink's mingw prefixes (bug #2495138)
- Fixed BOOL build issue on OS X (bug #2497290)
- Fixed iconv dependency detection on OS X (bug #2494539)
- Fixed Solaris builds (patch #2497172)