project_files/Android-build/SDL-android-project/jni/sdl_net/CHANGES
branchhedgeroid
changeset 5317 86984c1034a5
equal deleted inserted replaced
5314:09bcdcd78379 5317:86984c1034a5
       
     1 1.2.7:
       
     2 Joakim L. Gilje - Sat Jul 14 22:54:37 PDT 2007
       
     3  * Set server TCP sockets to blocking mode on Mac OS X, Solaris, etc.
       
     4 
       
     5 1.2.6:
       
     6 Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
       
     7  * Added gcc-fat.sh for generating Universal binaries on Mac OS X
       
     8  * Updated libtool support to version 1.5.22
       
     9 Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
       
    10  * Updated libtool support for new mingw32 DLL build process
       
    11 Shard - Thu, 05 Jun 2003 09:30:20 -0500
       
    12  * Fixed compiling on BeOS, which may not have SO_BROADCAST
       
    13 Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
       
    14  * Added .la files to the development RPM, fixing RPM build on RedHat 8
       
    15 
       
    16 1.2.5:
       
    17 Luc-Olivier de Charrière - Sun, 05 Jan 2003 22:04:29 +0100
       
    18  * Added support for sending UDP broadcast packets
       
    19 Sam Lantinga - Sun Oct 20 20:54:41 PDT 2002
       
    20  * Added shared library support for MacOS X
       
    21 Sam Lantinga - Sat Aug 24 18:16:08 PDT 2002
       
    22  * It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit()
       
    23 Gaëtan de Menten - Sat Aug 24 18:08:39 PDT 2002
       
    24  * Fixed UDP virtual address bind bug
       
    25 
       
    26 1.2.4:
       
    27 Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
       
    28  * Updated autogen.sh for new versions of automake
       
    29  * Specify the SDL API calling convention (C by default)
       
    30 Stephane Magnenat - Wed Feb 13 15:28:04 PST 2002
       
    31  * Sockets are created with the SO_REUSEADDR flag by default
       
    32 Juergen Wind - Wed Feb 13 09:21:55 PST 2002
       
    33  * Fixed data alignment problems on IRIX
       
    34 
       
    35 1.2.3:
       
    36 Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
       
    37  * Fixed byte order read/write macros on sparc
       
    38 Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
       
    39  * Fixed non-blocking socket flags on Windows
       
    40 
       
    41 1.2.2:
       
    42 Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
       
    43  * Added Project Builder projects for building MacOS X framework
       
    44 Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
       
    45  * Added working MacOS Open Transport support
       
    46 
       
    47 1.2.1:
       
    48 Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
       
    49  * Cleaned up swap function definitions in SDL_net.h
       
    50  * Added the swap functions back in for binary compatibility
       
    51 Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
       
    52  * Added support for building RPM directly from tar archive
       
    53 
       
    54 1.2.0:
       
    55 Sam Lantinga - Wed Apr  4 12:42:20 PDT 2001
       
    56  * Synchronized release version with SDL 1.2.0
       
    57 
       
    58 1.1.2:
       
    59 Sam Lantinga - Sat Feb 10 16:33:59 PST 2001
       
    60  * SDL_net works with the sockets API out of the box on MacOS X.
       
    61 Paul S Jenner - Sun, 4 Feb 2001 03:58:44 -0800 (PST)
       
    62  * Added an RPM spec file
       
    63 Patrick Levin - Mon, 8 Jan 2001 23:20:11 +0100
       
    64  * Fixed non-blocking socket modes on Win32
       
    65 John Lawrence - Mon, 13 Nov 2000 10:39:48 -0800
       
    66  * Fixed compile problem with MSVC++ (type casting)
       
    67 
       
    68 1.1.1:
       
    69 Sam Lantinga - Sat Jul  1 15:20:51 PDT 2000
       
    70  * Modified chat example to work with GUIlib 1.1.0
       
    71 Roy Wood - Fri Jun 30 10:41:05 PDT 2000
       
    72  * A few MacOS fixes (not yet complete)
       
    73 
       
    74 1.1.0:
       
    75 Andreas Umbach - Sat May 27 14:44:06 PDT 2000
       
    76  * Suggested non-blocking server sockets
       
    77  * Suggested setting TCP_NODELAY by default
       
    78 Roy Wood - Sat May 27 14:41:42 PDT 2000
       
    79  * Ported to MacOS (not yet complete)
       
    80 
       
    81 1.0.2:
       
    82 Miguel Angel Blanch - Sat, 22 Apr 2000 23:06:05
       
    83  * Implemented SDLNet_ResolveIP()