Sam Lantinga [Sun, 17 Feb 2013 23:39:25 -0800] rev 6896
We don't need no stinking pre-release version number!
If we do end up needing something, we should use the Mercurial revision number.
Sam Lantinga [Sun, 17 Feb 2013 23:30:47 -0800] rev 6895
Fixed bug 1722 - An attempt to release NULL Direct3d surface
Evgeny
static void
D3D_DestroyRenderer(SDL_Renderer * renderer)
has a critical problem. It may try to release IDirect3DSurface9 surface pointed
by NULL pointer. That leads to really wierd consequences on my system.
It happens when the previous call to IDirect3D9_CreateDevice() fails leaving
D3D_RenderData::defaultRenderTarget uninitialized.
Sam Lantinga [Sat, 16 Feb 2013 11:43:59 -0800] rev 6894
Updated debian files to be consistent across SDL packages
Sam Lantinga [Sat, 16 Feb 2013 04:43:38 -0800] rev 6893
Fixed package name in the control file
Sam Lantinga [Sat, 16 Feb 2013 04:40:32 -0800] rev 6892
Switched package name back, at the request of Manuel A. Fernandez Montecelo
Andreas Schiffler [Sat, 16 Feb 2013 23:09:10 -0800] rev 6891
Add tests to Video suite
Sam Lantinga [Fri, 15 Feb 2013 15:22:12 -0800] rev 6890
Updated macro comment
Sam Lantinga [Fri, 15 Feb 2013 14:11:28 -0800] rev 6889
Switched debian package name to sdl2
Disabled most of the dynamic shared libraries so that the correct dependency set is created for the runtime package.
Sam Lantinga [Sat, 16 Feb 2013 13:35:28 -0800] rev 6888
Added SDL license to Android clipboard implementation
Sam Lantinga [Sat, 16 Feb 2013 13:33:58 -0800] rev 6887
Added license to Android power implementation