home *** CD-ROM | disk | FTP | other *** search
/ The People Multimedia CD-Plus / VolumeOne.iso / LHARC / LZHC.NEW < prev    next >
Text File  |  1989-12-15  |  5KB  |  103 lines

  1.  
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. LZHConvert - ARC/PAK/ZIP to LHARC converter
  5. Copyright (C) 1989 CollisionWare(tm) Premium SoftWare  -  by Kito D. Man
  6.  
  7. Program UPDATE LOG
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10. ===============================================================================
  11. Version 1.0 4/17/89 - Original version
  12.  
  13. ===============================================================================
  14. Version 1.1 5/20/89 -
  15.  
  16.    Two new features have been added with LZHConvert v1.1:
  17.  
  18. 1. LZHConvert now gives you the option to set the date to that of the original
  19.    ARC/PAK/ZIP file with the command line option "T."
  20.  
  21. 2. LZHConvert v1.1 also gives you the option to create self-extracting LHARC
  22.    files with the "S" option. This way, you can unfreeze the file by just
  23.    typing the name.
  24.  
  25. ===============================================================================
  26. Version 1.2 6/15/89 -
  27.  
  28.    Version 1.2 of LZHConvert represents bug fixes to the self-extracting
  29. feature of version 1.1. In version 1.1 the program terminated with a runtime
  30. error after creating the self-extracting archive and the .COM or .EXE file
  31. was placed in the incorrect directory. With version 1.2, this problem has
  32. been corrected, and the program can also handle self-extracting .EXE files as
  33. well as .COM files. Version 1.2 also includes better error-checking and a 
  34. few cosmetic changes.
  35.  
  36. ===============================================================================
  37. Version 1.3 6/24/89 - 
  38.  
  39.    Once again two major new features have been added with LZHConvert v1.3,
  40. aside from noticeable cosmetic changes:
  41.  
  42. 1. LZHConvert now creates a log file entitled "LZHC.LOG" of each file 
  43.    converted. To disable this function use the new command line parameter of
  44.    "L". This new feature makes it easier to see what happened when you weren't 
  45.    looking.
  46.  
  47. 2. Recently a problem was brought to my attention with read-only files. I had
  48.    never really thought of this, but the user brought up a very good point.
  49.    When the old versions of LZHConvert encountered a read-only file, it
  50.    converted ok, but did not delete the file, and this terminated with a
  51.    runtime error because the directory still existed. That problem has now
  52.    been remedied and LZHConvert will delete the temprary directory properly.
  53.    I do, however, want to let everyone know that while LZHConvert (and PKZIP)
  54.    CAN handle hidden and system files, but LHARC CAN NOT. So keep that in mind
  55.    when converting .ZIP files with hidden or system files within them.
  56.  
  57. I'd also like to say here that I am no longer releasing the source code for
  58. the program in this archive. However, you can still recieve it for a small fee 
  59. (explained in LZHC.DOC). The CWARE unit used in all versions of the source  
  60. code will be released to Turbo Pascal programmers at the same time as 
  61. LZHConvert v1.3.
  62.  
  63. ===============================================================================
  64. Version 1.4 9/19/89 -
  65.  
  66.    Even though with the release of PKZIP v1.01 this program is no longer
  67. as necessary, I decided to go ahead with an upgrade. It is rumored that LZHC
  68. has problems with PAK conversions, but unfortunately, I was not able to
  69. find the bug, so a fix for that problem has not been included in this update.
  70. The new additions to LZHConvert include
  71.  
  72. 1. The most important addition (and the only true reason for the upgrade) is
  73.    built-in error checking for the external programs (PKXARC,PAK,PKZIP,LHARC).
  74.    The program now checks for the DOS errorlevel left by the programs, and
  75.    acts accordingly by exiting and logging the error.
  76.  
  77. 2. Second of all, a few cosmetic changes have taken place. LZHConvert now uses
  78.    high video (more intense color) for it's own output, while the other
  79.    pragrams' output is in normal intensity. Also you may notice that the number
  80.    of Collision Theory has been changed from 703-425-4674 from 10PM-7AM to
  81.    703-503-9441 24 hours a day. Please take not of this change.
  82.  
  83.    There may be some other little things, including a few changes in the log
  84. file, but these changes are to miniscule to document.
  85.  
  86. ===============================================================================
  87. Version 1.5 12/15/89 -
  88.  
  89.    This version of LZHC represents the fix of a bug that I noticed in the
  90. previous version. The bug was that when you ran the program without
  91. parameters, it would terminate with a runtime error. This problem has been
  92. corrected, and LZHC will simply show the help screen if no command line
  93. arguments are entered.
  94.    I've also changed the color scheme slightly. The program now automatically
  95. begins with white text color. The only time it will change colors is when
  96. there is some type of error; at this point, the program will use the text
  97. color red. This may seem like a very small enhancement (maybe even too small
  98. to document), but I felt it was necessary to make errors more apparent.
  99.  
  100. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101.  
  102.  
  103.