]> git.lyx.org Git - lyx.git/blobdiff - README
Minor language changes only
[lyx.git] / README
diff --git a/README b/README
index 435509646ff6d7638c7340eee6d9947ccd50524c..6da288064e0e042874b44c2852f1a6dd389e8f60 100644 (file)
--- a/README
+++ b/README
@@ -36,21 +36,22 @@ What do I need to run LyX?
 
 How does the LyX version scheme work?
 
-    LyX uses a continuous numbering scheme in which odd or
-    even numbering is not significant. Instead a number '1.x.y'
-    indicates stable release '1.x', fix level 'y'. Prereleases
-    are labeled with a "pre" suffix. Thus there are three possible
-    file names:
-
-       lyx-1.5.0.tar.gz       -- stable release
-       lyx-1.5.5.tar.gz       -- fifth maintenance release of the
-                                 1.5 stable release
+    LyX uses a contiguous numbering scheme for versions, where a
+    number "1.x.y" indicates a stable release '1.x', fix level 'y'.
+    Prereleases are denoted with the suffix "pre" and there are
+    therefore three possible types of file names:
+
+       lyx-1.5.0.tar.gz       -- stable release 
+       lyx-1.5.5.tar.gz       -- fifth maintenance release of LyX 1.5
        lyx-1.5.0pre1.tar.gz   -- potentially unstable test release
 
-    The maintenance releases are designed primarily to fix bugs. The
-    goal here is not to have parallel development as for the linux
-    kernel (the team is too small to afford that), but rather to
-    include all the simple (so that the maintenance burden on us
+    The maintenance releases are designed primarily to fix bugs,
+    and the file format will _never_ change due to a maintenance
+    release! 
+
+    The goal here is not to have parallel development as for the
+    linux kernel (the team is too small to afford that), but rather
+    to include all the simple (so that the maintenance burden on us
     is not too high) and safe (so that system administrators can
     install them without fear) bug fixes.  Experience shows that
     these releases will contain a few new features, and that the
@@ -75,8 +76,8 @@ How do I upgrade from an earlier LyX version?
 What do I need to compile LyX from the source distribution?
 
     * A good C++ compiler.  Development is being done mainly with
-      gcc/g++, but some others work also. As of LyX 1.4.0, you need at
-      least gcc 3.x.
+      gcc/g++, but some others work also. As of LyX 1.5.0, you need at
+      least gcc 3.2.x.
 
     * The Qt4 library, version 4.1.1 or newer.