From: J.C. Jones Date: Thu, 26 May 2005 02:11:10 +0000 (+0000) Subject: 2.4.0 RC4 updates X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=4ac966888180f459c9d04f55cc7e9e96fcef9fd1;p=freeglut 2.4.0 RC4 updates git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@625 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/ChangeLog b/ChangeLog index 37c84e4..eded42e 100644 --- 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 +************************************************************************** + diff --git a/configure.ac b/configure.ac index d6f5f06..72d0f53 100644 --- a/configure.ac +++ b/configure.ac @@ -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])