aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-06-25 18:44:36 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-06-25 18:44:36 +0000
commit8f2fa16335fa0aeabb6f857d6ece28a371a9c8e4 (patch)
tree18f86882be3f0fc74c63b41a6b025dde7db80989
parenta597a84726b67c8dfdc6020e6a8b03061487d664 (diff)
downloadsrc-8f2fa16335fa0aeabb6f857d6ece28a371a9c8e4.tar.gz
src-8f2fa16335fa0aeabb6f857d6ece28a371a9c8e4.zip
Move the crypt(3) entries from userland-programs to
userland-libraries. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=284831
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index dbe650dcc329..4c2e3fd2cddc 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -220,10 +220,6 @@
to filter by &man.jail.8; ID or name, in followup to the
&man.ps.1; change in <literal>r265229</literal>.</para>
- <para revision="265995">The Blowfish &man.crypt.3; default
- format has been changed to
- <literal>&dollar;2b&dollar;</literal>.</para>
-
<para revision="266209">The &man.pmcstat.8; utility has been
updated to include a new flag, <literal>-l</literal>, which
ends event collection after the specified number of
@@ -371,10 +367,6 @@
acquisition are now reported.</para>
</listitem>
</itemizedlist>
-
- <para revision="284483" contrib="sponsor"
- sponsor="&scaleenegine;">The Blowfish &man.crypt.3; library
- has been updated to support &dollar;2y&dollar; hashes.</para>
</sect2>
<sect2 xml:id="userland-contrib">
@@ -542,6 +534,10 @@
<sect2 xml:id="userland-libraries">
<title>Runtime Libraries and API</title>
+ <para revision="265995">The Blowfish &man.crypt.3; default
+ format has been changed to
+ <literal>&dollar;2b&dollar;</literal>.</para>
+
<para revision="268461">The &man.readline.3; library is now
statically linked in software within the base system, and the
shared library is no longer installed, allowing the Ports
@@ -611,6 +607,10 @@
<filename>malloc.h</filename> headers have been updated to
make use of the <application>gcc</application>
<literal>alloc_align()</literal> attribute.</para>
+
+ <para revision="284483" contrib="sponsor"
+ sponsor="&scaleengine;">The Blowfish &man.crypt.3; library
+ has been updated to support &dollar;2y&dollar; hashes.</para>
</sect2>
<sect2 xml:id="userland-abi">