Lucas Miller
unread,Aug 22, 2020, 5:32:58 PM8/22/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to alembic-d...@googlegroups.com, alembic-...@googlegroups.com
Thanks to your feedback, issues, and pull requests we have several bug
fixes and a few enhancements.
API:
Ogawa:
Fix another Fuzzer issue with Ogawa::IData allocating too much memory
because of a malicious file.
Add tests for Fuzzer issues:
24846, 24853, 24598, 25051, and 25081. (PR296)
Add support for the Haiku OS. (PR298)
Murmur3:
Add a preprocessor define to support FreeBSD. (Issue 288)
Remove Murmur3 from the LICENSE.txt since it was moved into the public domain
a while ago, and is reflected as such in the code. (Issue 292)
AbcGeom:
Fix uninitialized member variables in OTypedGeomParam. (PR290)
HDF:
Remove some unused local functions. (Issue 293)
Python bindings:
Add GetArchiveStartAndEndTime. (PR291)
Add optional dccFPS to the GetArchiveInfo dict. (PR294)