From e8962177c805a6d7679ea0f73c5d98c471052223 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 26 May 2018 17:44:39 +0100 Subject: [PATCH] Update changelog and version number for 0.13.3 --- docs/api/changelog.rst | 28 ++++++++++++++++++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index bf9723bb4..619e01600 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,34 @@ Version History *************** +0.13.3 - 2018-05-26 +=================== + +Changed +------- + +- Improved cycle avoidance when resolving evaluating plugin groups during + sorting. If enforcing the group difference between two plugins would cause a + cycle and one of the plugins' groups is the default group, that plugin's group + will be ignored for all plugins in groups between default and the other + plugin's group. +- The masterlist repository cloning process no longer moves LOOT's game folders, + so if something goes wrong the process fails more safely. +- The LOOT API is now built with debugging information on Windows, and its PDB + is included in build archives. +- Updated libloadorder to v11.2.2. + +Fixed +----- + +- Various filesystem-related issues that could be encountered when updating + masterlists, including failure due to file handles being left open while + attempting to remove. +- Building the esplugin and libloadorder dependencies using Rust 1.26.0, which + included a `regression`_ to workspace builds. + +.. regression: https://github.com/rust-lang/cargo/issues/5518 + 0.13.2 - 2018-04-29 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 7583a1ccc..ff37bc15f 100644 --- a/src/api/loot_version.cpp.in +++ b/src/api/loot_version.cpp.in @@ -27,7 +27,7 @@ namespace loot { const unsigned int LootVersion::major = 0; const unsigned int LootVersion::minor = 13; -const unsigned int LootVersion::patch = 2; +const unsigned int LootVersion::patch = 3; const std::string LootVersion::revision = "@GIT_COMMIT_STRING@"; LOOT_API std::string LootVersion::string() { diff --git a/src/api/resource.rc b/src/api/resource.rc index 5fd5d6bb2..28b4906eb 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 2, 0 -PRODUCTVERSION 0, 13, 2, 0 +FILEVERSION 0, 13, 3, 0 +PRODUCTVERSION 0, 13, 3, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN