From d879907d9f89eaa6113825bc85e7c65d44704870 Mon Sep 17 00:00:00 2001 From: David G Yu Date: Mon, 3 Aug 2015 13:32:06 -0700 Subject: [PATCH] Updated release notes for 3.0.1 --- documentation/release_notes.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/documentation/release_notes.rst b/documentation/release_notes.rst index b05fe7ce..1a681cc1 100644 --- a/documentation/release_notes.rst +++ b/documentation/release_notes.rst @@ -31,6 +31,32 @@ ---- +Release 3.0.1 +============= + +Release 3.0.1 is a minor release focused on stability and correctness. + +**Changes** + - Added a references section to the documentation, please see `References `__ + +**Bug Fixes** + - Removed references to AddVaryingWithWeight from examples and tutorials + - Fixed several compiler warnings (e.g. signed vs unsigned comparisons) + - Fixed handling of unconnected vertices to avoid out of bounds data access + - Added more regression test shapes + - Fixed non-zero starting offsets for TbbEvalStencils and OmpEvalStencils + - Fixed compiler warnings in the core libraries reported by GCC's -Wshadow + - Eased GCC version restriction, earlier requirement for version 4.8 or newer is no longer needed + - Improved compatibility with ICC + - Fixed Far::StencilTableFactory::Options::factorizeIntermediateLevels + - Fixed Far::PatchTablesFactory::Options::generateAllLevels + - Fixed the behavior of VTX_BOUNDARY_NONE for meshes with bilinear scheme + - Replaced topology initialization assertions with errors + - Improved descriptive content and formatting of Far error messages + - Disabled depth buffering when drawing the UI in the example viewers + - Disabled the fractional tessellation spacing option in example viewers + since this mode is currently not supported + Release 3.0.0 =============