freeglut/freeglut.changes

176 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 11 10:21:32 CEST 2008 - sndirsch@suse.de
- switched to current freeglut sources in SVN (2008-07-21):
* Changed "fgStructure.GameMode" to "fgStructure.GameModeWindow"
to reflect better what it is
* Added an end-of-line character to a warning message about an
unknown X event type
* Fixing a problem in which "glutGetWindow" would return a menu's
window instead of the menu's parent window
* Added some handy comments, spacing, fixed a typo in a comment
* Changed "TARGET_HOST_UNIX_X11" to "TARGET_HOST_POSIX_X11" to
avoid trademark issues, per Joe Krahn; also rationalized the
other "TARGET_HOST" definitions
* Added futher callback functionality to the CallbackMaker demo
program. Also added a prompt for user input to highlight a
difference betwen GLUT and "freeglut"
* Added multisampling support for *nix and Windows; some other
pixel format changes for Windows
* Added Markus Henschel's change (e-mail to developers' list,
June 28, 2006) to have the "glutInitDisplayString" ignore
numerical assignments to tokens as a temporary fix.
* Fixed buy #1398196 in the bug tracker to the effect that
passing the wrong argument in "fghSleepForEvents" can cause
odd delays
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Sat Aug 18 09:20:29 CEST 2007 - sndirsch@suse.de
- xdriinfo 1.0.2
* X.Org bug #10616: Add all the X info commands to See Also in
man page
-------------------------------------------------------------------
Sun Sep 3 22:04:01 CEST 2006 - sndirsch@suse.de
- update to current CVS (2006-09-03)
* Check fgets for return value to avoid warnings
-------------------------------------------------------------------
Sun Jul 23 16:42:22 CEST 2006 - sndirsch@suse.de
- updated xdriinfo
- fixed build for X.Org 7
-------------------------------------------------------------------
Thu Jan 26 17:55:38 CET 2006 - mls@suse.de
- fix BuildRequires
-------------------------------------------------------------------
Wed Jan 25 21:36:00 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Nov 11 13:03:27 CET 2005 - sndirsch@suse.de
- moved glxinfo/glxgears/xdriinfo from -devel to main package
-------------------------------------------------------------------
Thu Nov 10 22:30:45 CET 2005 - sndirsch@suse.de
- updated to current CVS (05-11-10) to fix all these "freeglut
ERROR: Function <glut<whatever>> called without first calling
'glutInit'" errors, which prevented many programs from starting
(e.g. FlightGear); freeglut 2.4 seems known to be broken :-(
-------------------------------------------------------------------
Mon Nov 7 10:44:55 CET 2005 - sndirsch@suse.de
- switched to external built Mesa
-------------------------------------------------------------------
Wed Oct 26 15:02:46 CEST 2005 - sndirsch@suse.de
- added build of glxinfo/glxgears/xdriinfo when %USE_EXTERNAL_MESA
is set
-------------------------------------------------------------------
Fri Jun 24 11:58:39 CEST 2005 - sndirsch@suse.de
- update to final release 2.4.0
-------------------------------------------------------------------
Fri Jun 10 08:21:14 CEST 2005 - sndirsch@suse.de
- removed "-Werror"
-------------------------------------------------------------------
Mon Jun 6 09:19:27 CEST 2005 - sndirsch@suse.de
- update to release 2.4.0-rc4
- obsoletes freeglut-gcc4.diff
-------------------------------------------------------------------
Sun Apr 10 12:11:22 CEST 2005 - sndirsch@suse.de
- new gcc4 patch (use the bits of CVS)
-------------------------------------------------------------------
Thu Apr 7 08:55:09 CEST 2005 - meissner@suse.de
- fortran does not appear to be needed here (just libtool
checks for it as standard).
-------------------------------------------------------------------
Sat Apr 2 17:59:15 CEST 2005 - coolo@suse.de
- fix casts
-------------------------------------------------------------------
Thu Apr 29 21:52:10 CEST 2004 - coolo@suse.de
- build parallel if available
- build as user
-------------------------------------------------------------------
Mon Dec 15 10:32:15 CET 2003 - sndirsch@suse.de
- updated to release 2.2.0
* Mousewheel Support for Win32 & X11
* More unified Win32/*nix behavior and code
* Code style cleanups
* Visibility support in Win32
* Many other Good Bug Fixes
-------------------------------------------------------------------
Sat Dec 6 15:15:07 CET 2003 - sndirsch@suse.de
- updated to release 2.0.1
* fixes a number of bugs with menus
-------------------------------------------------------------------
Fri Oct 10 17:13:03 CEST 2003 - adrian@suse.de
- fix build for mips
- satisfy configure checks
-------------------------------------------------------------------
Thu Oct 2 12:04:32 CEST 2003 - sndirsch@suse.de
- provides/obsoletes mesaglut/mesglut-devel now
-------------------------------------------------------------------
Tue Sep 30 09:41:55 CEST 2003 - sndirsch@suse.de
- removed demos
-------------------------------------------------------------------
Tue Sep 30 08:42:50 CEST 2003 - sndirsch@suse.de
- added GLUT manual pages
-------------------------------------------------------------------
Mon Sep 29 22:42:02 CEST 2003 - sndirsch@suse.de
- updated to final release 2.0.0
-------------------------------------------------------------------
Thu Aug 14 06:54:47 CEST 2003 - sndirsch@suse.de
- added GameMode fix (GameModeFixes-4.dif)
-------------------------------------------------------------------
Thu Aug 7 12:01:29 CEST 2003 - sndirsch@suse.de
- created package