New release notes: pam_ftpusers(8), sed(1) -i.

Record the arrival (and departure) of pkg_update(1).  It lived in the
tree for so long (over a year) that even though it won't show up in
the release, -CURRENT users might have gotten used to seeing it
around and might wonder where it went.
This commit is contained in:
Bruce A. Mah 2002-05-10 01:02:13 +00:00
parent 63279f12c9
commit 49f523a581
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96308
2 changed files with 24 additions and 4 deletions

View File

@ -2493,6 +2493,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>A &man.pam.ftp.8; module has been added to allow
authentication of anonymous FTP users.</para>
<para>A &man.pam.ftpusers.8; module has been added to perform
checks against the &man.ftpusers.5; file.</para>
<para>A &man.pam.lastlog.8; module has been added to record
sessions in the &man.utmp.5;, &man.wtmp.5;, and &man.lastlog.5;
databases.</para>
@ -2688,6 +2691,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.sed.1; now takes a <option>-E</option> option for
extended regular expression support. &merged;</para>
<para>&man.sed.1; now takes a <option>-i</option> option to enable
in-place editing of files.</para>
<para>&man.send-pr.1; now takes a <option>-a</option> option to
include a file into the <literal>Fix:</literal> section of a
problem report. &merged;</para>
@ -3485,8 +3491,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
digitally sign and verify the signatures on binary package
files. &merged;</para>
<para>&man.pkg.update.1;, a utility to update installed packages
and update their dependencies, has been added. &merged;</para>
<para>For some time, &os; 5.0-CURRENT (as well as some 4.X
releases) included a pkg_update(1) utility to update installed
packages, as well as their dependencies. This utility has
been removed; a superset of its functionality can be found in
the <filename role="package">sysutils/portupgrade</filename>
port.</para>
<para>&man.pkg.version.1; now has a version number comparison
routine that corresponds to the Porters Handbook. It also has

View File

@ -2493,6 +2493,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>A &man.pam.ftp.8; module has been added to allow
authentication of anonymous FTP users.</para>
<para>A &man.pam.ftpusers.8; module has been added to perform
checks against the &man.ftpusers.5; file.</para>
<para>A &man.pam.lastlog.8; module has been added to record
sessions in the &man.utmp.5;, &man.wtmp.5;, and &man.lastlog.5;
databases.</para>
@ -2688,6 +2691,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.sed.1; now takes a <option>-E</option> option for
extended regular expression support. &merged;</para>
<para>&man.sed.1; now takes a <option>-i</option> option to enable
in-place editing of files.</para>
<para>&man.send-pr.1; now takes a <option>-a</option> option to
include a file into the <literal>Fix:</literal> section of a
problem report. &merged;</para>
@ -3485,8 +3491,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
digitally sign and verify the signatures on binary package
files. &merged;</para>
<para>&man.pkg.update.1;, a utility to update installed packages
and update their dependencies, has been added. &merged;</para>
<para>For some time, &os; 5.0-CURRENT (as well as some 4.X
releases) included a pkg_update(1) utility to update installed
packages, as well as their dependencies. This utility has
been removed; a superset of its functionality can be found in
the <filename role="package">sysutils/portupgrade</filename>
port.</para>
<para>&man.pkg.version.1; now has a version number comparison
routine that corresponds to the Porters Handbook. It also has