Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2007 03:48:53 +0100
From:      Pawel Worach <pawel.worach@gmail.com>
To:        Tim Kientzle <kientzle@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/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
Message-ID:  <4599C815.2080003@gmail.com>
In-Reply-To: <200611261900.kAQJ0oFU011722@repoman.freebsd.org>
References:  <200611261900.kAQJ0oFU011722@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4599C815.2080003>