Date: Fri, 9 Jan 2009 03:52:12 +0000 (UTC) From: Murray Stokely <murray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186921 - head/release/doc/en_US.ISO8859-1/relnotes Message-ID: <200901090352.n093qCoj042088@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: murray Date: Fri Jan 9 03:52:12 2009 New Revision: 186921 URL: http://svn.freebsd.org/changeset/base/186921 Log: Note new fetch if-modified-since support in the userland section, and update copyright to 2009. M article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Fri Jan 9 03:42:41 2009 (r186920) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Fri Jan 9 03:52:12 2009 (r186921) @@ -29,6 +29,7 @@ <year>2006</year> <year>2007</year> <year>2008</year> + <year>2009</year> <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder> </copyright> @@ -347,6 +348,12 @@ <para>The &man.fdopendir.3; library function has been added.</para> + <para role="merged">The &man.fetch.3; library now support HTTP 1.1 + If-Modified-Since behavior. The &man.fetch.1; program now + supports <option>-i <replaceable>filename</replaceable></option> + which will only download the specified HTTP URL if the content + is newer than <replaceable>filename</replaceable>.</para> + <para>&man.find.1; has been enhanced by the addition of a number of primaries that were present in GNU find but not &os; &man.find.1;.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901090352.n093qCoj042088>