From 1d3cd5fb350b73d81d7bfe14e1ab20b1fc19c8b9 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 30 Mar 2017 09:48:43 +0200 Subject: [PATCH] ChangeLog: update for coming v0.4.0 --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6e3d5e2..e60bde6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) * gmio_stl: fix ending error when reading multiple STL solids from stream (GitHub issue #2)