home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / psrt_14.zip / history.doc < prev    next >
Text File  |  1994-04-27  |  6KB  |  134 lines

  1. ===============================================================================
  2.                              PacketSorter history
  3. ===============================================================================
  4.  
  5. ! bug fix
  6. $ new feature
  7. V new version
  8.  
  9.  
  10. -- 20.11.1993 ! Fixed serious bug when a TMP environment variable was defined
  11.               V Changed version to 0.8b.
  12.  
  13. -- 22.11.1993 $ PacketSorter now shows the number of messages split.
  14.                 PacketSorter can write to a log file. Use -l<filename>.
  15.  
  16. -- 22.11.1993 ! Bug fixed: ^AEID kludges were not recognized correctly.
  17.               V Changed version to 0.9b.
  18.  
  19. -- 03.12.1993 ! DOS version did not spawn archiver (Child process returns -1).
  20.                 This is now fixed.
  21.  
  22. -- 03.12.1993 V Changed version to 1.0b.
  23.  
  24. -- 14.12.1993 ! If PacketSorter processed packets from different nodes and
  25.                 there was an error while processing the packets of one node
  26.                 (i.e. disk full) but the packets of the other nodes could
  27.                 be processed, some messages from the packets that could not be
  28.                 processed could slip into successfully processed packets.
  29.                 Fixed.
  30.  
  31. -- 16.12.1993 ! If PacketSorter encountered invalid packets, an inappropriate
  32.                 error message ("no such file or directory") was displayed.
  33.                 Fixed.
  34.  
  35. -- 16.12.1993 V Changed version to 1.1b.
  36.  
  37. -- 27.12.1993   Now using EMX 0.8h. Thanks to Eberhard Mattes for making EMX.
  38.  
  39. -- 03.03.1994 $ PacketSorter options can be set via the environment variable
  40.                 PKTSORT.
  41.  
  42. -- 06.03.1994 $ PacketSorter recognizes 4D-Point addresses in the packet header.
  43.  
  44. -- 06.03.1994 ! PacketSorter now processes incoming packets in date/time order
  45.                 as specified in FSC-0015. This should solve the problem with
  46.                 getting replies before the original message after running
  47.                 PacketSorter.
  48.  
  49. -- 08.03.1994 ! Fixed a weird bug that might have been the cause for rare
  50.                 crashes on some machines.
  51.  
  52. -- 08.03.1994 $ PacketSorter can produce several smaller packets instead of one
  53.                 large packet. Use option -p<message_limit> where message_limit
  54.                 is the maximum number of messages to put in one single packet.
  55.  
  56. -- 11.03.1994 ! Fixed memory hog in message splitting code.
  57.  
  58. -- 11.03.1994 ! Message splitting inserted one extra line before the tearline
  59.                 in each split part. Fixed.
  60.  
  61. -- 12.03.1994 $ 'Unsplit' messages. When the -s<msg_size> option is set,
  62.                 messages are not only split if they exceed <msg_size> but are
  63.                 also joined if they were split according to FSC-0047 before.
  64.                 Messages split and unsplit with PacketSorter are absolutly
  65.                 identical to the original ones.
  66.  
  67.               ! This also solves the problem of dupes detected erroneously by
  68.                 Squish (and thus having a good chance to lose messages) if
  69.                 large messages passed several systems running PacketSorter
  70.                 with different -s settings.
  71.  
  72. -- 13.03.1994 $ PacketSorter can sort the messages within an area by subject
  73.                 and/or time. Use -osubject to sort by subject and time and
  74.                 -otime to sort by time only. Leading "Re:, Re2:, Re^2:" etc.
  75.                 are ignored when sorting by subject.
  76.  
  77. -- 17.03.1994 $ Improved error logging.
  78.  
  79. -- 22.03.1994 $ PacketSorter can be run as a DPMI client, i.e. in Windows and
  80.                 OS/2 DOS emulation. Thanks to Rainer Schnittker for making RSX.
  81.                 See pktsort.doc for details.
  82.  
  83. -- 31.03.1994 $ PacketSorter can remove garbage from packets and recover
  84.                 messages beyond the logical end of packet. See option -g in
  85.                 pktsort.doc.
  86.  
  87. -- 04.04.1994 $ PacketSorter can also be configured via a configuration file.
  88.  
  89. -- 07.04.1994   Changed the legal status of PacketSorter from freeware to
  90.                 shareware. See license.doc and order.frm.
  91.  
  92. -- 08.04.1994 V Changed version to 1.2b.
  93.  
  94. -- 11.04.1994 $ Archivers can be defined in the configuration file and selected
  95.                 from the command line. See option -e in pktsort.doc
  96.  
  97. -- 13.04.1994 $ Made PacketSorter more verbose about what is going on
  98.  
  99. -- 14.04.1994 V Changed version to 1.3.
  100.  
  101. -- 20.04.1994 ! When option -g was used the message following a message with
  102.                 a grunged date and having date + subject < 20 characters could
  103.                 be lost. Fixed.
  104.  
  105. -- 20.04.1994 $ The frequently used one-space format in the dateTime field
  106.                 which is not conforming to FTS-0001 will be corrected on the
  107.                 fly.
  108.  
  109. -- 20.04.1994 $ When -g option is used, grunged dates will be repaired (or
  110.                 replaced by 01.01.80). Too long from, to and subject lines will
  111.                 be truncated to the max. lengths conforming to FTS-0001. See
  112.                 section 'Removing garbage from packets' in pktsort.doc for
  113.                 details.
  114.  
  115. -- 20.04.1994 ! PacketSorter could fail to rename packets to *.b0, *.b1 etc. if
  116.                 a *.bad was already present. Fixed, now using *.b00, *.b01 etc.
  117.  
  118. -- 22.04.1994 V Changed version to 1.4b - not a public release !!!! Someone
  119.                 announced v1.4b, if you got a copy, then please delete it.
  120.  
  121. -- 24.04.1994 ! Fixed bug in message scanning code. This should solve the
  122.                 problem with getting a SIGSEGV trap when run in MS-Windows'
  123.                 DOS emulation and page fault in QEMM.
  124.  
  125. -- 24.04.1994 ! Now checking the capability word (and it's validation copy)
  126.                 in packet headers. This should solve the problem with packets
  127.                 from stoneage tossers not being merged because of invald point
  128.                 addresses in the packet header.
  129.  
  130. -- 25.04.1994 ! Removed the registration reminding message in the unregistered
  131.                 version. It caused too much trouble.
  132.  
  133. -- 26.04.1994 V Changed version to 1.4
  134.