From 78ed046ffb7c96421998b822f0e8bfc8bcaf2920 Mon Sep 17 00:00:00 2001 From: puggles Date: Thu, 26 May 2005 02:11:10 +0000 Subject: [PATCH] 2.4.0 RC4 updates git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@625 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 7 +++++++ freeglut/freeglut/configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index 37c84e4..eded42e 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/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/freeglut/freeglut/configure.ac b/freeglut/freeglut/configure.ac index d6f5f06..72d0f53 100644 --- a/freeglut/freeglut/configure.ac +++ b/freeglut/freeglut/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])