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