Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 07:37:09 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283983 - in head: . sys/sys
Message-ID:  <201506040737.t547b9OK095671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Thu Jun  4 07:37:09 2015
New Revision: 283983
URL: https://svnweb.freebsd.org/changeset/base/283983

Log:
  Document the disable of legacy entries in password database in UPDATING
  and bump __FreeBSD_version after r283981.

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jun  4 07:25:40 2015	(r283982)
+++ head/UPDATING	Thu Jun  4 07:37:09 2015	(r283983)
@@ -31,6 +31,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20150604:
+	Generation of legacy formatted entries have been disabled by default
+	in pwd_mkdb(8), as all base system consumers of the legacy formatted
+	entries were converted to use the new format by default when the new,
+	machine independent format have been added and supported since FreeBSD
+	5.x.
+
+	Please see the pwd_mkdb(8) manual page for further details.
+
 20150525:
 	Clang and llvm have been upgraded to 3.6.1 release.  Please see the
 	20141231 entry below for information about prerequisites and upgrading,

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Jun  4 07:25:40 2015	(r283982)
+++ head/sys/sys/param.h	Thu Jun  4 07:37:09 2015	(r283983)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100075	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100076	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



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