X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=CHANGELOG;h=b483aab9643ad332163bf256a8373ea871e07844;hb=e1c29919e9237bf124b5bb0cd45375323b6bc5c6;hp=c88c1ca6b7659e451381f773c96b99fcc8611bd8;hpb=ecc8d76b3e68bd79c6ad19b056aa62c7b385cf99;p=sdlgit%2FSDL_perl.git diff --git a/CHANGELOG b/CHANGELOG index c88c1ca..b483aab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,36 @@ Revision history for Perl extension SDL_perl. +* Aug 27 2009 Kartik Thakore + -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 + -Added no index + -Added james's openbsd.pm + +* Aug 18 2009 Kartik Thakore + -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 + - Small fixes in the tutorials + +* Aug 15 2009 Kartik Thakore + - fixed undef access to blit in Surface + - made sdl font strict acceptable + - added cygwin build fix + +* Aug 7 2009 David J. Goehrig + - 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 - fixed build after Module::Build breakage