home *** CD-ROM | disk | FTP | other *** search
/ Plex 2 / Plex2.mdf / u_linux / lxpm34b.rea < prev    next >
Text File  |  1994-06-02  |  2KB  |  56 lines

  1.  
  2. This is the latest xpm (version 3.4b) DLL image/source release for linux.
  3. The DLL version numbering is libXpm.so.4.2
  4.  
  5. WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
  6.  
  7.  This library is NOT backward compatable with version libXpm.so.3.x.
  8.  Therefore you should NOT delete the previous version until you are
  9.  100% sure none of your binaries it.
  10.  
  11. WARNING * WARNING * WARNING * WARNING * WARNING * WARNING * WARNING
  12.  
  13. It may be found at
  14.     Site:    sunsite.unc.edu
  15.     Dir:    /pub/Linux/libs (or /pub/Linux/Incoming temporarily)
  16.     File:    libXpm-3.4b.tar.gz
  17.  
  18. The changes from xpm-3.4a -> xpm-3.4b are noted below.
  19.  
  20. Mitch
  21. m.dsouza@mrc-apu.cam.ac.uk
  22.  
  23. -------------------------------------------------------------------------
  24. /**************************************************************************\
  25. *                                        *
  26. *              HISTORY of user-visible changes               *
  27. *                                        *
  28. \**************************************************************************/
  29.  
  30. 3.4b    (94/05/24)
  31.  
  32.     ENHANCEMENTS:
  33.     - XPM can now be built under MS Windows. Yes, this is possible and this
  34.       entirely comes from:
  35.         - Hermann Dunkel <hedu@cul-ipn.uni-kiel.de>
  36.       See the README.MSW file for details.
  37.  
  38.     - building the shared library now depends on the SharedLibXpm variable
  39.       and no longer on the SharedLibX variable which is private to the X
  40.       Window System project.
  41.         - patch from Stephen Gildea <gildea@x.org>
  42.       Other variables can now be set for the various locations needed.
  43.  
  44.     - lib/parse.c does no longer use a 256x256 array in the stack but
  45.       malloc it instead.
  46.  
  47.     - The Copyright notice which has been re-written from the X11R6's one
  48.       should be clearer and is now present in every file.
  49.  
  50.     BUGS CORRECTED:
  51.     - lib/xpmP.h does no longer define a Boolean type which conflicts with
  52.       the Intrinsic definition. Instead the type Bool defined in Xlib is
  53.       used.
  54.         - neumann@watson.ibm.com (Gustaf Neumann)
  55.  
  56.