F.22 2.42
Released on December 20th, 2008
F.22.1 Release Notes
- Merry Christmas and a happy Hanukkah!
- Plug-in developers should check out the new plug-in API in Examples\Plugin and convert their plug-ins, especially in case they require staying loaded.
F.22.2 Changelog
F.22.2.1 Major Changes
- Deprecated /NOUNLOAD and SetPluginsUnload to make scripts simpler and safer (patch #1912699)
- Useful header functions no longer require usage declaration and different syntax for uninstaller functions
- Revamped plug-in API now comes in the form of pluginapi.lib, API version information and more common functions (patch #2359978)
F.22.2.2 Minor Changes
- Added !searchreplace preprocessor command for compiletime text search/replaces
- Added support for registration of EXE COM servers (RFE #2315740)
- Minor documentation improvements (including bug #2386821)
- nsDialogs: Added timer support (patch #2135855)
- nsDialogs: Added progress bar support
- WinVer.nsh: Added IsServer, IsWin2003R2, IsStarterEdition, OSHasMediaCenter and OSHasTabletSupport
- WinVer.nsh: Fixed 95/NT4 ambiguity (bug #2053642)
- WinVer.nsh: Proper Windows XP x64 detection (bug #2053700)
- WinVer.nsh: Windows 2008 detection support (RFE #1949260)
F.22.2.3 Translations
- Minor English grammar improvements (bug #2323452)
F.22.2.4 Build System
- Full System compatibility with GCC (patch #2193442)