diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter07/profile.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ce20b97a6..656cbaaa7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,18 @@ </listitem> --> <listitem> + <para>July 10, 2006</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Remove the + <command>locale country</command> command from the heuristic to + determine the locale in the Bash Shell Startup Files since it + doesn't produce results in all locales.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 7, 2006</para> <itemizedlist> <listitem> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 0db463e9d..4cfa2c7e7 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -98,8 +98,7 @@ It is important that the locale found using the heuristic above is tested prior to it being added to the Bash startup files:</para> -<screen role="nodump"><userinput>LC_ALL=<locale name> locale country -LC_ALL=<locale name> locale language +<screen role="nodump"><userinput>LC_ALL=<locale name> locale language LC_ALL=<locale name> locale charmap LC_ALL=<locale name> locale int_curr_symbol LC_ALL=<locale name> locale int_prefix</userinput></screen> diff --git a/general.ent b/general.ent index 9d4228e8e..9ab962edd 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060707"> -<!ENTITY releasedate "July 7, 2006"> +<!ENTITY version "SVN-20060710"> +<!ENTITY releasedate "July 10, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |