home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / cpio-2.3-src.lha / src / amiga / cpio-2.3 / NEWS < prev    next >
Text File  |  1993-05-06  |  2KB  |  56 lines

  1.  
  2. Major changes in version 2.3:
  3.  
  4. * in newc and crc format archives, only store 1 copy of multiply linked files
  5. * handle multiply linked devices properly
  6. * handle multiply linked files with cpio -pl even when the source and 
  7.   destination are on different file systems
  8. * support HPUX Context Dependent Files
  9. * read and write HPUX cpio archives
  10. * read System V.4 POSIX tar archives and HPUX POSIX tar archives
  11. * use rmdir, instead of unlink, to delete existing directories
  12.  
  13. Major changes in version 2.2:
  14.  
  15. * handle link counts correctly when reading binary cpio archives
  16. * configure checks for some libraries that SVR4 needs
  17.  
  18. Major changes in version 2.1:
  19.  
  20. * cpio can access remote non-device files as well as remote devices
  21. * fix bugs in the MS-DOS port
  22. * add --swap equivalent to -b option
  23.  
  24. Version 2.0 adds the following features:
  25.  
  26. Support for the SVR4 cpio formats, which can store inodes >65535, and
  27. for traditional and POSIX tar archives.  Also adds these options:
  28.  
  29. -A --append        append to instead of replacing the archive
  30. -V --dot        print a dot for each file processed
  31. -H --format        select archive format
  32. -C --io-size        select I/O block size in bytes
  33. -M --message        print a message at end of media volumes
  34. --no-preserve-owner    don't change files' owners when extracting
  35. -R --owner        set files' owners when extracting
  36. -E --pattern-file    list of shell filename patterns to process
  37. -s --swap-bytes        handle byte-order differences when extracting files
  38. -S --swap-halfwords    ditto
  39. -b            like -sS
  40. -I            input archive filename
  41. -k            recognize corrupted archives (we alawys do it, though)
  42. -O            output archive filename
  43.  
  44. Some options of previous versions have been renamed in 2.0:
  45.  
  46. --binary was replaced by --format=bin
  47. --portability was replaced by --format=odc
  48.  
  49. Some options have changed meaning in 2.0, for SVR4 compatibility:
  50.  
  51. -O used to select the binary archive format, now selects the output file
  52. -V used to print the version number, now prints a dot for each file
  53.  
  54. Version 2.0 also fixes several bugs in the handling of files with
  55. multiple links and of multi-volume archives on floppy disks.
  56.