From 5d16e5a74cece9ffbe3e33a2847e01ae55aeb1ed Mon Sep 17 00:00:00 2001 From: lethosor Date: Sun, 8 Jul 2018 14:26:57 -0400 Subject: [PATCH] Bump to 0.44.12-alpha1 --- CMakeLists.txt | 2 +- docs/changelog.txt | 8 ++++++++ library/xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a5aa7129..01c3fab29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,7 +164,7 @@ endif() # set up versioning. set(DF_VERSION "0.44.12") -set(DFHACK_RELEASE "alpha0") +set(DFHACK_RELEASE "alpha1") set(DFHACK_PRERELEASE TRUE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") diff --git a/docs/changelog.txt b/docs/changelog.txt index 0d7235ba1..443c4993e 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -37,12 +37,20 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ================================================================================ # Future +================================================================================ +# 0.44.12-alpha1 + ## Fixes +-@ macOS: fixed ``renderer`` vtable address on x64 (fixes `rendermax`) - `stonesense`: fixed ``PLANT:DESERT_LIME:LEAF`` typo ## API - Added C++-style linked list interface for DF linked lists +## Structures +- Dropped 0.44.11 support +- ``ui.squads``: Added fields new in 0.44.12 + ================================================================================ # 0.44.11-beta2.1 diff --git a/library/xml b/library/xml index 372993c58..28952f957 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 372993c58851153320f3390119cdd2d97caef9db +Subproject commit 28952f95754cffe1db2d8494861707b9f868c0a4