SDL_net 2.0

SDL_net 1.2
Author:
   Sam Lantinga, Roy Wood and Masahiro Minami

Documentation:
   http://jcatki.no-ip.org:8080/SDL_net/ and on this site.

Source:
   
SDL2_net-2.0.1.zip
   SDL2_net-2.0.1.tar.gz

Mercurial Repository:
   http://hg.libsdl.org/SDL_net/

Runtime Binaries:
   Windows
      SDL2_net-2.0.1-win32-x86.zip (32-bit Windows)
      SDL2_net-2.0.1-win32-x64.zip (64-bit Windows)
   Mac OS X
      SDL2_net-2.0.1.dmg (Intel 10.5+)
   Linux
      Please contact your distribution maintainer for updates.

Development Libraries:
   Windows
      SDL2_net-devel-2.0.1-VC.zip (Visual C++ 32/64-bit)
      SDL2_net-devel-2.0.1-mingw.tar.gz (MinGW 32/64-bit)
   Mac OS X
      SDL2_net-2.0.1.dmg (Intel 10.5+)
   Linux
      Please contact your distribution maintainer for updates.
   iOS & Android
      Projects for these platforms are included with the source.

Requires:
   The latest stable release of SDL 2.0

Runs on:
   All platforms supported by SDL

Description:
   This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.

Instructions:
   Unpack and build. Run "chatd" to start the server, and clients can chat with each other by running "chat host", where host is the hostname of the system running the server.

Changes:

2.0.1:
 * Fixed returning all IP addresses from SDLNet_GetLocalAddresses() on Windows

2.0.0:
 * Updated for SDL 2.0 release

1.2.8:
 * SDL_net is now under the zlib license
 * SDL_net framework on OSX is built for Intel 10.5 and newer,
   PowerPC binaries can be built by modifying the Xcode project
 * Added the definition for INADDR_LOOPBACK
 * Added an Xcode project for iOS
 * SDL_net is now under the zlib license
 * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss
 * Added SDLNet_GetLocalAddresses() to query local interfaces
 * Removed obsolete OpenTransport code
 * Added Android.mk to build on the Android platform
 * Fixed to compile cleanly with g++
 * Fixed the code to use socklen_t where appropriate
 * Added pkg-config support
 * Fixed C++ compilation with -Wold-style-cast
 * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)

Thanks to these people and many others for their help on this release:
 C.W. Betts, Evan Nemerson, Matthew Mondor, esigra