diff options
author | Marius Kintel <marius@kintel.net> | 2011-06-05 17:48:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-06-05 17:48:11 (GMT) |
commit | f068e8ac80dba008aee29911d304e8504353a306 (patch) | |
tree | ff96074b680465db2b16dd29e9dc61092c3a0d1d /RELEASE_NOTES | |
parent | fe5e199b79dd02e312d8f001d7faf6adb2dc9fe9 (diff) |
Release notes for upcoming release
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 81bf603..11ceb98 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,15 @@ +OpenSCAD 2011.06 +================ + +Bugfix release: + +o Cylinder tesselation broke existing models which are using cylinders + for e.g. captured nut slots and are dependent on the orientation not + changing. +o DXF output couldn't be imported into e.g. AutoCAD and Solidworks after updating + to using the AutoCAD 2000 (AC1015) format. Reverted to the old entity-only output, + causing LWPOLYLINES to not exported allowed anmore. + OpenSCAD 2011.04 ================ |