Skip to content

Commit

Permalink
Updating to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lamiller0 committed Oct 13, 2017
1 parent fc0d8d2 commit aefa609
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -51,7 +51,7 @@ ENDIF()
# Declare the project version
SET(PROJECT_VERSION_MAJOR "1")
SET(PROJECT_VERSION_MINOR "7")
SET(PROJECT_VERSION_PATCH "3")
SET(PROJECT_VERSION_PATCH "4")
SET(PROJECT_VERSION
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
SET(VERSION ${PROJECT_VERSION})
Expand Down
15 changes: 15 additions & 0 deletions NEWS.txt
@@ -1,3 +1,18 @@
2017-10-12, Alembic 1.7.4
Thanks to your feedback and pull requests we have a few bug fixes and an
enhancement.

API:

Do not allow scalar properties to match when they have the same data type
but different extents. This is to avoid a segfault on getValue. (Issue 138)

Add: const AbcA::ObjectWriterPtr getPtr() to OObject.h (PR 141)

Remove an accidental circular include dependency in AbcCoreLayer. (PR 141)

##-*****************************************************************************

2017-8-9, Alembic 1.7.3

Thanks to your feedback we have a bug fix introduced in the previous release.
Expand Down

0 comments on commit aefa609

Please sign in to comment.