Tim Kientzle wrote:
kientzle    2006-11-26 19:00:50 UTC

  FreeBSD src repository

  Modified files:
lib/libarchive Makefile archive.h.in archive_read.3 archive_write.3 archive_write.c archive_write_open_fd.c archive_write_open_file.c archive_write_open_filename.c archive_write_open_memory.c archive_write_set_compression_none.c Log:
  Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).
     * If write block size is zero, don't block at all.
       This supports the unusual requirement of applications
       that need "no-delay" writes.
     * Expose _write_finish_entry() to give such applications more
       control over write boundaries.  (Normal applications do not
       need this, as entries are completed automatically.)
     * Correct the type of write callbacks; this is a minor API
       change that does not affect the ABI.
     * Correct the error handling in _write_next_header() around
       completing the previous entry.
     * Correct the documentation for block-size markers:  Remove
       docs for the long-defunct _read_set_block_size(); document
       all of the write block size manipulators.

Seems like archive_read_set_bytes_per_block(3) was disconnected.

--- ObsoleteFiles.inc.orig      Tue Jan  2 03:46:22 2007
+++ ObsoleteFiles.inc   Tue Jan  2 03:47:20 2007
@@ -32,6 +32,8 @@
 OLD_FILES+=lib/libalias_pptp.so.4
 OLD_FILES+=lib/libalias_skinny.so.4
 OLD_FILES+=lib/libalias_smedia.so.4
+# 20061126: remove old man page
+OLD_FILES+=usr/share/man/man3/archive_read_set_bytes_per_block.3.gz
 # 20061125: remove old man page
 OLD_FILES+=usr/share/man/man9/devsw.9.gz
 # 20061122: remove obsolete mount programs


--
Pawel
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to