Update NEWS

Add unlisted changes in 0.40.11-r1

Also include NEWS in installation directory
develop
lethosor 2014-09-09 22:51:44 -04:00
parent c4d6c384ae
commit 20df0511a1
2 changed files with 6 additions and 1 deletions

@ -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()

@ -5,7 +5,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