Changeset 365


Ignore:
Timestamp:
Jul 11, 2003, 7:44:00 PM (22 years ago)
Author:
bird
Message:

3.2.2 alpha 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ReleaseNotes.os2

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r364 r365  
    55       
    66
     7v3.2.2 Alpha 2:
     8---------------
     9       
     10        A few bugfixes and a couple of new features.
     11       
     12                o The TCP/IP headers and libraries scheme have been changed.
     13                  The default is the current OS/2 tcpip toolkit (BSD 4.4 based).
     14                  To target the older OS/2 tcpip stack (BSD 4.3 based) you must
     15                  define TCPV40HDRS before including any TCP/IP headers and make
     16                  sure usr/lib/tcpipv4 is searched before usr/lib (this is to get
     17                  the right libsocket). It is recommended to use the -D compiler
     18                  option for the define and either the LIBRARY_PATH or the -L
     19                  compiler/linker option for the library.
     20
     21                o There are a couple of new and updated based on FreeBSD 5.1.
     22                  sys\stdint.h and inttypes.h (and a few internal once) are new.
     23                  sys\types.h and unistd.h are the ones most heavily updated.
     24                  We're working on getting the headers and libc in a better shape
     25                  standardwise to easy compatability and portability.
     26               
     27                o A infinite loop in emxomf has been fixed.
     28               
     29                o Linker error on sopen() has been corrected.
     30               
     31        o .... what did we forget...
     32               
    733       
    834v3.2.2 Alpha 1:
Note: See TracChangeset for help on using the changeset viewer.