Add my changes to the CHANGELOG
[sdlgit/SDL_perl.git] / CHANGELOG
1 Revision history for Perl extension SDL_perl.
2
3 * ?
4   - Fix bug with TTFSizeText, it actually returns 0 on success
5   - Add display_format_alpha
6   - Add an example that plays a .WAV sound sample
7
8 * v2.2.3.1 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
9         - Critical Build.PL fix for META.yml 
10         - Doc fix
11
12 * v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
13         - More Docs
14         - Experimental Mac version
15
16 * Sept 11 2009 Kartik Thakore <thakore.kartik@gmail.com>
17         - Moved Debian patches upstream
18         - http://packages.debian.org/changelogs/pool/main/s/sdlperl/current/changelog
19         - credit goes to Ryan Niebur and Daniel Burr
20
21 * Sept 1 2009 Kartik Thakore <thakore.kartik@gmail.com>
22         - Made Alien::SDL 0.3 dependency
23         - Updated MANIFEST
24 * Aug 31 2009 Kartik Thakore <thakore.kartik@gmail.com>
25         - Fixed broken mixer test on FreeBSD
26 * Aug 27 2009 Kartik Thakore <thakore.kartik@gmail.com>
27         -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
28         -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
29         -Made App init slimer https://rt.cpan.org/Public/Bug/Display.html?id=16987
30         -Added faster SDL::Color alternative https://rt.cpan.org/Public/Bug/Display.html?id=17975
31         -Added better error reporting for TTFont errors
32         -Added win32 support https://rt.cpan.org/Ticket/Display.html?id=49003
33         
34 * Aug 22 2009 Kartik Thakore <thakore.kartik@gmail.com>
35         -Added no index 
36         -Added james's openbsd.pm
37
38 * Aug 18 2009  Kartik Thakore   <thakore.kartik@gmail.com>
39         -Fixed constants with help from arodland
40         -Added warning instead of die for frozenbubble's sake
41         -Made a build script for Solaris
42
43 * Aug 17 2009   Gabor Szabo <szabgab@gmail.com>
44         - Small fixes in the tutorials
45
46 * Aug 15 2009   Kartik Thakore   <thakore.kartik@gmail.com>
47         - fixed undef access to blit in Surface
48         - made sdl font strict acceptable
49         - added cygwin build fix
50
51 * Aug 7 2009    David J. Goehrig <dgoehrig@cpan.org>
52         - fixed Darwin build breakage
53         - added support for Mac Ports policies
54         - updated the name of the bundle
55         - added Darwin action ./Build bundle to create SDLPerl.app
56         - fixed SDLPerl.app compilation
57         - added .spl file type for SDLPerl applications!
58
59 * Aug 5 2009    Kartik Thakore   <thakore.kartik@gmail.com>
60         - fixed build after Module::Build breakage
61         - fixed openGL header problems
62         - merged darwin app droper builder 
63
64 * Jul 8 2006    David J. Goehrig <dgoehrig@cpan.org>
65         - finished embedding data in example scripts
66         - fixed Mac OS X file associations
67
68 * Mar 15 2006   David J. Goehrig <dgoehrig@cpan.org>
69         - fixed OpenGL examples to work under MacOS X using the SDL Perl.app bundle
70         
71 * Oct 12 2005   David J. Goehrig <dgoehrig@cpan.org>
72         - Fixed bug where SDL::App frees underlying Surface via DESTROY
73         - Added SDL_svg support
74         - cleaned up SDL_gfx support in SDL.xs
75         - cleaned up smpeg support in SDL.xs
76         - Added more SDL_sound support
77         - Added basic SDL_RWops support (TODO - perl callback for user defined)
78
79 * Oct 6 2005    David J. Goehrig <dgoehrig@cpan.org>
80         - Changed constructors to die upon invalid initialization
81
82 * Oct 5 2005    David J. Goehrig <dgoehrig@cpan.org>
83         - Updated the copyright notices as per the LGPL guidelines
84
85 * Oct 4 2005    David J. Goehrig <dgoehrig@cpan.org>
86         - Patched Cygwin.pm
87         - Fixed SDL::Rect documentation
88         - Fixed Freebsd build module package designation
89         - Fixed compile and link argument splitting in make/lib/Build.pm
90         - Added Module::Build to MEAT.yml
91
92 * Sep 23 2004   David J. Goehrig <dgoehrig@cpan.org>
93         - added SDL::Config tests for SDL_gfx support to test/testgfxroto.pl
94                 test/testgfxprim.pl and SDL::Tool::Graphic.pm
95         - removed exists test form SDL::Config::has()
96         - added SDL::PushEvent
97         - added SDL::SetEventType
98         - renamed SDL::OpenGL::glReadPixel(s)
99         - added error message for SDL::OpenGL::glLightModel
100         - cleaned up some formatting issues in OpenGL.xs
101         - fixed bug in SDL::Cdrom (referencing a scalar as a hashref) 
102         - added some more documentation to SDL::Color
103         - added SDL::Event::push (Andy Bakun)
104         - fixed documentation and usage of SDL::Event::set
105         - added SDL::Event::type([type]) setting parameter
106         - updated Pod::ToDemo recommends in Build.PL
107         - added chromatic's OpenGL version checks
108         - added GL_ALL_CLIENT_ATTRIB_BITS (in addition to GL_CLIENT_ATTRIB_BITS)
109         - added chromatic's SDL::Build::Cygwin.pm and SDL::Build::Win32.pm
110         - applied chromatic's patches to SDL::Tutorial, etc. for updated Pod::ToDemo
111
112
113 * Sep 21 2004   David J. Goehrig <dgoehrig@cpan.org>
114         - added thread check to SDL::Constants.pm (prevent unsafe SelfLoader)
115         - applied Andy Bakun <sdlperl@thwartedefforts.org>'s patches
116                 to SDL::CreateRGBSurfaceFrom, SDL::SurfaceCopy, and
117                 SDL::FreeSurface
118         - applied GLint* to typemap patch
119         - applied glRenderMode patch
120         - applied gluPickMatrix patch
121         - fixed SDL::Surface::blit typo bug
122         - applied glGet patch by Luke (enumerating them all!)
123         - fixed typo bug in make/lib/SDL/Build/Darwin.pm
124                 
125
126 * Feb 23 2004   David J. Goehrig <dgoehrig@cpan.org>
127         - fixed OpenGL exporting & bootstrapping
128         - added ifdefs in OpenGL for NURBS and GLUTesslator
129         - updated the test scripts to use SDL::Config 
130         - added OpenGL test
131         - modified SDL::Config->has to use grep instead
132         - fixed SDL::Cdrom::status
133         - added tests for SDL::Video and SDL::MPEG
134         - fixed gluPerspective in test1.pl & test2.pl
135         - moved SDL::OpenGL::Cube code into test2.pl
136         - released SDL_Perl-2.1.0
137
138 * Feb 7 2004    David J. Goehrig <dgoehrig@cpan.org>
139         - added more SMPEG support
140         - added SDL::Video.pm and SDL::MPEG
141
142 * Feb 6 2004    David J. Goehrig <dgoehrig@cpan.org>
143         - removed old build stuff
144         - added SDL::GetAppState
145         - added SDL::GetMouseState and SDL::GetRelativeMouseState
146         - added SDL Perl logo files
147         - Finalized 2.0.5 release
148
149 * Feb 6 2004    chromatic
150         - added SDL::Tutorial
151         - added SDL::Tutorial::Animation
152         - added SDL::Tutorial::Drawing
153         - added SDL::Tutorial::Images
154
155 * Feb 5 2004    David J. Goehrig <dgoehrig@cpan.org>
156         - port chromatic's Module::Build changes to 2.0.4
157         - moved SDL_TEXTWIDTH to SDL.pm (where EXPORTS BELONG in SDL.pm)
158         - applied chromatic's test directory change to testfonttool.pl
159         - fixed near/far in OpenGL.xs
160         - fixed checkkeys.pl to work with new event structure
161         - fixed testjoystick.pl to use new constants
162         - fixed USE_THREADS issue in build system
163         - fixed typo-bugs in SDL::Tool::Graphic.pm
164         - Updated MANIFEST
165         - fixed SFont support added SDL::SFont.pm
166         - removed SDL::Mixer and SDL::Event constants checks, no export
167
168 * Dec 21 2003   chromatic
169         - added glDeleteLists
170         - added glReadPixels
171         - added glReadPixel
172
173 * Sept 2 2003   David J. Goehrig <dave@sdlperl.org>
174         - fixed SDL::Music and SDL::Sound usage in SDL::Mixer
175
176 * Aug 28 2003   Stephane Desneux <sdx@desneux.com>
177         - added SDL_VIDEOEXPOSE constant in SDL::Constants
178
179 * Aug 26 2003   Stephane Desneux <sdx@desneux.com>
180         - modified Makefile.linux to remove debug unless $ENV{DEBUG} is defined
181         - added scripts/GL/gl.h header (OpenGL 1.4 header from Linux NVidia driver)
182         - modified gl_const.pl to generate SDL::OpenGL::Constants.pm using scripts/GL/gl.h
183           OpenGL constants now uses Exporter and SelfLoader
184         - modified sdl_const.pl to generate SDL::Constants 
185           SDL constants now uses Exporter and SelfLoader
186         - modified SDL.pm to export constants from SDL::Constants
187         - modified SDL/OpenGL.pm to export constants from SDL::OpenGL::Constants 
188         - changed all function names in OpenGL.xs (xxx replaced by glxxx or gluxxx)
189           changed export in SDL/OpenGL.pm accordingly
190         - removed warning in SDL::Surface::new()
191
192 * Aug 21 2003   David J. Goehrig <dave@sdlperl.org>
193         - applied Thomas Tongue's MacOS X support patches
194
195 * Aug 20 2003   David J. Goehrig <dave@sdlperl.org>
196         - fixed SDL::Event bug
197
198 * Aug 17 2003   David J. Goehrig <dave@sdlperl.org>
199         - applied Tels' call list patches
200         - fixed some general boneheadedness with use strict
201         - got tests really working
202         - applied Russell's SDL::Tool::Graphic::grayScale patch
203         - added glLightModel
204
205 * Aug 16 2003   David J. Goehrig <dave@sdlperl.org>
206         - applied morgoth.666's patch for glGetdv & others
207         - released 2.0 last week :)
208
209 * May 23 2003   David J. Goehrig <dave@sdlperl.org>
210         - applied Ryan Hanlon's patch for SDL::TTFont::width
211
212 * May 22 2003   David J. Goehrig <dave@sdlperl.org>
213         - fixed typemap
214         - changed SDL::Cdrom to use scalar refs
215         - changed SDL::Console to use scalar refs
216         - changed SDL::Event to use scalar refs
217         - changed SDL::Cursor to use scalar refs
218         - changed SDL::Font to use scalar refs
219         - changed SDL::Music to use scalar refs
220         - changed SDL::Palette to use scalar refs
221         - changed SDL::Sound to use scalar refs
222
223 * May 20 2003   David J. Goehrig <dave@sdlperl.org>
224         - added more OpenGL constants
225         - added OpenGL name & Feedback functions
226         - ported documentation from the website to distro
227
228 * Mar 13 2003   David J. Goehrig <dave@sdlperl.org>
229         - cleaned up OpenGL constants exportation
230         - fixed glColor alpha
231         - fixed all tests & the causes of failure
232         - fixed TTFont.pm color bug
233         - fixed SDL::Tool::Graphic
234
235 * Mar 11 2003   David J. Goehrig <dave@sdlperl.org>
236         - changed USE_THREAD support because perl5.8 usually builds with it
237         - added SDL::Constants & SDL::OpenGL::Constants
238         - removed constant functions from XS code (going easier on the linker)
239         - changed version to SDL_perl-2.0-beta1 Way Too much is Broken release
240         - Moved Opt/* to regular & fixing as found broken
241         - 27% of tests now fail!
242
243 * Feb 25 2003   David J. Goehrig <dave@sdlperl.org>
244         - resized the testmenu.pl script
245
246 * Jan 6 2003    Wayne Keenan  <tripixuk@yahoo.co.uk>
247         - fixed testjoystick.pl
248
249 * Jan 4 2003    David J. Goehrig <dave@sdlperl.org>
250         - Added test suite, Thanks Tels
251         - Added SDL::SurfaceCopy finally
252         - Added SDL::Surface::new -surface && -copy constructors
253         - Changed SDL::Tool::Graphic::* to return a new SDL::Surface object 
254         - Added SDL::Event::resize_w && SDL::Event::resize_h
255
256 * Jan 3 2003    David J. Goehrig <dave@sdlperl.org>
257         - SDL_perl-1.20.0 release
258         - fixed default pitch value in SDL::Surface
259         - fixed test/OpenGL/tutorials/*, removed nasty -flags options
260
261 * Jan 2 2003    David J. Goehrig <dave@sdlperl.org>
262         - Changed SDL::SurfacePixel to work as documented returns SDL_Color*
263         - Changed SDL::Surface::pixel to return SDL::Color object
264         - Changed SDL::SetColorKey to take SDL_Color*
265         - Changed SDL::Surface::set_color_key to take SDL_Color*,SDL::Color, && (x,y)
266         - Added test/testcolor.pl
267         - Fixed SDL::Opt::Surface::pixel to return SDL::Opt::Color objects
268         - Fixed test/testsprite.pl (must call display_format before set_color_key)
269         - removed use strict from test/testmenu.pl
270         - Added SDL::INIT_TIMER
271
272 * Jan 1 2003    David J. Goehrig <dave@sdlperl.org>
273         - Added a lot of documentation stubs
274         - Added SDL_PREALLOC support
275         - Added SDL_VIDEORESIZE event type
276         - Moved SDL_* SDL_Surface flags EXPORT to SDL::Surface
277         - Added SDL::App::resize & -resizeable tag
278         - Updated README
279         - Added SDL::Opt::Surface, SDL::Opt::Rect, SDL::Opt::Color
280
281 * Dec 30 2002   David J. Goehrig <dave@sdlperl.org>
282         - Cleaned SDL::App a little more
283         - Patch release SDL_perl-1.19.2
284
285 * Dec 29 2002   Tels <http://www.bloodgate.com>
286         - Patched SDL::Font includes
287         - Optimized SDL::Rect
288
289 * Dec 28 2002   Tels <http://www.bloodgate.com>
290         - Removed miscelaneous typos
291         - Rewrote utility function SDL::in
292
293 * Dec 25 2002   Tels <http://www.bloodgate.com>
294         - Patched SDL::Timer documentation
295         - Patched SDL::Event documentation
296         - Patched SDL::Cdrom documentation
297         - Patched mail address in Readme
298
299 * Dec 20 2002   Michael Lamertz <mike@perl-ronin.de>
300          - Fixed wrong spelling of XS call to SDL::App::grab_input function
301
302 * Oct 14 2002   David J. Goehrig <dave@sdlperl.org>
303         - Altered usage message printing behavior for Guillaume
304         - Added Guillaume Cottenceau's <gc@mandrakesoft.com>
305         64 bit support patch.
306         - Patch release SDL_perl-1.19.1
307
308 * Oct 13 2002   David J. Goehrig <dave@sdlperl.org>
309         - Added ConvertRGB and ConvertRGBA functions, useful
310         for creating OpenGL textures from arbitrary images.
311         - Updated documentation for SDL::Cursor
312
313 * Oct 11 2002   David J. Goehrig <dave@sdlperl.org>
314         - Added library disable configure options for linux
315         - Released SDL_perl-1.19.0
316
317 * Sept 28 2002  David J. Goehrig <dave@sdlperl.org>
318         - Fixed some prototypes (OpenGL happier on Debian)
319
320 * Sept 5 2002   David J. Goehrig <dave@sdlperl.org>
321         - Optimizaiton in SDL::App::loop, 
322         now syncs app only if action called
323         - Added test/testmenu.pl (precursor to a menu class)
324
325 * Sept 4 2002   Russell Valentine <russ_allegro@yahoo.com>
326         - Added SDL::GraphicTool and testgraphictool.pl
327
328 * Aug 31 2002   David J. Goehrig <dave@sdlperl.org>
329         - Removed redundant variable in SDL::Mixer::fade_in_music
330         Thanks to Peter BARABAS <z0d@artifact.hu> for finding it
331
332 * Aug 30 2002   David J. Goehrig <dave@sdlperl.org>
333         - Altered examples to use 16 bit color
334         - Fixed OpenGL/tutorial gluPerspective bugs
335
336 * Jun 14 2002   David J. Goehrig <dave@sdlperl.org>
337         - Finished color table and convolution support
338         - Added more GLUtesselator support
339
340 * Jun 10 2002   David J. Goehrig <dave@sdlperl.org>
341         - Added configure script, gnuish build environemnt
342
343 * Jun 8 2002    David J. Goehrig <dave@sdlperl.org>
344         - Applied Wayne Keenan's win32 build patches
345
346 * Jun 5 2002    David J. Goehrig <dave@sdlperl.org>
347         - Simply defines GL_ALL_CLIENT_ATTRIB_BITS 0xffffffff
348         - SDL::TTFont added font metric query methods
349
350 * Jun  4 2002   David J. Goehrig <dave@sdlperl.org>
351         - Fixed GL_ALL_CLIENT_BITS Mesa bug again... 
352         It appears to have disappeared after 1.17.2,
353         Thanks Seemant Kulleen & Chris Moeller for
354         pointing it out.
355
356 * May 28 2002   David J. Goehrig <dave@sdlperl.org>
357         - Added tutorials 7 & 8 to test/OpenGL/tutorial
358
359 * May 27 2002   David J. Goehrig <dave@sdlperl.org>
360         - Fixed SDL::OpenGL::TexCoordPointer
361
362 * May 26 2002   David J. Goehrig <dave@sdlperl.org>
363         - SDL_perl-1.18
364
365 * May 25 2002   David J. Goehrig <dave@sdlperl.org>
366         - Fixed include paths under linux
367         - Added SDL::Shell.pm and test/testshell.pl
368
369 * May 24 2002   David J. Goehrig <dave@sdlperl.org>
370         - Fixed more OpenGL GLU tesselator code
371         - Added HAVE_SDL_MIXER around callbacks
372
373 * May 23 2002   Benedikt Meurer <bmeurer@fwdn.de>
374         - Added FreeBSD support
375
376 * May 21 2002   David J. Goehrig <dave@sdlperl.org>
377         - Fixed typo in SDL::App:iconify
378
379 * May 3 2002    David J. Goehrig <dave@sdlperl.org>
380         - Added still more OpenGL support (errors and textures)
381         - Ported old OpenGL tutorials 2-6
382         - Fixed more bugs, improved SDL::SurfacePixels
383         - Added support for glu* and GLU_* exportation
384         - Added OpenGLU Nurbs support
385         - Added Nurbs example test/OpenGL/test5.pl
386         - Added more OpenGL projection and color code
387
388 * May 1 2002    David J. Goehrig <dave@sdlperl.org>
389         - Fixed -Wall (added prototypes, fixed typos, etc)
390         - Improved Makefile, added GLU version detection
391         - Added OpenGL 1.2 dependent feature detection
392         - Added one and two dimension evaluators for OpenGL
393         - Added OpenGL test3.pl and test4.pl
394
395 * Apr 30 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
396         - updated Makefile.win32
397
398 * Apr 29 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
399         - updated Makefile.linux
400
401 * Apr 27 2002   David J. Goehrig <dave@sdlperl.org>
402         - SDL_perl-1.17 release made
403         - updated MANIFEST, etc.
404
405 * Apr 26 2002   David J. Goehrig <dave@sdlperl.org>
406         - Added more OpenGL support 
407
408 * Apr 23 2002   David J. Goehrig <dave@sdlperl.org>
409         - fixed SFont and SDL_Console support
410         - Added SDL::FontTool
411         - Added test/testfonttool.pl 
412
413 * Apr 19 2002   David J. Goehrig <dave@sdlperl.org>
414         - Added proper SDL_mixer callback support
415         - Broke out linux makefile 
416         - Begun OpenGL support
417         - fixed test/testgfxprim.pl screen update bug
418         - fixed test/testgfxroto.pl alpha blits 
419         - Added test/logo.png
420
421 * Apr 16 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
422         - Added SDL_Console support
423         - Added test/testconsole.pl
424         - Added SDL_gfx support
425         - Added test/testgfxroto.pl and test/testgfxprim.pl
426         - Updated Makefile
427
428 * Apr 11 2002   David J. Goehrig <dave@sdlperl.org>
429         - Fixed SDL::ColorB typo
430         - Altered SDL::FillRect and SDL::Pixel to use SDL_Color* sources
431         - Documented SDL::Surface, SDL::Color
432         - Added automagic Surface, Color, and Rect support throughout OO layer
433         - Fixed testsprite.pl, graywin.pl to use above classes
434         - Brokeout Win32 Makefile.PL 
435         - Fixed SMPEG a little bit 
436
437 * Apr 11 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
438         - Added SMPEG support
439         - Added test/testsprite.pl
440
441 * Apr 10 2002   Wayne Keenan <wayne@metaverse.fsnet.co.uk>
442         - Added Win32 threading support in callbacks
443         - Added SDL_GetKeyState
444
445 * Apr 8 2002    Wayne Keenan <wayne@metaverse.fsnet.co.uk>
446         - Added joystick hat constants
447         - Added joystick hat constants to test/testjoystick.pl
448
449 * Apr 5 2002    David J. Goehrig <dave@sdlperl.org>
450         - Fixed SDL_perl.spec according to most of Guillaume's suggestions
451         - Expanded the build_rpms script to upload to sdlperl.org
452         - Added SDL::Timer.pm for timer objects
453         - Added test/testtimer.pl 
454
455 * Apr 4 2002    David J. Goehrig <dave@sdlperl.org>
456         - Added SDL_perl.spec for RPM/SRPM builds
457         - Fixed typo in SDL_perl.xs
458
459 * Apr 4 2002    Wayne Keenan  <wayne@metaverse.fsnet.co.uk>
460         - Fixed Makefile.PL for Win32 builds
461
462 * Apr 4 2002    Russell Valentine <russ_allegro@yahoo.com>
463         - Added test/testjoystick.pl
464
465 * Apr 3 2002    David J. Goehrig <dave@sdlperl.org>
466         - Fixed SDL::TTFont support
467         - Fixed SDL::Color support
468         - Applied Wayne's changes for Win32 support
469         - Moved XS code to SDL_perl.xs
470         - Created SDL_perl.pm
471         - Altered SDL.pm to use SDL_perl.pm
472
473 * Apr 1 2002    David J. Goehrig <dave@sdlperl.org>
474         - Added SDL::Color
475         - Added SDL::TTFont
476         - Added SDL::App::loop
477         - More Documentation
478
479 * Mar 31 2002   David J. Goehrig <dave@sdlperl.org>
480         - Upgraded SFont to version 1.5 <http://www.linux-games.com/sfont>
481         - Removed old examples and began porting SDL test programs to perl
482         - Updated key state modifier code
483         - Added audio processing callbacks and driver interrogation
484
485 * Mar 14 2002   David J. Goehrig <dave@sdlperl.org>
486
487         - Added YUV Overlay support
488         - Added more WM support (toggle fullscreen,grab input,iconify window)
489         - Added Resize Event support
490         - Added Joystick Events support
491         - Added audio status query support
492         - Removed TrackListing  
493
494 * Mar  9 2002   David J. Goehrig <dave@sdlperl.org>
495
496         - Generated sdlpl compatability layer ( known to be buggy )
497         - Bug fixes in OO modules, frozen-bubble now runs under 1.14
498         - Added patches directory to contain fixes for other people's programs 
499         - Added some Set/GetClipRect support
500         - More Documentation 
501         - Began SDL_ttf support
502         - Began SDL_net support
503
504 * Feb 28 2002   David J. Goehrig <dave@sdlperl.org>
505
506         - Fixed-up OO modules to use new API
507         - Added AddTimer and RemoveTimer Support
508         - Added Joystick Support
509         - Added full Init/Quit support for subsystems
510         - Began Documentation Rewrite
511         - Began 1.12 compatability layer
512
513 * Feb 26 2002   David J. Goehrig <dave@sdlperl.org>
514
515         - Altered API / Simplified namespace 
516         - Removed SDL_Image, SDL_Mixer, and OpenGL dependencies
517         - Added extension autodetection to config process
518
519 * Jan 28 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
520
521         - Fixed a deallocation bug in Sound.pm 
522
523 * Jan 22 2002   Guillaume Cottenceau <gc@mandrakesoft.com>
524
525         - Fixed a deallocation bug in Music.pm
526
527 * Dec 18 2000   David J. Goehrig 
528
529         - Removed clipping fuctions 
530         - Updated Readme
531         - Moved more to sourceforge
532
533 * Aug  5 2000   Wayne Keenan
534
535         - Open GL support
536         - OpenGL Glut like Application framework
537         - more video flags 
538         - creating Surface from pre-allocated memory 
539         - BMP screen dump
540         - added state dumpers as an debugging aid
541         - bug fixes
542
543 * May 26 2000   David J. Goehrig
544
545         - Added SFont support.
546
547 * May 22 2000   David J. Goehrig
548
549         - Finished the first release
550