Bläddra i källkod

Prep for stable 6.2 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 19 år sedan
förälder
incheckning
14f4314e4a
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      chapter06/vim.xml
  2. 1 1
      general.ent

+ 2 - 2
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>
 

+ 1 - 1
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}]" -->