diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-08 18:14:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-08 18:14:30 (GMT) |
commit | 3c18145b13759db1a8926e29b81fb41f8efcde4d (patch) | |
tree | 75cc01dd8507a1667c4ba715cdc408ad785dce19 /RELEASE_NOTES | |
parent | 11fb1f71dad9c7d744ff5bbe7c3ee017ed67ff41 (diff) | |
parent | f3e6e8168bac6b14383d1d321de7dcf122e0b7de (diff) |
Merge branch 'master' into boost_filesystem
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 295f6f4..e025d9b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,12 @@ OpenSCAD 2012.XX ================ +Bugfixes: +o use'ing an non-existing file sometimes crashed under Windows +o Better font handling: Ensure a monospace font is chosen as default +o Division by zero caused hang in some cases (e.g. sin(1/0)) +o Larger minkowski operations sometimes caused a crash after a CGAL assert was thrown + Deprecations: o The old include syntax "<filename.scad>" without the include keyword is no longer supported and will cause a syntax error. |