ChangeLog: update for coming v0.4.0

This commit is contained in:
Hugues Delorme 2017-03-30 09:48:43 +02:00
parent dd57fa5d54
commit 1d3cd5fb35

View File

@ -1,3 +1,34 @@
v0.4.0-dev (jj-mm-aaaa)
* gmio_amf: add AMF file format support(export only)
This is a new module providing complete support for writting geometry in
the AMF v1.2 format.
Output can be plain XML or compressed on-the-fly in a ZIP archive.
(GitHub issue #6)
* gmio_core: fix wrong error code name GMIO_ERROR_TRANSFER_STOPPED
Error code renamed to GMIO_ERROR_TASK_STOPPED
(GitHub issue #7)
* gmio_stl: better API with consistent function names
Renamed functions gmio_stl_infos_get_xxx() -> gmio_stl_infos_probe_xxx()
(GitHub issue #3)
* gmio_stl: add overload function gmio_stl_infos_probe_file()
Facility function over gmio_stl_infos_probe() for files
(GitHub issue #4)
* gmio_stl: fix segfault in function gmio_stl_infos_probe()
(GitHub issue #8)
* gmio_support: add OpenCascade Poly_Triangulation support for STL format
See new gmio_stl_mesh_occpolytri / gmio_stl_mesh_creator_occpolytri
in header stl_occ_polytri.h
(GitHub issue #5)
* gmio_support: add OpenCascade TopoDS_Shape support for STL solid import
See new gmio_stl_mesh_creator_occshape in header stl_occ_brep.h
(GitHub issue #5)
v0.3.2 (12-10-2016) v0.3.2 (12-10-2016)
* gmio_stl: fix ending error when reading multiple STL solids from stream * gmio_stl: fix ending error when reading multiple STL solids from stream
(GitHub issue #2) (GitHub issue #2)