]> git.lyx.org Git - lyx.git/commitdiff
updates for 1.1.2
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 2 Nov 1999 07:29:25 +0000 (07:29 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 2 Nov 1999 07:29:25 +0000 (07:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@272 a592a061-630c-0410-9148-cb99ea01b6c8

ANNOUNCE
ChangeLog
NEWS
UPGRADING

index da5fa14c74222cc5cf6037f62ede373c3f1cb3f9..6bd5d793eb799072d4e8c24ce3f7915925546458 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-Public release of LyX version 1.1.1
+Public release of LyX version 1.1.2
 ===================================
 
 What is LyX?
index 74512d914345ca98a7c9a6cba1fb60ea79065e26..a82fae5f301cb8fe0012261666230e4201d6205a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
+       * Distribution files: updates for v1.1.2
+
        * src/support/lyxstring.C (find): remove bogus assert and return
        npos for the same condition.
 
diff --git a/NEWS b/NEWS
index 5c9001baee730bf8f6e518311d13ff5cedfcea36..650bf04e4c6e23bdeb9b46cda60d5a934bda25dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+What's new in LyX version 1.1.2?
+--------------------------------
+
+LyX 1.1.2 is a minor upgrade to 1.1.1, only a couple of semi-serious
+bugs have been fixed:
+
+       - a bug that casued a crash in lyxstring::find
+
+       - the annoying '-' vs. '_' bug.
+
+Also the cheaders files was missing from the 1.1.1 distribution, that
+has also been fixed.
+
 What's new in LyX version 1.1.1?
 --------------------------------
 
index 1d9e81a15888b5338a1e0654286914c42beb2c9d..4ef1e0ee7092659f4f8ce37630ad9c3a81332991 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,18 +1,22 @@
-How do I upgrade my existing LyX system to version 1.0.4?
+How do I upgrade my existing LyX system to version 1.1.2?
 ---------------------------------------------------------
 
 If you upgrade from version 0.12.0 or 1.0.x, you shouldn't have 
-any problems.  Just run "make install", and it will automatically
-update the necessary files, provided that you install LyX the
-same place as an existing version.
+any problems.  However, in the source we have begun a transition
+to use ANSI C++ more and this can make it hard or impossible to
+compile LyX on old or non-conformant compilers. If the compile is
+successfull everything should be just like in 1.0.4. Just run
+"make install", and it will automatically update the necessary
+files, provided that you install LyX the same place as
+an existing version.
 
 Document transfer
 -----------------
 
 In general, you don't need to convert any documents saved with LyX
-v0.10, v0.12.0 or v1.0.x to use them with LyX v1.0.4.
+v0.10, v0.12.0 or v1.0.x to use them with LyX v1.1.2.
 
-LyX v1.0.x can read all documents saved with lyx-0.12.0 and later correctly.
+LyX v1.1.2 can read all documents saved with lyx-0.12.0 and later correctly.
 Documents saved with lyx-0.10.x are read correctly up to the old math 
 mode, which is not supported anymore. If you have documents with such 
 math formulas, you convert it using the program COLD, written by Preben 
@@ -23,5 +27,5 @@ Rhandol. COLD can be found at:
 
 or at one of LyX archive mirror sites listed in README.
 
-Documents saved with LyX version 1.0.4 can be read correctly by 
+Documents saved with LyX version 1.1.2 can be read correctly by 
 LyX v0.12.0 and v1.0.x, except for new features.