diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-08 01:26:50 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-08 01:26:50 (GMT) |
commit | 9e78c066f9a96f9b5fca360844dd42acde2ef3a9 (patch) | |
tree | e5cd639e1edba4fa0206f102b73522841e8c4727 | |
parent | 47f0745ef17f0f1ba39ce2c667472513c51a8905 (diff) |
list the gallium bugs on linux
-rw-r--r-- | RELEASE_NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6ad6e32..1de208a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -17,7 +17,7 @@ o Added basic syntax highlighting in the editor o There is now a built-in library path in user-space: http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Libraries#Library_Locations o Commandline output to PNG, with various camera and rendering settings. - Run openscad -h to see usage info. + Run openscad -h to see usage info or see the OpenSCAD wiki user manual. o Attempting to open dxf, off or stl files in the GUI will now create an import statement. o The preview operator (%) will now preserve any manually set color o The highlight operator (#) will now color the object in transparent red @@ -47,6 +47,10 @@ o Regression test auto-starts & stops Xvfb / Xvnc if on headless unix machine o The backend is finally independent of Qt o Windows: We now have a 64-bit version +Known Bugs: +o Linux: command-line png rendering on Gallium is flaky. + Workaround: use CGAL --render or hardware rendering. + OpenSCAD 2013.01 ================ |