Merge remote-tracking branch 'lethosor/update-news'

develop
expwnent 2014-09-16 18:04:42 -04:00
commit 1983a05fb5
2 changed files with 6 additions and 1 deletions

@ -168,7 +168,7 @@ add_subdirectory(depends)
IF(BUILD_LIBRARY) IF(BUILD_LIBRARY)
add_subdirectory (library) add_subdirectory (library)
## install the default documentation files ## 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}) install(DIRECTORY images DESTINATION ${DFHACK_USERDOC_DESTINATION})
endif() endif()

@ -25,7 +25,12 @@ DFHack 0.40.11-r1
Internals: Internals:
- Plugins on OS X now use ".plug.dylib" as an extension instead of ".plug.so" - Plugins on OS X now use ".plug.dylib" as an extension instead of ".plug.so"
Fixes: Fixes:
- 3dveins should no longer hang/crash on specific maps
- Fixed some autotrade and search layout issues
- Updated deathcause
- hack-wish should work now - hack-wish should work now
- reveal no longer allocates data for nonexistent map blocks
- Various documentation fixes and updates
DFHack v0.40.10-r1 DFHack v0.40.10-r1