diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4ebd736bd..dcaec17fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-12-30</para> + <itemizedlist> + <listitem> + <para>[matthew] - All E2fsprogs tests pass now, so remove the + "-k" flag from its invocation.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-12-28</para> <itemizedlist> <listitem> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 472740379..1ebbe6a55 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -113,7 +113,7 @@ cd build</userinput></screen> <para>To test the results, issue:</para> -<screen><userinput remap="test">make -k check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, it diff --git a/general.ent b/general.ent index 93c105c5b..c0450ca4a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20121228"> -<!ENTITY releasedate "December 28, 2012"> +<!ENTITY version "SVN-20121230"> +<!ENTITY releasedate "December 30, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |