Changeset 1377 for trunk/README


Ignore:
Timestamp:
Jan 4, 2009, 11:18:30 PM (17 years ago)
Author:
Gregg Young
Message:

Help file updates for recent changes; readme and def file updates for 3.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1278 r1377  
    55 ³       See end of document for contact info           ³
    66 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
     7
     8FM/2 3.15: This release turns on some new features by default
     9don't panic they can all be turned off if you don't like them.
     10The first is recursive scanning on start up. This slows the initial
     11scan a bit but speeds expansion of the tree later. It is on for
     12local hard drives and can be turned on for other drive types. The
     13second new feature is an automatic rescan of the drive tree on
     14eject of removable media keeping the tree container more current.
     15Both of these features can be turn on or off on the scanning page
     16of the notebook. The third new feature actually turns write verify
     17off on a per drive basis. This is to address the fact that many
     18USB removables fail or worse (hangs/traps) when write verify is on.
     19We turn it off by default for removables other than standard floppies.
     20If you want it on/off for a given drive edit that drive's drive flags
     21accordingly. The global write verify selector is unchanged and the
     22drive flags have no effect if it is off.
     23
     24We have some additional new items we hope you will find useful. We
     25have added the ability to have the extract commands create a
     26subdirectory based on the archive file name for the extraction target.
     27Seek and Scan has been added to the drives and directories context
     28menu and when select from there will add the drive or directory as
     29the root for the search. We also added refresh removable media so
     30you can scan for newly inserted drives from the tree container
     31We did some additional work on the main menus like adding Databar
     32to the utilities menu and we now gray out items that are unavailable
     33or inappropriate and un-grayed some items that were inappropriately
     34turned off. We reorganized the internal editor menus as well.
     35
     36We made changes to the archiver code so that archivers that don't
     37have specific start/end list strings will work (ie TAR.EXE). We
     38have included the commands for .tar .tar.gz and .tar.bz in archiver.tmp
     39(gzip.exe and/or bzip.exe must be in the path) These only work with tar 1.15
     40or higher. You can either replace archiver.bb2 with the archiver.tmp or if
     41you have made changes to archiver.bb2 you can cut and paste the new archiver
     42definitions into an appropriate position in your existing archiver.bb2
     43
     44Numerous fixes to minor interface appearance and behavior are also include.
     45We have added exceptq support to make it easier to track down defects. We
     46also eliminated the cause of three rare traps including one associated with
     47deleting directories. See the history file for more details.
    748
    849FM/2 3.14: This release updates many of the icons and bitmaps
Note: See TracChangeset for help on using the changeset viewer.