Update changelog and bump version to r2

develop
lethosor 2018-12-27 19:39:43 -05:00
parent f8dd215012
commit 9fe24e1b3f
3 changed files with 9 additions and 2 deletions

@ -168,7 +168,7 @@ endif()
# set up versioning. # set up versioning.
set(DF_VERSION "0.44.12") set(DF_VERSION "0.44.12")
set(DFHACK_RELEASE "r1") set(DFHACK_RELEASE "r2")
set(DFHACK_PRERELEASE FALSE) set(DFHACK_PRERELEASE FALSE)
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

@ -23,6 +23,7 @@ Bearskie Bearskie
belal jimhester belal jimhester
Ben Lubar BenLubar Ben Lubar BenLubar
Ben Rosser TC01 Ben Rosser TC01
billw2012 billw2012
brndd brndd burneddi brndd brndd burneddi
Bumber Bumber64 Bumber Bumber64
Caldfir caldfir Caldfir caldfir
@ -68,6 +69,7 @@ Kromtec Kromtec
Kurik Amudnil Kurik Amudnil
Lethosor lethosor Lethosor lethosor
Mason11987 Mason11987 Mason11987 Mason11987
Matt Regul mattregul
Matthew Cline Matthew Cline
Matthew Lindner mlindner Matthew Lindner mlindner
Max maxthyme Max^TM Max maxthyme Max^TM

@ -37,6 +37,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
================================================================================ ================================================================================
# Future # Future
# 0.44.12-r2
## New Plugins ## New Plugins
- `debug`: manages runtime debug print category filtering - `debug`: manages runtime debug print category filtering
- `nestboxes`: automatically scan for and forbid fertile eggs incubating in a nestbox - `nestboxes`: automatically scan for and forbid fertile eggs incubating in a nestbox
@ -64,6 +66,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- stopped assigning labors to ineligible dwarves, pets, etc. - stopped assigning labors to ineligible dwarves, pets, etc.
- stopped assigning invalid labors - stopped assigning invalid labors
- added support for crafting jobs that use pearl - added support for crafting jobs that use pearl
- fixed issues causing cleaning jobs to not be assigned
- added support for disabling management of specific labors
- `prospector`: (also affected `embark-tools`) - fixed a crash when prospecting an unusable site (ocean, mountains, etc.) with a large default embark size in d_init.txt (e.g. 16x16) - `prospector`: (also affected `embark-tools`) - fixed a crash when prospecting an unusable site (ocean, mountains, etc.) with a large default embark size in d_init.txt (e.g. 16x16)
- `siege-engine`: fixed a few Lua errors (``math.pow()``, ``unit.relationship_ids``) - `siege-engine`: fixed a few Lua errors (``math.pow()``, ``unit.relationship_ids``)
- `tweak`: fixed ``hotkey-clear`` - `tweak`: fixed ``hotkey-clear``
@ -93,9 +97,10 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- Linux/macOS: changed recommended build backend from Make to Ninja (Make builds will be significantly slower now) - Linux/macOS: changed recommended build backend from Make to Ninja (Make builds will be significantly slower now)
- Added a usable unit test framework for basic tests, and a few basic tests - Added a usable unit test framework for basic tests, and a few basic tests
- Core: various thread safety and memory management improvements - Core: various thread safety and memory management improvements
- Fixed cmake build dependencies for generated header files - Fixed CMake build dependencies for generated header files
- Fixed custom ``CMAKE_CXX_FLAGS`` not being passed to plugins - Fixed custom ``CMAKE_CXX_FLAGS`` not being passed to plugins
- Changed ``plugins/CMakeLists.custom.txt`` to be ignored by git and created (if needed) at build time instead - Changed ``plugins/CMakeLists.custom.txt`` to be ignored by git and created (if needed) at build time instead
- Added ``CMakeSettings.json`` with intellisense support
## Lua ## Lua
- ``utils``: new ``OrderedTable`` class - ``utils``: new ``OrderedTable`` class