From: Kartik Thakore <thakore.kartik@gmail.com>
Date: Tue, 1 Sep 2009 13:31:17 +0000 (-0400)
Subject: Updates
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=039b5b1f53719b8ef34c1e6b58e86c9d4a7b5bc9;p=sdlgit%2FSDL_perl.git

Updates
---

diff --git a/Build.PL b/Build.PL
index d0acfc3..5ccc4e3 100755
--- a/Build.PL
+++ b/Build.PL
@@ -132,7 +132,7 @@ my $build   = SDL::Build->new(
 		'Test::Simple' => '0.47',
 		'Module::Build' => '0.22',
 		'YAML'	=> '0.68',
-		'Alien::SDL'    => '0.02',
+		'Alien::SDL'    => '0.03',
 		'ExtUtils::CBuilder' => '0.260301'
 	},
 	build_recommends     =>
diff --git a/CHANGELOG b/CHANGELOG
index b483aab..d8c8c2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
 Revision history for Perl extension SDL_perl.
+
+* Sept 1 2009 Kartik Thankore <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
diff --git a/MANIFEST b/MANIFEST
index fb121d0..def777c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -81,6 +81,7 @@ t/rectpm.t
 t/sdlpm.t
 t/soundpm.t
 t/surfacepm.t
+t/surfaceML.t
 t/timerpm.t
 t/toolfontpm.t
 t/toolgraphicpm.t
diff --git a/lib/SDL.pm b/lib/SDL.pm
index b8c3baf..0778469 100644
--- a/lib/SDL.pm
+++ b/lib/SDL.pm
@@ -54,7 +54,7 @@ sub import {
   $self->export_to_level(1, @_);
   SDL::Constants->export_to_level(1);
 }
-$VERSION = '2.2.2.7';
+$VERSION = '2.2.2.11';
 
 print "$VERSION" if (defined($ARGV[0]) && ($ARGV[0] eq '--SDLperl'));