finish up release announcement

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1590 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2013-04-05 02:14:17 +00:00
parent c35fd2e601
commit 06355842a6
2 changed files with 12 additions and 4 deletions

View File

@ -36,8 +36,9 @@ generateHeader($_SERVER['PHP_SELF']);
<div class="indent">
<div class="textheader">Testing Releases</div>
<p>The port to Andriod as well as other API and implementation
enhancements (e.g., VBO support for geometry) are currently only
available in trunk. Feel free to test by downloading a <a
enhancements (e.g., move to CMake build system, VBO support for
geometry) are currently only available in trunk. Feel free to test
by downloading a <a
href="http://freeglut.svn.sourceforge.net/viewvc/freeglut/trunk/freeglut/freeglut.tar.gz?view=tar">tarball
of current trunk</a>, or <a href="help.php#svn">grabbing a copy from
svn</a>, and give us feedback on how it worked for you. All this

View File

@ -13,9 +13,16 @@ generateHeader($_SERVER['PHP_SELF']);
<p>A new bugfix release of "freeglut" is now available. Here is a
incomplete list of fixes and enhancements:</p>
<ul>
<li>Visual Studio 2012 project files, and a fix for the dissapearing
<li>Visual Studio 2012 project files, and a fix for the disappearing
windows with this toolset.</li>
<li>X11 menu regression fixed.</li>
<li>X11 menu regression fixed, menu behavior improved on Windows.</li>
<li>Now using monotonic clock on X11.</li>
<li>GameMode now doesn't attempt to change unspecified display params to
arbitrary defaults, and not changing display mode when unnecessary to
avoid flicker.</li>
<li>On Windows, windows no longer attain focus as soon as the mouse
enters them</li>
<li>Various demo enhancements.</li>
<li>Many bugs have been fixed.</li>
</ul>
</div>