home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 300.lha / LHarc_v1.0 / Changes < prev    next >
Encoding:
Text File  |  1980-12-06  |  2.0 KB  |  53 lines

  1.  
  2. This file describes changes made to Lharc for the Amiga since vers. 0.31
  3.  
  4.  
  5.  - Vers. 0.33   3-Sept-89
  6. -15% faster in compressing files
  7. -lharc no more crashes while archiving/listing zero length files
  8. -if T: is not assigned, temporary files go to current directory
  9. -Lharc now checks if a file is already in the archive before adding it
  10. -the add command used to try to add to the archive the archive itself!
  11. -other small bugs removed
  12.  
  13.  
  14.  
  15.  - Vers. 0.50  15-Sept-89
  16. -added command 'move'
  17. -added command 'delete'
  18. -added command 'update'
  19. -added command 'freshen'
  20. -added wildcard '*' as a synonim of '#?'
  21. -if a new archive is created but no files are added, an empty archive is
  22.  no longer left behind
  23. -sometimes Lharc crashed if you tried to unpack a corrupted archive 
  24. -other small bugs removed
  25.  
  26.  
  27.  
  28.  - Vers 1.0  27-Oct-89
  29. -now checks if a file already exists and asks for confermation before
  30.  overwriting
  31. -switch p pauses lharc after loading (to allow swapping of floppies)
  32. -switch m suppresses confermation questions
  33. -switch x stores/extracts files complete with path names (if needed, directories
  34.  are automatically created)
  35. -switch n suppresses the progress indicators
  36. -switch w lets you choose your own directory for temporary files
  37. -switch P lets you choose Lharc's priority
  38. -switch a stores/extracts files complete with their attributes
  39. -switch r recursively collects files to be added (you can now store an entire
  40.  disk, complete with directories, with one single command)
  41. -switch u converts file names to uppercase (for 100% MSDOS compatibility)
  42. -wild cards now allowed in archive names (you can now issue commands like
  43.  "lharc v *.lzh")
  44. -totally automatic handling of corrupted archives
  45. -name for temporary files is now Lharc.TMP_XXXXXX, where XXXXXX is an hex number
  46.  rapresenting the address of Lharc's Task structure (so you can now execute
  47.  multiple copies of lharc at the same time)
  48. -file names are no more converted to lowercase
  49. -date of extracted files is now preserved
  50. -better I/O buffering makes it faster with floppies
  51.  
  52.  
  53.