Add hack for windows building on mingw
[sdlgit/SDL_perl.git] / README
diff --git a/README b/README
index 28c5813..cd87cf5 100644 (file)
--- a/README
+++ b/README
@@ -1,28 +1,33 @@
-README for SDL_Perl-2.1.2
+README for SDL_Perl-2.2.0
 
-What's New in 2.1.2:
+What's New in 2.2.0:
 
-SDL_Perl-2.1.2 is a bug patch release that fixed a number of memory
-leaks in blitting code, handles glGet queries, and some Build fixes.
-For full details check the CHANGELOG file.
+SDL_Perl-2.2.0 adds support for a few new modules, fixes a few more
+bugs, and improves the error handling of the object layer.  Additional
+support for SDL_sound, SDL_svg, and SDL_vnc has been added.  In the 
+OO layer, all constructors now die when they fail to construct an object
+with a valid underlying datastructure pointer.
 
 Prerequisites:
 
 SDL Perl recommends installing the following libraries available
 from http://www.libsdl.org/ prior to installing:
 
-       SDL-1.2.6
-       smpeg-0.4.4
-       SDL_image-1.2.2
-       SDL_gfx-2.0.3
-       SDL_mixer-1.2.5
-       SDL_net-1.2.4
-       SDL_ttf-2.0.5
+       SDL-1.2.8
+       smpeg-0.4.5
+       SDL_image-1.2.4
+       SDL_mixer-1.2.6
+       SDL_sound-1.0.1
+       SDL_net-1.2.5
+       SDL_gfx-2.0.13
+       SDL_ttf-2.0.7
+       SDL_svg-1.1.9
+       SDL_vnc-1.0.0
 
 Additionally the following Perl modules should be installed:
 
        Module-Build-0.22
-       Test-Simple-0.47
+       Test-Simple-0.62
 
 Installation:
 
@@ -64,5 +69,4 @@ keeps projects like this going.
 Enjoy,
 
 David J. Goehrig <dgoehrig@cpan.org>
-23 September 2004