diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter07/console.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 b87a69314..2e8d24b47 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2008-02-26</para> + <itemizedlist> + <listitem> + <para>[ken] - Corrected typo in name of ru-ms keymap.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2008-02-24</para> <itemizedlist> <listitem> diff --git a/chapter07/console.xml b/chapter07/console.xml index 4b06d592f..54056a2aa 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -191,7 +191,7 @@ EOF</userinput></screen> <literal># Begin /etc/sysconfig/console UNICODE="1" -KEYMAP="ru_ms" +KEYMAP="ru-ms" LEGACY_CHARSET="koi8-r" FONT="LatArCyrHeb-16" diff --git a/general.ent b/general.ent index de35353eb..499612042 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20080224"> -<!ENTITY releasedate "February 24, 2008"> +<!ENTITY version "SVN-20080226"> +<!ENTITY releasedate "February 26, 2008"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |