home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / ARCH / ZCP300 / WHATSNEW.TXT < prev    next >
Text File  |  1993-09-17  |  7KB  |  158 lines

  1. What's new in Zip Chunker Pro 3.00, 09-17-93:
  2. ---------------------------------------------
  3. -Reduced code size for smaller exe's.
  4. -Wrote a native OS/2 2.x version.
  5. -Added support for ARJ 2.41.
  6. -Fixed a bug with the /L option.
  7. -Changed the name to 'Zip Chunker Pro'.
  8.  
  9.  
  10. What's new in Archive Sizer 2.01, 01-25-93:
  11. --------------------------------------------
  12. -Fixed a bug with the /r option.
  13.  
  14.  
  15. What's new in Archive Sizer 2.00, 01-21-93:
  16. --------------------------------------------
  17. -Added NEW, DRASTICALLY REDUCED PRICING!!!  (Site Licenses, too!)
  18. -Added support for PKZip 2.04c files.
  19. -Added support for the Leave Space option (/L# Parm).
  20. -Cleaned up the AS file headers.  (totally harmless bug)
  21. -Made a CRC-32 C++ class and replaced all of the hard-coded CRC-32
  22.  routines with it.
  23. -Added support for renamed ARJ files.  Previously AS would flag these
  24.  as corrupted ARJ files (which they really are...).
  25. -Fixed the values for the 2.88MB floppy disk presets.
  26.  
  27.  
  28. What's new in Archive Sizer 1.00, 12-16-91:
  29. --------------------------------------------
  30. -Shipping version of Archive Sizer.
  31.  
  32.  
  33. What's new in Archive Sizer 0.99a, 12-11-91:
  34. --------------------------------------------
  35. -Added displays regarding ARJ backup files.
  36.  
  37.  
  38. What's new in Archive Sizer 0.99, 12-08-91:
  39. -------------------------------------------
  40. -Fixed AS so pause won't occur for errors in parms.
  41. -First attempt at support for ARJ backup files.
  42. -Cosmetic changes to fit in the /K option on the info screen.
  43. -Fixed ARJ secured file detection.
  44.  
  45.  
  46. What's new in Archive Sizer 0.98, 12-01-91:
  47. -------------------------------------------
  48. -Added Zip Chunker Doc file (ZC.DOC).
  49. -Modified AS.DOC file.
  50. -Modified ORDERFRM.DOC file.
  51. -Modified PRICING.DOC file.
  52. -Added Control-Break Error Handler.  When Ctrl-Break or Ctrl-C is
  53.  pressed, AS should now delete all of the temporary files that were
  54.  created for processing.
  55. -Converted the *.AS File CRC-32 modules so they are dynamic.
  56. -Converted the ARJ CRC-32 modules so they are dynamic.
  57. -Added error message, etc. so AS does NOT process Zip 2.0 volumes (I
  58.  hope).
  59. -Added an error message, etc. so AS does NOT process secured ARJ files.
  60. -Added an error message, etc. so AS does NOT process ARJ volume files.
  61.  
  62.  
  63. What's new in Archive Sizer 0.95, 11-17-91:
  64. -------------------------------------------
  65. -Added info for 2.88MB floppies.
  66. -Added programming info to docs.
  67. -Added the DOS error levels to the docs.
  68. -Fixed the percentage done displays to be correct for large files.
  69. -Added Registration Reminder Screen for unregistered use.
  70. -Fixed base classes to support deriving classes off of base archive
  71.  classes.
  72. -Added the registration information to screens.
  73. -Modified the info and license screens.
  74.  
  75.  
  76. What's new in Archive Sizer 0.90, 11-11-91:
  77. -------------------------------------------
  78. -Hyper file support is now fully implemented!
  79. -ARJ file support is now fully implemented!
  80. -Fixed a minor bug in Arc/Arj/Lzh sizing procs.
  81. -Fixed a bug that would bomb out with 'Divide Error' when attempting to
  82.  size a file that was smaller than 0xffff bytes.
  83. -Fixed a bug with sizing a file without an extenstion to AS files.
  84. -Added an option to use the current date/time for new files (/T).
  85. -Modified the DOC file and changed the purchasing policy for Archive
  86.  Sizer.
  87. -Added the capability to find out how many files AS will create before
  88.  actually processing the file (/N parm).
  89. -Modified the info screen that displays/describes the parms.
  90. -Added better DOS error level return code handling.
  91. -Now displays the full file name of the file being processed.
  92. -Made a function to ask Y/N questions ( smaller EXE size ).
  93. -Now clears the keyboard before asking for any input.
  94. -Fixed bug with RAM disks and other varied devices.
  95. -Fixed the returned error levels so that all are greater than zero.
  96. -Fixed a bug with the /D: parm.  This turned out to be a compiler bug.
  97.  
  98.  
  99. What's new in Archive Sizer 09-20-91:
  100. -------------------------------------
  101. -Added a plug for Howard.
  102. -Added file checking messages to AS sizing/reassembly.
  103. -Fixed a really nasty memory allocation/releasing problem for reasembling
  104.  AS files.
  105. -Lzh sizing is fully implemented!
  106. -Fixed the problem of NOT checking the destination if there is enough disk
  107.  space available if on a non-removable disk.
  108. -Fixed the AS file sizing so that max size must be larger than the size of
  109.  the AS header.
  110.  
  111.  
  112. What's new in Archive Sizer 09-13-91:
  113. -------------------------------------
  114. -Added Arc internal version testing to catch bad arcs.
  115. -Removed Arc internal info messages.
  116. -Arc sizing is fully implemented!
  117. -Removed the size display messages when just getting info about an AS file.
  118.  In case you didn't know you get AS file info by typing: AS asfile, and all
  119.  of the internal AS file info will be displayed.
  120. -Removed the garbage that was displayed for the file name when attempting
  121.  to size a file that didn't exist.  This also stopped AS from attempting
  122.  to size the non-existant file.
  123. -Reorganised the AS file format so that version is the first field.  Now
  124.  version will always be in this position in all future versions of AS.
  125. -Removed more debug code/messages.
  126. -Fixed some stupid messages that shouldn't appear in certain situations.
  127. -Expanded the error capturing in the reassembly of AS files.
  128. -Added CRC-32 checking for the original file for AS files for sizing
  129.  and reassembly.
  130. -Fixed the sizing bugs in the /F option.
  131. -The AS sizing/reassembly modules are now 2-3 times faster!
  132. -The Zip sizing modules are now 2-4 times faster!
  133. -Fixed the file-### so that it doesn't precede with '0' unless necessary.
  134. -Fixed bug that doesn't do any checking of Zip internals when using the
  135.  /F option.
  136.  
  137.  
  138. What's new in Archive Sizer 09-06-91:
  139. -------------------------------------
  140. -Fixed the bug that wouldn't allow floppy sizing if the Zip file size was
  141.  below the size of the requested floppy.
  142. -Set the number of allowable files per archive to be files that would fit
  143.  in the root directory of the floppy - 1 (volume label).
  144. -Fixed the problem of double spacing when "Creating xxx-x..." message was
  145.  displayed.
  146. -Added the /A capability to size ANY file into *.AS files.  Note that this
  147.  is the default if the files extension doesn't match AS, ZIP, ARC, or LZH.
  148.  This includes the CRC-32 code as well.
  149. -Added an intelligent buffer to the Zip sizing so it should be faster than
  150.  the alpha 08-15-91 release.
  151. -Added buffering to the *.AS file access, this should be really fast.
  152. -Added the capability to display the internal info of an *.AS file by
  153.  typeing AS <asfile>.
  154. -Added the /R capability to reassemble *.AS files.  Also supports *.AS
  155.  files when they are on multiple floppies (prompts for disk).
  156. -Added the capability to press ESC when prompted for a disk and process
  157.  will abort.
  158.