Files
AOS_Rhino_1_7_0_0.exe - Binary only self-extracting 7zip executable (will ask for destination folder to decompress into)
AOS_Rhino_1_7_0_0-win32-src.7z - Windows 32-bit SDK
AOS_Rhino_1_7_0_0-win64-src.7z - Windows 64-bit SDK
AOS_Rhino_1_7_0_0.chm - Doxygen generated CHM help file
Changelog 1.6.0.0 to 1.7.0.0
- Admin website lister and content viewer
- Improved AXmlElement API to allow inserting elements at the head
- AFilename allows conversion to relative and to absolute path
- Corrected CoInitializeEx usage in AOSOutput_MsXsl
- Fixed AOSWatchDog to stop and start the server a lot more reliably
- Added uptime timer and added publish of it to the /ping command
- AOSWatchDog has been made a lot more generic, replacing your existing ini with new one will transparently work
- AOSWatchDog can now bounce the server
- Cleaned up handling of INI files to use AFile instead of std::istream for better portability
- Added handling to AXmlElement to return default value when XML path contains no content
- Sped up logging monitor and session cleaning thread, improved shutdown times
- Fixed directory listing, now directory is AFileSystem::Directory type and file is AFileSystem::File type as expected
- Added controller validation to make sure all needed input processors, modules and output generators exist
- Added handling of chained locales for static and data directories
- Added handling for very simple sites without any data directories or locale config
- Cleaned up logging