diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b30beab93..639527253 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,15 @@ </listitem> --> + <listitem> + <para>2010-08-17</para> + <itemizedlist> + <listitem> + <para>[matthew] - Correct the fix for the iproute2 bug. Thanks to + Gilles Espinasse for the pointer.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2010-08-16</para> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 3b637e8ff..8b0030dcd 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -54,7 +54,7 @@ <para>Fix a bug that causes the <command>ip route get</command> command to not produce any output:</para> -<screen><userinput remap="pre">sed -i 's/== !/\&\& !/' ip/iproute.c</userinput></screen> +<screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen> <para>Compile the package:</para> diff --git a/general.ent b/general.ent index d31ea7c33..8cfe89faf 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100815"> -<!ENTITY releasedate "August 15, 2010"> +<!ENTITY version "SVN-20100817"> +<!ENTITY releasedate "August 17, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |