diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-08-01 19:23:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-08-01 19:23:08 +0000 |
commit | 14f4314e4a4115ebaf45ad3e89c8638175ea25bf (patch) | |
tree | a1e28f6e6e8811044f0e3bff7f294f35e4792c3b | |
parent | 5e17019d0f6b195911d461bffdded22dd4aae95e (diff) |
Prep for stable 6.2 release
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/vim.xml | 4 | ||||
-rw-r--r-- | general.ent | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index fdb27ff05..8bd1be456 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -60,8 +60,8 @@ <screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen> <para>There is an issue introduced by one of the upstream patches that - creates a problem downloading spellfiles. Until this is updated by the - developers, the following patch fixes the problem:</para> + creates a problem downloading spellfiles via HTTP. Until this is updated + by the developers, the following patch fixes the problem:</para> <screen><userinput>patch -Np1 -i ../&vim-spellfile-patch;</userinput></screen> diff --git a/general.ent b/general.ent index 4801b32d8..10e64ea97 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "6.2-pre3"> +<!ENTITY version "6.2"> <!ENTITY releasedate "August 1, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |