forked from pool/tinyobjloader
Accepting request 913734 from home:mnhauke
- Update to version 2.0.0rc8+git.20210821:
* Add new object oriented API. 1.x API is still provided.
* Support line primitive.
* Support points primitive.
* Support multiple search path for .mtl(v1 API).
* Support vertex weight `vw`(as an tinyobj extension)
* Support escaped whitespece in mtllib
* Add robust triangulation using Mapbox
earcut(TINYOBJLOADER_USE_MAPBOX_EARCUT).
* Fix CVE-2020-28589: tinyobjloader: An improper array index
validation could lead to code execution.
OBS-URL: https://build.opensuse.org/request/show/913734
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyobjloader?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 23 09:51:21 UTC 2021 - mardnh@gmx.de
|
||||
|
||||
- Update to version 2.0.0rc8+git.20210821:
|
||||
* Add new object oriented API. 1.x API is still provided.
|
||||
* Support line primitive.
|
||||
* Support points primitive.
|
||||
* Support multiple search path for .mtl(v1 API).
|
||||
* Support vertex weight `vw`(as an tinyobj extension)
|
||||
* Support escaped whitespece in mtllib
|
||||
* Add robust triangulation using Mapbox
|
||||
earcut(TINYOBJLOADER_USE_MAPBOX_EARCUT).
|
||||
* Fix CVE-2020-28589: tinyobjloader: An improper array index
|
||||
validation could lead to code execution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 22:41:02 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user