diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-07-29 15:48:06 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-07-29 15:48:06 +0000 |
| commit | 0f6c92c144f468413c513dc91fecdf6b10d4e988 (patch) | |
| tree | b06c8998132eba832c91c08791e870541c4fbc2b /release | |
| parent | 6a2a90b7947e66ae121345080e12a73deb235f46 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 12 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 8384a6338b997..5c86b03f340be 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -228,6 +228,12 @@ <sect3 id="disks"> <title>Disks and Storage</title> + <para>The &man.da.4; driver no longer tries to send 6-byte + commands to USB and Firewire devices. The quirks for these + devices (which hopefully are now unnecessary) have been + disabled; to restore the old behavior, add <literal>options + DA_OLD_QUIRKS</literal> to the kernel configuration.</para> + <para>Various &man.geom.4; modules can now be loaded as kernel modules, namely: <filename>geom_apple</filename>, @@ -379,7 +385,11 @@ <sect2 id="releng"> <title>Release Engineering and Integration</title> - <para></para> + <para>The supported release of <application>GNOME</application> has + been updated from 2.2.1 to 2.2.2. &merged;</para> + + <para>The supported release of <application>KDE</application> has + been updated from 3.1.2 to 3.1.3. &merged;</para> </sect2> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 8384a6338b997..5c86b03f340be 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -228,6 +228,12 @@ <sect3 id="disks"> <title>Disks and Storage</title> + <para>The &man.da.4; driver no longer tries to send 6-byte + commands to USB and Firewire devices. The quirks for these + devices (which hopefully are now unnecessary) have been + disabled; to restore the old behavior, add <literal>options + DA_OLD_QUIRKS</literal> to the kernel configuration.</para> + <para>Various &man.geom.4; modules can now be loaded as kernel modules, namely: <filename>geom_apple</filename>, @@ -379,7 +385,11 @@ <sect2 id="releng"> <title>Release Engineering and Integration</title> - <para></para> + <para>The supported release of <application>GNOME</application> has + been updated from 2.2.1 to 2.2.2. &merged;</para> + + <para>The supported release of <application>KDE</application> has + been updated from 3.1.2 to 3.1.3. &merged;</para> </sect2> |
