home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / relnotes / inst_dev / ch3.z / ch3
Text File  |  1996-03-14  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        3.  _C_h_a_n_g_e_s__a_n_d__A_d_d_i_t_i_o_n_s
  9.  
  10.        The following are the most significant changes that have
  11.        been made between version 1.0 and 1.3 inst_dev.
  12.  
  13.           +o Added tooltalk interface so RapidApp can invoke swpkg.
  14.  
  15.           +o Now sharing mach table parsing routines with
  16.             inst/swmgr.  New table includes marketing model names,
  17.             which swpkg displays in the Hardware Attributes section
  18.             of the Add Attributes view.
  19.  
  20.           +o Introduced View->SGI Board Names menu item to show/hide
  21.             internal board names in addition to marketing names.
  22.  
  23.           +o Added removeop idb attribute. Just like postops, except
  24.             executed after a file is removed. Removeops are only
  25.             executed when a subsystem is removed (not during an
  26.             upgrade.)
  27.  
  28.           +o Added cutpoint idb attribute. Developer can designate a
  29.             directory as a suggested cutpoint for relocating to a
  30.             secondardy disk drive, in order to manage disk space.
  31.             See swmgr movedir command.
  32.  
  33.           +o Added stripdso idb attribute. Developer can designate
  34.             dynamic shared object file be stripped of symbolic
  35.             information.
  36.  
  37.           +o Added norqs idb attribute. By default, gendist adds
  38.             'needrqs' to all Elf object files.  This attribute
  39.             tells gendist to leave this off.  As a result, swmgr or
  40.             inst will not flag the file for requickstarting.  See
  41.             rqsall(1).
  42.  
  43.           +o Now checking for unfound idb entries *before* building
  44.             new items list (bolding browser entries). This avoids
  45.             bolding entries when there's no hope of successfully
  46.             adding them.
  47.  
  48.           +o No longer generating bogus 'maint' records at the end
  49.             of spec files.  Removed 'maint' toggle from Build
  50.             Product view.
  51.  
  52.           +o Made Source Root Directory validity checking more
  53.             intelligent. Made low level routines indicate how many
  54.             entries are not found with prepend and strip
  55.             operations, so best case can be used in error
  56.             reporting.  Also looking for match after resolving
  57.             symbolic links.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.           +o Made it possible to "Undo Last Operation" through
  75.             Source Root Directory change.
  76.  
  77.           +o Now checking Description text fields for unquoted
  78.             blanks or mismatched quotes, and presenting warning
  79.             dialog. The build operation would otherwise fail with
  80.             "unrecognized product component" (cryptic gendist
  81.             message).
  82.  
  83.           +o Fixed use of freed memory bug (identified by dbmalloc).
  84.             Purify caught some memory not being freed.
  85.  
  86.           +o Added a "none" spec detail form for when no nodes exist
  87.             in the graph.  It consists of a label telling the user
  88.             to press Add or use the File pulldown to create nodes.
  89.             Also added a dialog with a similiar message that the
  90.             user sees when Assign is pressed and a node is not
  91.             selected.
  92.  
  93.           +o Added books image and userguide subsystem to default
  94.             spec graph.
  95.  
  96.           +o Deallocating pixmaps that were allocated, when not all
  97.             could be allocated (and shifting to labels instead) in
  98.             creating view tab panel.
  99.  
  100.           +o Added support for creating "patch products".
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.