IniUtil Changelog

What's new in IniUtil 1.11

May 7, 2022
  • Updated copyright details.
  • Updated the code to use C++ uniform initialization for all variable declarations.

New in IniUtil 1.10 (Mar 11, 2020)

  • Updated copyright details.
  • Fixed more Clang-Tidy static code analysis warnings in the code.

New in IniUtil 1.09 (Feb 18, 2019)

  • Released on 5 Ocotober 2018
  • Updated copyright details.
  • Fixed a number of C++ core guidelines compiler warnings. These changes mean that the code will now only compile on VC 2017 or later.

New in IniUtil 1.08 (Feb 18, 2019)

  • Released on 2 May 2017
  • Updated copyright details.
  • Updated the code to compile cleanly using /permissive-.

New in IniUtil 1.07 (Feb 18, 2019)

  • Released on 30 October 2016
  • Updated copyright details.
  • Made IniUtil freeware instead of shareware. Now included in the zip file download is the source code for IniUtil
  • Updated code to clean compile on VC 2010 - 2015.
  • The binaries include in the download are now compiled using VC 2015 and include x64 binaries as well as x86 binaries.
  • Replaced NULL with nullptr throughout the codebase
  • Removed Non-Unicode build configurations from the project.

New in IniUtil 1.06 (Feb 26, 2009)

  • Updated copyright details.
  • Updated documentation to use the same style as the web site.
  • Code now uses SEVERITY_ERROR define for MAKE_HRESULT calls.
  • Updated code to clean compile on VC 2005
  • All calls to SysAllocString are now checked for failure.
  • All C++ heap allocations via "new" are now checked for failure.