aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter08/fstab.xml2
-rw-r--r--general.ent4
3 files changed, 14 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e651c2fd8..a8686a180 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-10-19</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Remove reference to /dev/shm in fstab description.
+ It is now automatic at /run/shm.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-10-17</para>
<itemizedlist>
<listitem>
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 9440ce5e0..7972886c0 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -42,6 +42,7 @@ EOF</userinput></screen>
class="filesystem">ext3</systemitem>. For details on the six
fields in this file, see <command>man 5 fstab</command>.</para>
+<!--
<para>The <filename class="directory">/dev/shm</filename> mount point
for <systemitem class="filesystem">tmpfs</systemitem> is included to
allow enabling POSIX-shared memory. The kernel must have the required
@@ -52,6 +53,7 @@ EOF</userinput></screen>
information, see
<filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel
source tree.</para>
+-->
<para>Filesystems with MS-DOS or Windows origin (i.e.: vfat, ntfs, smbfs, cifs,
iso9660, udf) need the <quote>iocharset</quote> mount option in order for
diff --git a/general.ent b/general.ent
index bc7bbedc5..4ae0c435f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111017">
-<!ENTITY releasedate "Oct 17, 2011">
+<!ENTITY version "SVN-20111019">
+<!ENTITY releasedate "Oct 19, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->