diff --git a/release/doc/en_US.ISO8859-1/errata/article.sgml b/release/doc/en_US.ISO8859-1/errata/article.sgml index 693aaef10863..8c006b6df167 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.sgml +++ b/release/doc/en_US.ISO8859-1/errata/article.sgml @@ -24,7 +24,12 @@
&os; - &release.next; +<![ %release.type.snapshot [ + &release.prev; +]]> +<![ %release.type.release [ + &release.current; +]]> Errata @@ -44,7 +49,12 @@ This document lists errata items for &os; - &release.next;, + + containing significant information discovered after the release. This information includes security advisories, as well as news relating to the software or documentation that could affect its @@ -53,7 +63,12 @@ &os;. This errata document for &os; - &release.next; + + will be maintained until the release of &os; 5.1-RELEASE. @@ -62,7 +77,12 @@ This errata document contains late-breaking news about &os; - &release.next;. + + Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed. @@ -147,7 +167,7 @@ disk after changing the type of an FDISK-type partition. In some case, documentation (such as the FAQ or Handbook) - has not been updated to take into account &os; &release.current; + has not been updated to take into account &os; &release.prev; features. Examples of areas where documentation is still needed include &man.gbde.8; and the new fast IPsec implementation. @@ -156,11 +176,11 @@ Device busy errors even when the mount-point is not really busy. A workaround is to keep trying to unmount the share until it eventually succeeds. This bug has - been fixed in 5.0-CURRENT. + been fixed in &release.current;. Forcefully unmounting (umount -f) smbfs shares may cause a kernel panic. This bug has been fixed in - 5.0-CURRENT. + &release.current;. When called on a connected socket file descriptor, &man.fstat.2; is supposed to return the number of bytes @@ -168,7 +188,7 @@ struct stat. However, st_size is always erroneously reported as 0 on TCP sockets. This bug has been fixed in - 5.0-CURRENT. + &release.current;. The &man.kqueue.2; EVFILT_READ filter erroneously indicates that 0 bytes are @@ -176,23 +196,23 @@ bytes that are actually available. The NOTE_LOWAT flag for EVFILT_READ is also broken on TCP sockets. - This bug has been fixed in 5.0-CURRENT. + This bug has been fixed in &release.current;. - &os; 5.0-RELEASE introduced support for POSIX named semaphores + &os; &release.prev; introduced support for POSIX named semaphores but the implementation contains a critical bug that causes &man.sem.open.3; to incorrectly handle the opening of the same semaphore multiple times by the same process, and that causes &man.sem.close.3; to crash calling programs. This bug has been - fixed in 5.0-CURRENT. + fixed in &release.current;. - &os; 5.0-RELEASE has a minor bug in how the permissions of + &os; &release.prev; has a minor bug in how the permissions of /dev/tty are handled. This can be triggered by logging in as a non-root, non-tty group user, and using &man.su.1; to switch to a second non-root, non-tty group user. &man.ssh.1; will fail because it cannot open /dev/tty. This - bug has been fixed in 5.0-CURRENT. + bug has been fixed in &release.current;. &man.growfs.8; no longer works on &man.vinum.4; volumes (and presumably, on &man.geom.4; entities) since these subsystems no