home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / arcid122.zip / HISTORY.DOC < prev    next >
Text File  |  1996-07-16  |  6KB  |  130 lines

  1.  
  2. ┌──────────────────────────────┐
  3. │                              │
  4. │  ╖────╖            ╖     ┐   │    Archive Identifier Revision History File
  5. │  ║    ║            ║     │   │
  6. │  ║────╢ ┐──┐ ┌──┐  ║ ┌───│   │      The following is a list of the most
  7. │  ║    ║ │    │     ║ │   │   │    recent changes made to the ARCID system
  8. │  ╜    ╜ ┘    └──┘  ╜ └───┘   │      by revision level, in reverse order.
  9. │                              │
  10. └──────────────────────────────┘
  11.  
  12.  
  13. * NOTE: If ARCID appears unable to identify some ARJ self-extracting archives,
  14.         this is not a limitation of ARCID, but bugs in ARJ versions 2.21, 2.21a
  15.         and 2.22.  The ARJ SFX signature was not inserted into the ARJ SFX
  16.         header, therefore no program relying on this signature (such as ARCID
  17.         and ULP) cannot detect ARJ SFXs created with these versions.  Versions
  18.         2.20 and 2.30+ correctly insert the signature.
  19.  
  20.  
  21. 1.22     - ARGH!  I broke the ZIP detection routine by accident...fixed.
  22. (7/16/96)
  23.            While I was in there, I added code to prevent another false positive
  24.            that a user fed back to me.
  25.  
  26. 1.21     - Strengthened ZIP signature detection to prevent programs with
  27. (7/13/96)  imbedded signatures (such as RAR's RCVT.EXE) from causing a false
  28.            positive.
  29.  
  30.            Upgraded Watcom C compiler to version 10.6 from 10.0b.
  31.  
  32. 1.20     - Added support for BMP (bitmap) files.  ARCID can detect Windows 3.x,
  33. (6/1/96)   OS/2 1.x and OS/2 2.x format BMP files.
  34.  
  35.            Added code to the DOS version of ARCID to release time slices under
  36.            OS/2, DESQview and Windows where appropriate.
  37.  
  38.            Adjusted the SFX detection code to properly detect InfoZIP's ZIP-
  39.            compatible self-extraction module.
  40.  
  41.            New registration information (change of address and a new credit
  42.            card registration site).
  43.  
  44. 1.15     - Modified registration information and re-released.
  45. (12/17/95)
  46.  
  47. 1.14     - If a small .EXE file that was not a self-extractor was being
  48. (11/4/95)  identified, ARCID could take several seconds to return "unknown
  49.            archiving format".  Fixed.
  50.  
  51. 1.13     - Added support for RAR archives, including RAR SFX archives.
  52. (10/14/95)
  53.            Adjusted the file identification routine to detect more recent (but
  54.            apparently not publicly released) versions of WinZIPSE.
  55.  
  56. 1.12     - Adjusted the ZIP SFX detection to identify self-extractors created
  57. (4/16/95)  with the new WinZipSE utility.
  58.  
  59. 1.11     - Fixed a minor bug in the new startup routines, and since it will
  60. (2/4/95)   probably be awhile before the next release I decided to go ahead
  61.            and release it now.
  62.  
  63. 1.10     - Changed compilers from Borland C++ 3.1 to Watcom C/C++ 10.0.  This
  64. (1/29/95)  has allowed me to produce a native 32-bit OS/2 version of ARCID, for
  65.            those users who run under OS/2 version 2.0 and later.
  66.  
  67.            ARCID now uses a registration key file instead of the registration
  68.            code branded into the executable (OS/2 won't permit a program to
  69.            brand itself, at least I couldn't find a way to do it <g>).  If you
  70.            have already registered ARCID, you are entitled to a key file
  71.            without re-registering ARCID.  Since I now live in Swedem, the only
  72.            means I have of providing new key files is via Internet, and I
  73.            require that we use PGP to protect the key files in transit.  Send
  74.            me your public PGP key and I'll generate and encrypt a key file for
  75.            you.
  76.  
  77.            Removed the beep that ARCID produced on error.  Since this program
  78.            is designed to run more or less unattended, what's the point?
  79.  
  80. 1.07     - Enclosed new registration and support information.  Refer to the
  81. (12/20/94) enclosed !NOTICE! file for more information.
  82.  
  83. 1.06     - Added support for signature detection of JPEG/JFIF files.  Use the
  84. (12/2/94)  extension "JPG" on the ARCID command line to enable detection of
  85.            JPEG/JFIF files in your batch files, etc. that utilize ARCID.
  86.  
  87.            Removed the PAK SFX detection code, as it was producing occasional
  88.            false detections of normal executables.  Due to the design of PAK,
  89.            just 1 byte is used to identify a SFX which is simply too unreliable
  90.            for production use.
  91.  
  92. 1.05     - On a few systems, ARCID would appear to go out to lunch during the
  93. (2/4/94)   beg screen delay.  It seemed most prevalent on DESQview systems that
  94.            removed the time slices from the timer's looping, and could freeze
  95.            the system.  Fixed by changing to a less CPU-intensive timing
  96.            function.
  97.  
  98. 1.04     - It appears I was overzealous in my attempts to not falsely detect an
  99. (12-4-93)  ARC format archive, and was not recognizing some valid ARC archives.
  100.            Fixed.
  101.  
  102. 1.03     - ARCID was unable to automatically identify PKZIP 2.04? self-
  103. (5-9-93)   extracting archives created with the -j switch (SFX junior). Fixed.
  104.  
  105.            Added a sample SLOWDRV.BAT file for use in conjunction with PCBoard
  106.            version 15.0.
  107.  
  108. 1.02     - The self-extracting archive detection routine could intermittently
  109. (12-22-92) fail depending on the location of the archive signature. Fixed.
  110.  
  111. 1.01     - ARCID is now capable of autmatically identifying SQZ and SQZ self-
  112. (12-16-92) extracting archives. Just add "SQZ" (no quotes) to your ARCID
  113.            command line extension list and trap the appropriate DOS errorlevel.
  114.  
  115.            The screen-clearing code has been removed for better aesthetics when
  116.            called from other programs or batch files.
  117.  
  118.            Increased the scanning range, improving it's reliability for archive
  119.            identification.
  120.  
  121. 1.00     - The archive identification routine has been strengthened to reduce
  122. (9-18-92)  false identifications.
  123.  
  124.            Salt Air (PCBoard Support BBS) has granted me an ULP support
  125.            conference on their system. It is conference #42, and I will be
  126.            monitoring it at least twice per week. You can get support for ARCID
  127.            as well there.
  128.  
  129. 0.93ß and 0.94ß - Initial beta test releases.
  130.