From 021a253dbeae586dbffe8c87f0e10822376d1776 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 19 Jun 2017 17:45:35 +0100 Subject: [PATCH] Update changelog and version number --- docs/api/changelog.rst | 15 +++++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index d1c87d9e..da98bd12 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,21 @@ Version History *************** +0.11.1 - 2017-06-19 +=================== + +Fixed +----- + +- A crash would occur when loading an plugin that had invalid data past its + header. Such plugins are now just silently ignored. +- :cpp:any:`loot::CreateGameHandle()` would not resolve game or local data paths + that are junction links correctly, which caused problems later when trying to + perform actions such as loading plugins. +- Performing a masterlist update on a branch where the remote and local + histories had diverged would fail. The existing local branch is now discarded + and the remote branch checked out anew, as intended. + 0.11.0 - 2017-05-13 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index c8f3cf29..95b2c0df 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 = 11; -const unsigned int LootVersion::patch = 0; +const unsigned int LootVersion::patch = 1; 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 2ada08d2..313b7c78 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 11, 0, 0 -PRODUCTVERSION 0, 11, 0, 0 +FILEVERSION 0, 11, 1, 0 +PRODUCTVERSION 0, 11, 1, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN