home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / x / xpm / libxpm-3.000 next >
Text File  |  1995-10-10  |  2KB  |  51 lines

  1.  
  2. This is the latest xpm (version 3.4c) DLL image/source release for linux.
  3. The DLL version numbering is libXpm.so.4.3
  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.4c.tar.gz
  17.  
  18. The changes from xpm-3.4b -> xpm-3.4c 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.4c    (94/06/06)
  31.  
  32.     Yes, this is kind of quick. But this is because no code has been modified,
  33.     this is just a new packaging to make the whole stuff more suitable to the
  34.     MIT's requests for inclusion in the R6 contrib.
  35.  
  36.     ENHANCEMENTS:
  37.     - Several filenames were too long to fit without any conflict on DOS
  38.       and CD-ROM filesystems. They have been renamed.
  39.     - Imakefiles use XCOMM for comments instead of the # character.
  40.     - the Postcript documentation file doc/xpm.ps is now distributed as
  41.       doc/xpm.PS.gz and allows browsing with tools such as ghostview.
  42.     - Besides, parts of lib/misc.c have been moved to several new files,
  43.       and some functions of data.c have been moved to other files in
  44.       order to get a better link profile.
  45.     - I've also added a FAQ hoping this will prevent people from
  46.       continuously filling my mailbox with the same questions.
  47.     - sxpm.c includes <X11/xpm.h> instead of "xpm.h" and BUILDINCTOP is
  48.       used in Makefiles as expected.
  49.     - Everything can be done simply using "xmkmf -a" and "make".
  50.  
  51.