<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.libsdl.org/SDL/</link>
    <language>en-us</language>

    <title>SDL Changelog</title>
    <description>SDL Changelog</description>
    <item>
    <title>Fixed Windows build</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/ae087380127d</guid>
    <description><![CDATA[Fixed Windows build]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 24 May 2013 03:29:31 -0700</pubDate>
</item>
<item>
    <title>Added the beginning of automated tests for the standard C library routines.</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/3586fc0ba156</guid>
    <description><![CDATA[Added the beginning of automated tests for the standard C library routines.<br/>
Implemented more SDL_snprintf format specifiers.]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 24 May 2013 03:23:21 -0700</pubDate>
</item>
<item>
    <title>Added a newline to OutputDebugString(), fixes output on Visual Studio 2008</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/41e739a52f69</guid>
    <description><![CDATA[Added a newline to OutputDebugString(), fixes output on Visual Studio 2008]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Thu, 23 May 2013 23:27:48 -0700</pubDate>
</item>
<item>
    <title>Only free EventData if it's successfully retrieved.</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/5b31583ecf9e</guid>
    <description><![CDATA[Only free EventData if it's successfully retrieved.<br/>
<br/>
- straight from http://who-t.blogspot.com/2009/07/xi2-and-xlib-cookies.html<br/>
- hopefully fixes random crash on some systems]]></description>
    <author>&#69;&#100;&#119;&#97;&#114;&#100;&#32;&#82;&#117;&#100;&#100;&#32;&#60;&#117;&#114;&#107;&#108;&#101;&#64;&#111;&#117;&#116;&#111;&#102;&#111;&#114;&#100;&#101;&#114;&#46;&#99;&#99;&#62;</author>
    <pubDate>Thu, 23 May 2013 18:45:14 -0400</pubDate>
</item>
<item>
    <title>Fixed Haiku build issue with missing extension support.</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/53df899db00b</guid>
    <description><![CDATA[Fixed Haiku build issue with missing extension support.<br/>
<br/>
The visibility attribute warnings in Haiku gl.h can be fixed by editing gl.h and changing the line:<br/>
#elif defined(__GNUC__) || (defined(__SUNPRO_C) &amp;&amp; (__SUNPRO_C &gt;= 0x590))<br/>
to<br/>
#elif (defined(__GNUC__) &amp;&amp; __GNUC__ &gt;= 4) || (defined(__SUNPRO_C) &amp;&amp; (__SUNPRO_C &gt;= 0x590))<br/>
<br/>
as described in: http://dev.haiku-os.org/ticket/8882]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 21 May 2013 22:48:50 -0700</pubDate>
</item>
<item>
    <title>Patched to compile with older glext.h that don't have GL_NUM_EXTENSIONS.</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/81b0d4773d47</guid>
    <description><![CDATA[Patched to compile with older glext.h that don't have GL_NUM_EXTENSIONS.]]></description>
    <author>&#82;&#121;&#97;&#110;&#32;&#67;&#46;&#32;&#71;&#111;&#114;&#100;&#111;&#110;&#32;&#60;&#105;&#99;&#99;&#117;&#108;&#117;&#115;&#64;&#105;&#99;&#99;&#117;&#108;&#117;&#115;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 22 May 2013 01:36:37 -0400</pubDate>
</item>
<item>
    <title>The Haiku install location fix needs to get into configure</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/0567f0518775</guid>
    <description><![CDATA[The Haiku install location fix needs to get into configure]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 21 May 2013 22:35:13 -0700</pubDate>
</item>
<item>
    <title>Use glGetStringi() for extension lookup on OpenGL contexts &gt;= version 3.0.</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/5b35f3e503c4</guid>
    <description><![CDATA[Use glGetStringi() for extension lookup on OpenGL contexts &gt;= version 3.0.<br/>
<br/>
Fixes Bugzilla #1620.]]></description>
    <author>&#82;&#121;&#97;&#110;&#32;&#67;&#46;&#32;&#71;&#111;&#114;&#100;&#111;&#110;&#32;&#60;&#105;&#99;&#99;&#117;&#108;&#117;&#115;&#64;&#105;&#99;&#99;&#117;&#108;&#117;&#115;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 22 May 2013 01:31:04 -0400</pubDate>
</item>
<item>
    <title>Fixed macro line endings after whitespace was fixed</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/805754c011a1</guid>
    <description><![CDATA[Fixed macro line endings after whitespace was fixed]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 21 May 2013 22:04:14 -0700</pubDate>
</item>
<item>
    <title>Fixed bug 1534 - SIGSEGV in SDL_ConvertSurface() for certain formats in SDL2</title>
    <guid isPermaLink="true">http://hg.libsdl.org/SDL/rev/414ad123be9b</guid>
    <description><![CDATA[Fixed bug 1534 - SIGSEGV in SDL_ConvertSurface() for certain formats in SDL2<br/>
<br/>
Don't assume that 8 bit formats are indexed.<br/>
Thanks to Gabriel Jacobo for research and potential patches.]]></description>
    <author>&#83;&#97;&#109;&#32;&#76;&#97;&#110;&#116;&#105;&#110;&#103;&#97;&#32;&#60;&#115;&#108;&#111;&#117;&#107;&#101;&#110;&#64;&#108;&#105;&#98;&#115;&#100;&#108;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Tue, 21 May 2013 22:01:18 -0700</pubDate>
</item>

  </channel>
</rss>