home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / sdls / !!ReadMe next >
Encoding:
Text File  |  1995-05-22  |  1.8 KB  |  56 lines

  1. SDLS RELEASE 1.02 RELEASE NOTE
  2.  
  3. _____________________________________________________________________________
  4.  
  5.  
  6. Revision history
  7.  
  8.     Release 1.02
  9.  
  10.     * Found a bug in link 4.00, which was used in the release 1.01 build.
  11.       The old linker was setting apparently random bits in the AREA
  12.       attributes when it was partially linking the stubs files, which
  13.       generated unsightly (but unimportant) warnings when used with
  14.       link 5.xx.  I now fix the attributes by hand after link has
  15.       finished its work.
  16.  
  17.     Don't be alarmed if you never saw release 1.01 -- it only existed
  18.     for about a day before the link error was spotted.
  19.  
  20.     Release 1.01
  21.  
  22.     * Fixed bugs in DLLManager's dll/app link caching.
  23.  
  24.     * Altered build for dllstubs and dlllib to use old assembler, linker 
  25.       and librarian, to prevent problems with people using pre-C/C++
  26.       linkers.
  27.  
  28.     * Several minor changes to DLLMerge:
  29.  
  30.       - Embedded window templates in the main image.  This makes it much
  31.         faster at loading, particularly from floppy disk.
  32.     
  33.       - Reorganised directory structure within application:
  34.   
  35.         o Resources is now empty, so it's been removed. 
  36.  
  37.         o Modules only contained Sculptrix, so that's been moved into the
  38.           main directory.  It was only there for update's benefit anyway.
  39.  
  40.       - Reduced the size of the image considerably, although it doesn't
  41.         seem possible to fit it into a 4K wimpslot.
  42.  
  43.       - Now that AOF allows ADRLs to be relocated, I've been able to
  44.         remove all the mucky LDR Rx,=<addr>s so it's all position
  45.         independent now.
  46.  
  47.     * Corrected documentation of dll.h macros (see Errata).
  48.  
  49.     * Fixed textual version of manual to use spaces instead of tabs,
  50.       which don't work properly in Edit and similar editors.
  51.  
  52.     Release 1.00
  53.  
  54.     * Initial release versions of all components.
  55.  
  56. _____________________________________________________________________________