From ff76e0f2dc9c9202b7d2f965f264bfd6f41866d5 Mon Sep 17 00:00:00 2001 From: Caroline Lachanski <25545129+clach@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:24:39 -0800 Subject: [PATCH] Release 3.4.4 --- documentation/release_notes.rst | 20 ++++++++++++++++++++ opensubdiv/version.h | 6 +++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/documentation/release_notes.rst b/documentation/release_notes.rst index 9bb20472..649fdedc 100644 --- a/documentation/release_notes.rst +++ b/documentation/release_notes.rst @@ -34,6 +34,26 @@ Release 3.4 ~~~~~~~~~~~ +Release 3.4.4 - Feb 2021 +======================== + +Release 3.4.4 is a minor release including bug fixes and configuration improvements + +**Changes** + - The "master" branch on GitHub has been renamed "release" (GitHub #1218 #1219) + - The CMake configuration has been updated to allow use as a sub-project (GitHub #1206) + - Removed obsolete references to hbr from examples/farViewer (GitHub #1217) + +**Bug Fixes** + - Fixed bug with sparse PatchTables and irregular face-varying seams (GitHub #1203) + - Fixed loss of precision when using double precision stencil tables (GitHub #1207) + - Fixed reset of Far::TopologyRefiner::GetMaxLevel() after call to Unrefine() (GitHub #1208) + - Fixed linking with -ldl on unix systems (GitHub #1196) + - Fixed naming and installation of macOS frameworks (GitHub #1194 #1201) + - Fixed GL version and extension processing and dynamic loading on macOS (GitHub #1216) + - Fixed FindDocutils.cmake to be more robust (GitHub #1213 #1220) + - Fixed errors using build_scripts/build_osd.py with Python3 (GitHub #1206) + Release 3.4.3 - Apr 2020 ======================== diff --git a/opensubdiv/version.h b/opensubdiv/version.h index fe362453..ab50c512 100644 --- a/opensubdiv/version.h +++ b/opensubdiv/version.h @@ -25,13 +25,13 @@ #ifndef OPENSUBDIV3_VERSION_H #define OPENSUBDIV3_VERSION_H -#define OPENSUBDIV_VERSION v3_4_3 +#define OPENSUBDIV_VERSION v3_4_4 -#define OPENSUBDIV_VERSION_NUMBER 30403 +#define OPENSUBDIV_VERSION_NUMBER 30404 #define OPENSUBDIV_VERSION_MAJOR 3 #define OPENSUBDIV_VERSION_MINOR 4 -#define OPENSUBDIV_VERSION_PATCH 3 +#define OPENSUBDIV_VERSION_PATCH 4 namespace OpenSubdiv { namespace OPENSUBDIV_VERSION {