2.4.0 RC4 updates
authorJ.C. Jones <jc@insufficient.coffee>
Thu, 26 May 2005 02:11:10 +0000 (02:11 +0000)
committerJ.C. Jones <jc@insufficient.coffee>
Thu, 26 May 2005 02:11:10 +0000 (02:11 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@625 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
configure.ac

index 37c84e4..eded42e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1031,3 +1031,10 @@ to be resized and handle this before redraw.
 mode window, not TRUE/FALSE, we should better follow that. Note that most
 man pages claim that this function returns void, but this is definitely
 wrong.
+
+(269) Dan Torop's patch to fix joystick polling times (resolves bug 1206856)
+
+**************************************************************************
+* 25 May 2004 -- 2.4.0 Release Candidate 4 Released
+**************************************************************************
+
index d6f5f06..72d0f53 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([freeglut library], [2.3.9], [freeglut-bugs@lists.sourceforge.net], [freeglut])
+AC_INIT([freeglut library], [2.4.0-rc4], [freeglut-bugs@lists.sourceforge.net], [freeglut])
 AM_INIT_AUTOMAKE
 AC_PREREQ([2.56])
 AC_CONFIG_SRCDIR([AUTHORS])