Release preparations

recursion-fix
Marius Kintel 2014-03-06 00:29:08 -05:00
parent 1d78844d4d
commit 261109b036
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# OpenSCAD 2014.Q1 # OpenSCAD 2014.03
**Language Features:** **Language Features:**
* Added diameter argument: circle(d), cylinder(d, d1, d2) and sphere(d) * Added diameter argument: circle(d), cylinder(d, d1, d2) and sphere(d)
@ -17,6 +17,7 @@
* GUI: Added Search&Replace in editor * GUI: Added Search&Replace in editor
* GUI: Syntax highlighting now has a dark background theme * GUI: Syntax highlighting now has a dark background theme
* GUI: We now create a backup file before rendering to allow for recovery if OpenSCAD crashes/freezes * GUI: We now create a backup file before rendering to allow for recovery if OpenSCAD crashes/freezes
* GUI: Accessibility features enabled (e.g. screenreading)
**Bugfixes/improvements:** **Bugfixes/improvements:**
* Reading empty STL files sometimes caused a crash * Reading empty STL files sometimes caused a crash

View File

@ -11,7 +11,7 @@ o Pre-release preparations
$ cd libraries/MCAD $ cd libraries/MCAD
$ git pull $ git pull
$ cd ../.. $ cd ../..
$ git commit -m "Updated MCAD" $ git commit -m "Updated MCAD" libraries/MCAD
$ git push $ git push
(See bottom of this file for how to build release binaries) (See bottom of this file for how to build release binaries)

View File

@ -14,6 +14,7 @@
* GUI: Added Search&Replace in editor * GUI: Added Search&Replace in editor
* GUI: Syntax highlighting now has a dark background theme * GUI: Syntax highlighting now has a dark background theme
* GUI: We now create a backup file before rendering to allow for recovery if OpenSCAD crashes/freezes * GUI: We now create a backup file before rendering to allow for recovery if OpenSCAD crashes/freezes
* GUI: Accessibility features enabled (e.g. screenreading)
**Bugfixes/improvements:** **Bugfixes/improvements:**
* Reading empty STL files sometimes caused a crash * Reading empty STL files sometimes caused a crash

View File

@ -23,7 +23,7 @@
</p> </p>
<p> <p>
Copyright (C) 2009-2013 <a href="https://github.com/kintel">Marius Kintel</a> &lt;marius@kintel.net&gt; and <a href="http://clifford.at">Clifford Wolf</a> &lt;clifford@clifford.at&gt; Copyright (C) 2009-2014 <a href="https://github.com/kintel">Marius Kintel</a> &lt;marius@kintel.net&gt; and <a href="http://clifford.at">Clifford Wolf</a> &lt;clifford@clifford.at&gt;
</p> </p>
<p> <p>

View File

@ -120,7 +120,7 @@ static char helptitle[] =
#endif #endif
"\nhttp://www.openscad.org\n\n"; "\nhttp://www.openscad.org\n\n";
static char copyrighttext[] = static char copyrighttext[] =
"Copyright (C) 2009-2013 The OpenSCAD Developers\n" "Copyright (C) 2009-2014 The OpenSCAD Developers\n"
"\n" "\n"
"This program is free software; you can redistribute it and/or modify " "This program is free software; you can redistribute it and/or modify "
"it under the terms of the GNU General Public License as published by " "it under the terms of the GNU General Public License as published by "