diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-16 18:07:21 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-16 18:07:21 (GMT) |
commit | 035f022e0a0e12acc70cf6f5fce633f3edb500c9 (patch) | |
tree | fee9e179422740208c5ee8e9ff49b158cc9923cb /RELEASE_NOTES | |
parent | 9891d8c86cbd567308575a0d4ec4b0d2f35776c8 (diff) | |
parent | eb9139b34ee8e0c5ac9f94f93078165c6e5edd56 (diff) |
Merge branch 'master' of github.com:openscad/openscad into resize5
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 7e4288a..d912be4 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -9,6 +9,7 @@ o Mac: Added auto-update check o Commandline output to PNG, with various camera and rendering settings o resize() command introduced o Regression test now creates single monolithic .html file for easier uploading +o value reassignment is now less strict Bugfixes: o OpenCSG rendering sometimes crashed when rendering large models @@ -19,6 +20,8 @@ o Fixed some issues related to ARM builds o Changed multmatrix floating-point output to improve dumptest portability o Regression test auto-starts & stops Xvfb / Xvnc if on headless unix machine o CGAL triangulation more lenient- enables partial rendering of 'bad' DXF data +o Fixes problem where local changes are overwritten on automatic reload when included files has changed. +o Non-ascii filenames are now allowed OpenSCAD 2013.01 ================ |