Fixed the pod path in archive
[sdlgit/SDL_perl.git] / CHANGELOG
index 4804b02..2cd6d7f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,14 +1,89 @@
 Revision history for Perl extension SDL_perl.
-* Aug 2 2009    Kartik Thakore
-       - Added patches
-       - Verified and Tested patches
-       - Clean bugs
 
-* Mar 3 2006   Tels 77 Tests
-       - Color.pm: add rgb(), and make new($r,$g,$b) work for speed
-       - add ColorRGB() to src/SDL.xs
+* ?
+  - Fix bug with TTFSizeText, it actually returns 0 on success [acme]
+  - Add display_format_alpha [acme]
+  - Add an example that plays a .WAV sound sample [acme]
+  - Add left/right panning to the mixer [acme]
 
-* Oct 4 2004   David J. Goehrig <dgoehrig@cpan.org>
+* v2.2.3.1 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Critical Build.PL fix for META.yml 
+       - Doc fix
+
+* v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - More Docs
+       - Experimental Mac version
+
+* Sept 11 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Moved Debian patches upstream
+       - http://packages.debian.org/changelogs/pool/main/s/sdlperl/current/changelog
+       - credit goes to Ryan Niebur and Daniel Burr
+
+* Sept 1 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Made Alien::SDL 0.3 dependency
+       - Updated MANIFEST
+* Aug 31 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       - Fixed broken mixer test on FreeBSD
+* Aug 27 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       -Made App loop() faster https://rt.cpan.org/Public/Bug/Display.html?id=16988
+       -Patched support for add support for gluquadric* sub https://rt.cpan.org/Public/Bug/Display.html?id=25598
+       -Made App init slimer https://rt.cpan.org/Public/Bug/Display.html?id=16987
+       -Added faster SDL::Color alternative https://rt.cpan.org/Public/Bug/Display.html?id=17975
+       -Added better error reporting for TTFont errors
+       -Added win32 support https://rt.cpan.org/Ticket/Display.html?id=49003
+       
+* Aug 22 2009 Kartik Thakore <thakore.kartik@gmail.com>
+       -Added no index 
+       -Added james's openbsd.pm
+
+* Aug 18 2009  Kartik Thakore   <thakore.kartik@gmail.com>
+       -Fixed constants with help from arodland
+       -Added warning instead of die for frozenbubble's sake
+       -Made a build script for Solaris
+
+* Aug 17 2009   Gabor Szabo <szabgab@gmail.com>
+       - Small fixes in the tutorials
+
+* Aug 15 2009   Kartik Thakore   <thakore.kartik@gmail.com>
+       - fixed undef access to blit in Surface
+       - made sdl font strict acceptable
+       - added cygwin build fix
+
+* Aug 7 2009   David J. Goehrig <dgoehrig@cpan.org>
+       - fixed Darwin build breakage
+       - added support for Mac Ports policies
+       - updated the name of the bundle
+       - added Darwin action ./Build bundle to create SDLPerl.app
+       - fixed SDLPerl.app compilation
+       - added .spl file type for SDLPerl applications!
+
+* Aug 5 2009    Kartik Thakore   <thakore.kartik@gmail.com>
+       - fixed build after Module::Build breakage
+       - fixed openGL header problems
+       - merged darwin app droper builder 
+
+* Jul 8 2006   David J. Goehrig <dgoehrig@cpan.org>
+       - finished embedding data in example scripts
+       - fixed Mac OS X file associations
+
+* Mar 15 2006  David J. Goehrig <dgoehrig@cpan.org>
+       - fixed OpenGL examples to work under MacOS X using the SDL Perl.app bundle
+       
+* Oct 12 2005  David J. Goehrig <dgoehrig@cpan.org>
+       - Fixed bug where SDL::App frees underlying Surface via DESTROY
+       - Added SDL_svg support
+       - cleaned up SDL_gfx support in SDL.xs
+       - cleaned up smpeg support in SDL.xs
+       - Added more SDL_sound support
+       - Added basic SDL_RWops support (TODO - perl callback for user defined)
+
+* Oct 6 2005   David J. Goehrig <dgoehrig@cpan.org>
+       - Changed constructors to die upon invalid initialization
+
+* Oct 5 2005   David J. Goehrig <dgoehrig@cpan.org>
+       - Updated the copyright notices as per the LGPL guidelines
+
+* Oct 4 2005   David J. Goehrig <dgoehrig@cpan.org>
        - Patched Cygwin.pm
        - Fixed SDL::Rect documentation
        - Fixed Freebsd build module package designation