F.3 3.03

Released on January 29th, 2018

F.3.1 Release Notes

  • Building NSIS with Python 2.6 or older is no longer supported

F.3.2 Changelog

F.3.2.1 Major Changes

F.3.2.2 Minor Changes

  • Added System plug-in v2 syntax option
  • Added System plug-in B and H types
  • Added IntPtrCmp, IntPtrCmpU, and IntPtrOp
  • Added Int64Cmp, Int64CmpU and Int64Fmt (64-bit only)
  • Added IntOp and System::Int64Op >>> operator
  • Added more !define /math operators
  • Added WinVer.nsh IsDomainController (patch #286)
  • Plug-ins now set the ASLR, DEP, LAA, NOSEH and TS PE flags (bug #1188)
  • MakeNSIS exits with code 0 for various information commands (bug #1193)
  • Added error and warning states to !pragma warning
  • Removed unused NSD_LB_Clear macro parameter

F.3.2.3 Translations

F.3.2.4 Build System

  • Added support for Python 3
  • Dropped support for Python 2.6 and older