home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zcp301.zip / WHATSNEW.TXT < prev    next >
Text File  |  1995-02-07  |  7KB  |  166 lines

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