home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !SDL / doc / sdl-net1.2-1.2.5 / CHANGES next >
Encoding:
Text File  |  2003-01-21  |  2.4 KB  |  70 lines

  1.  
  2. 1.2.5:
  3. Luc-Olivier de Charrière - Sun, 05 Jan 2003 22:04:29 +0100
  4.  * Added support for sending UDP broadcast packets
  5. Sam Lantinga - Sun Oct 20 20:54:41 PDT 2002
  6.  * Added shared library support for MacOS X
  7. Sam Lantinga - Sat Aug 24 18:16:08 PDT 2002
  8.  * It is now safe to nest calls to SDLNet_Init() / SDLNet_Quit()
  9. Gaëtan de Menten - Sat Aug 24 18:08:39 PDT 2002
  10.  * Fixed UDP virtual address bind bug
  11.  
  12. 1.2.4:
  13. Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
  14.  * Updated autogen.sh for new versions of automake
  15.  * Specify the SDL API calling convention (C by default)
  16. Stephane Magnenat - Wed Feb 13 15:28:04 PST 2002
  17.  * Sockets are created with the SO_REUSEADDR flag by default
  18. Juergen Wind - Wed Feb 13 09:21:55 PST 2002
  19.  * Fixed data alignment problems on IRIX
  20.  
  21. 1.2.3:
  22. Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
  23.  * Fixed byte order read/write macros on sparc
  24. Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
  25.  * Fixed non-blocking socket flags on Windows
  26.  
  27. 1.2.2:
  28. Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
  29.  * Added Project Builder projects for building MacOS X framework
  30. Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
  31.  * Added working MacOS Open Transport support
  32.  
  33. 1.2.1:
  34. Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
  35.  * Cleaned up swap function definitions in SDL_net.h
  36.  * Added the swap functions back in for binary compatibility
  37. Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
  38.  * Added support for building RPM directly from tar archive
  39.  
  40. 1.2.0:
  41. Sam Lantinga - Wed Apr  4 12:42:20 PDT 2001
  42.  * Synchronized release version with SDL 1.2.0
  43.  
  44. 1.1.2:
  45. Sam Lantinga - Sat Feb 10 16:33:59 PST 2001
  46.  * SDL_net works with the sockets API out of the box on MacOS X.
  47. Paul S Jenner - Sun, 4 Feb 2001 03:58:44 -0800 (PST)
  48.  * Added an RPM spec file
  49. Patrick Levin - Mon, 8 Jan 2001 23:20:11 +0100
  50.  * Fixed non-blocking socket modes on Win32
  51. John Lawrence - Mon, 13 Nov 2000 10:39:48 -0800
  52.  * Fixed compile problem with MSVC++ (type casting)
  53.  
  54. 1.1.1:
  55. Sam Lantinga - Sat Jul  1 15:20:51 PDT 2000
  56.  * Modified chat example to work with GUIlib 1.1.0
  57. Roy Wood - Fri Jun 30 10:41:05 PDT 2000
  58.  * A few MacOS fixes (not yet complete)
  59.  
  60. 1.1.0:
  61. Andreas Umbach - Sat May 27 14:44:06 PDT 2000
  62.  * Suggested non-blocking server sockets
  63.  * Suggested setting TCP_NODELAY by default
  64. Roy Wood - Sat May 27 14:41:42 PDT 2000
  65.  * Ported to MacOS (not yet complete)
  66.  
  67. 1.0.2:
  68. Miguel Angel Blanch - Sat, 22 Apr 2000 23:06:05
  69.  * Implemented SDLNet_ResolveIP()
  70.