From cf9f9556dcc239c49ef9f9a61e2a602c654fb8b6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 2 Jun 2018 22:35:40 +0100 Subject: [PATCH] Update changelog and version number for 0.13.5 --- docs/api/changelog.rst | 16 ++++++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 45dba26e1..872c0384d 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,22 @@ Version History *************** +0.13.5 - 2018-06-02 +=================== + +Changed +------- + +- Sorting now enforces hardcoded plugin positions, sourcing them through + libloadorder. This avoids the need for often very verbose metadata entries, + particularly for Creation Club plugins. +- Updated libgit2 to v0.27.1. This includes a security fix for CVE-2018-11235, + but LOOT API's usage is not susceptible. libgit2 is not susceptible to + CVE-2018-11233, another Git vulnerability which was published on the same day. +- Updated libloadorder to v11.3.0. +- Updated spdlog to v0.17.0. +- Updated esplugin to v1.0.10. + 0.13.4 - 2018-06-02 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 7c4aefafa..1ef602a82 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 = 4; +const unsigned int LootVersion::patch = 5; 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 24633c650..2e533b8a9 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 13, 4, 0 -PRODUCTVERSION 0, 13, 4, 0 +FILEVERSION 0, 13, 5, 0 +PRODUCTVERSION 0, 13, 5, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN