1.2.6:
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
* Updated libtool support to version 1.5.22
Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
* Updated libtool support for new mingw32 DLL build process
Shard - Thu, 05 Jun 2003 09:30:20 -0500
* Fixed compiling on BeOS, which may not have SO_BROADCAST
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
* Added .la files to the development RPM, fixing RPM build on RedHat 8
Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
changes:
* Added support for sending UDP broadcast packets
* It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit()
* Specify the SDL API calling convention (C by default)
* Sockets are created with the SO_REUSEADDR flag by default
+bugfixes
Changes:
1.2.3:
Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
* Fixed byte order read/write macros on sparc
Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
* Fixed non-blocking socket flags on Windows
1.2.2:
Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
* Added Project Builder projects for building MacOS X framework
Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
* Added working MacOS Open Transport support
1.2.1:
Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
* Cleaned up swap function definitions in SDL_net.h
* Added the swap functions back in for binary compatibility
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
* Added support for building RPM directly from tar archive
Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>