diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-29 12:13:18 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-07-29 12:13:18 +0000 |
commit | 8f0a1147ffed788b8164ada57fcf819280082832 (patch) | |
tree | e22fef9b589ce74753fd21f5b469ff9bfcdbf988 | |
parent | f7ea35ee2e9788c220b24da4bf77e37a05da0c00 (diff) |
Fixed the date and changelog for the previous commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6beacda37..2fae20ed4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -110,6 +110,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 29th, 2005 [manuel]: Removed the text about defining +gvimrc.</para></listitem> + <listitem><para>July 27th, 2005 [matt]: Don't define gvim's configuration file as we don't compile gvim in LFS (Bruce Dubbs).</para></listitem> diff --git a/general.ent b/general.ent index a5e0b2a59..0884ea713 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050727"> -<!ENTITY releasedate "July 27, 2005"> +<!ENTITY version "SVN-20050729"> +<!ENTITY releasedate "July 29, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |