home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / 7plus202.zip / HISTORY.NTS < prev    next >
Text File  |  1992-06-16  |  5KB  |  150 lines

  1. 7PLUS History:
  2. ==============
  3.  
  4. :
  5. :
  6. :
  7.  
  8. v1.4:
  9. -----
  10.       Finally 7PLUS runs on AMIGA as well (correcting wouldn't work).
  11.       Compatibility to systems with filename structures different to
  12.       MS_DOS/ATARI added.
  13.       -J, -P and -T option added.
  14.  
  15.       Several minor bug-fixes.
  16.  
  17. v1.41/1.43:
  18. -----------
  19.       Bug in -J option fixed.
  20.       When prompted for new filename, ENTER would not break. Fixed.
  21.  
  22. v1.5:
  23. -----
  24.       Compatibility to UNIX-based systems.
  25.       When decoding and a COR-file is already present, 7PLUS will do
  26.       the correction first.
  27.       -J option can now do multiple joining.
  28.       -X can now extract selected files.
  29.       -N option added (Atari_St only).
  30.       -Y option added for automated surroundings.
  31.       -# option for use of 7PLUS in BBS file servers.
  32.       Minichecksum added to headers.
  33.       Checksum added to ERR- and COR-files.
  34.       Length of original file added to ERR- and COR-files to insure, only
  35.       the correct original file is used for compiling COR-Files.
  36.       Manuals given a good workover. Detailed chapters about up- and down-
  37.       loading added to help newcomers.
  38.  
  39.       Changes in headers a/s/o are still compatible with older versions
  40.       and vice versa.
  41.  
  42.       Bugs fixed, that were present since v1.0, but never detected:
  43.       -------------------------------------------------------------
  44.  
  45.       1st bug:
  46.       --------
  47.       When encoding a file using the -S option, 7PLUS would fail when
  48.       the encoded file was shorter then the number of lines specified.
  49.  
  50.       Example:
  51.                TEST.TXT is 1024 bytes long which will result in 17 code
  52.                lines. If encoded with '-S 40', 7PLUS wouldn't decode it,
  53.                because it found lines 18 through 40 missing...
  54.  
  55.       2nd bug:
  56.       --------
  57.       When splitting a file whose length can be devided through 62 without
  58.       a rest, 7PLUS would leave the last part empty, when the number of re-
  59.       sulting lines could be devided evenly through the number of parts.
  60.  
  61.       Example:
  62.                TEST.TXT is 3100 bytes long. If encoded into 2 equal parts
  63.                using '-SP 2', 7plus would leave the second part empty,
  64.                containing only the header and the foot line.
  65.  
  66.  
  67.       These bugs manifested themselves only in rare cases, but versions
  68.       prior to v1.5 should be replaced by the v1.5 anyway.
  69.  
  70. v1.6:
  71. -----
  72.       Added rebuild.c. Now one-byte errors are automatically corrected. For
  73.       this, an additional 15bit-checksum was added to the header and each
  74.       code line.
  75.       Due to the additional checksum, v1.6 files can only be decoded with
  76.       version 1.4 and higher. V1.3 and lower will report all lines damaged!
  77.  
  78.       Found minor bugs in stripping normal CRC to 14 Bit '&0x1fff' instead of
  79.       '&0x3fff' .... embarassing...
  80.  
  81.       Also, minichecksum took wrong offset to header, so CRC was not calcula-
  82.       ted.
  83.  
  84. v1.61:
  85. ------
  86.       Optimized rebuild.c for speed. Now runs 40% faster. Also, a message is
  87.       output, telling which line has been rebuilt.
  88.  
  89. v1.62:
  90. ------
  91.       Had to make some changes in the handling of extended filenames on
  92.       AMIGA and UNIX. The changes are unfortunately not compatible to
  93.       previous versions, sorry...
  94.       A bit of cosmetics done on 'rebuild'-outputs.
  95.  
  96. v1.63:
  97. ------
  98.       Due to a bug inserted by DL4ZBH, where there was none, v1.63 was neces-
  99.       sary to be able to redistribute the AMIGA-version.
  100.       However it's identical with the v1.62...
  101.  
  102. v1.70:
  103. ------
  104.       test_file() now asks for 'yes', 'no' and 'always'. This is practical,
  105.       when reencoding a file without manually erasing the encoded files
  106.       created earlier.
  107.  
  108.       Rebuilding of header did not work when a space character was missing.
  109.       The space charachter is not part of the 7PLUS-code, so rebuild() never
  110.       tried to put it in the header... fixed.
  111.  
  112.       When decoding, the output-file is not closed after each decoded part
  113.       and re-opened before the next part. This save quite some time, because
  114.       the write buffer does not need to be flushed as often as before.
  115.  
  116. v2.00:
  117. ------
  118.       7PLUS now works with metafiles. This increases the speed of executing
  119.       COR-files extremely.
  120.  
  121.       Splitting of CORs.
  122.  
  123.       Multiple COR-handling.
  124.  
  125.       extract() now also extracts info files that accompany 7PLUS-files.
  126.       In the UK there is a strange BBS that keeps stripping the first
  127.       space of the 7PLUS file headers. extract will now automatically
  128.       add the missing space character.
  129.  
  130.       7PLUS-files can now also be used as COR-files (-C).
  131.  
  132.       Recreating ERRs from metas.
  133.  
  134.       7PLUS can clean up behind itself now (-K).
  135.  
  136.       Adding of head- and foot-text to 7PLUS-files (-TP).
  137.  
  138.       Timestamp of original file is kept.
  139.  
  140.       Pepped up some of the screen-outputs.
  141.  
  142.       When joining error reports, 7PLUS will not stop if one ERR-file is
  143.       missing in line. Same goes for CORs.
  144.  
  145.       And lot's a minor stuff...
  146.  
  147. Remember: Nobody's perfect and Murphy never sleeps...
  148.  
  149. 73s, Axel. DG1BBQ @DB0CL.DEU.EU
  150.