Merge pull request #723 from davidgyu/releaseUpdate

Updated release notes for 3.0.1
This commit is contained in:
Jeremy Cowles 2015-08-03 14:07:10 -07:00
commit 92b5b03bc7

View File

@ -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 <references.html>`__
**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
=============