lyx_mirror/status.21x
Jean-Marc Lasgouttes a0f2cbdfd2 Give a warning when system boost and stdlib-debug are used together
In general this would lead to an immediate runtime crash because the
runtime checks of libstdc++ change the layout of some STL objects.
Therefore, this will only work when the boost libraries have been
compiled with this same flag. At this time, it is not known whether
any linux distribution contains such libraries.

Fixes bug #9736.
2015-09-25 10:37:46 +02:00

118 lines
2.1 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 2.1.5.
All comments are welcome.
We try to group things by topic and in decreasing order of importance.
Please feel free to re-arrange if that seems like a good idea.
All of these fixes have already been checked into the 2.1.x branch of
LyX's git repository. The repository can be cloned via:
git clone git://git.lyx.org/lyx
For more details on how to use the repository, please visit:
http://wiki.lyx.org/Devel/LyXGit
A list of bugs fixed for this release can also be found at:
http://www.lyx.org/trac/wiki/BugTrackerHome
as well as a list of bugs still targeted to the 2.1.5 release.
Richard Heck
Branch Maintainer
rgheck@lyx.org
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
* TEX2LYX IMPROVEMENTS
* USER INTERFACE
- Add \ensuremath to the list of math completions
* DOCUMENTATION AND LOCALIZATION
- Updated Brazilian Portuguese user interface localization.
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fixed a typo in the tutorial.
* LYX2LYX
* USER INTERFACE
- Fix automatic insertion of longtable captions (bug 9692).
- Fix setting of nested minipage via the dialog (bug 8716).
- Reset cursor language when changing document-wide language (bug 9586).
- Reset cursor font when leaving an inset to the left (bug 6032).
- Reset cursor font when navigating with find or spellcheck (bug 9500).
- Correctly update previews when cursor leaves inset (bug 6173).
- Fix subscripts and superscripts of \overrightarrow and related macros
(bug 1996).
- Fix a crash with the outliner when switching documents (bug 9754).
* INTERNALS
- Fix parsing problems of class and category declaration line in layout files
that could break the textclass detection (bug 9746).
* DOCUMENTATION AND LOCALIZATION
- German UserGuide: fix many typos
* LYXHTML
* TEX2LYX
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION
- Work around gcc 5 bug 67557.
- Give a warning when system boost and stdlib-debug are used together
(bug 9736).