diff --git a/CMakeLists.txt b/CMakeLists.txt index 253f310d9..ca6b52799 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,7 +168,7 @@ add_subdirectory(depends) IF(BUILD_LIBRARY) add_subdirectory (library) ## install the default documentation files - install(FILES LICENSE "Lua API.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) + install(FILES LICENSE NEWS "Lua API.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) install(DIRECTORY images DESTINATION ${DFHACK_USERDOC_DESTINATION}) endif() diff --git a/NEWS b/NEWS index cb1820b54..84faf4f21 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,12 @@ DFHack 0.40.11-r1 Internals: - Plugins on OS X now use ".plug.dylib" as an extension instead of ".plug.so" Fixes: + - 3dveins should no longer hang/crash on specific maps + - Fixed some autotrade and search layout issues + - Updated deathcause - hack-wish should work now + - reveal no longer allocates data for nonexistent map blocks + - Various documentation fixes and updates DFHack v0.40.10-r1