From 09d2daf0151b4317306b4e9f953706458db0921a Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 5 Jul 2016 14:20:44 +0200 Subject: [PATCH] Add ChangeLog file --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..4973476 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,17 @@ +v0.3.0 + * gmio_stl: check LC_NUMERIC is C or POSIX + gmio_stla_read() and gmio_stla_write() now checks LC_NUMERIC is + either "C" or "POSIX", if not then GMIO_ERROR_BAD_LC_NUMERIC is returned. + This option is controlled with: + - gmio_stl_read_options.stla_dont_check_lc_numeric + - gmio_write_read_options.stla_dont_check_lc_numeric + + * Relicense under BSD 2-clause + +v0.2.1 + * fake_support: fix compilation errors with Clang + +v0.2.0 + * gmio_support: fix duplicated vertices when reading STL file into StlMesh_Mesh + +v0.1.0