- Update to 2.3.1:

Most important changes:
  * Overhaul the document painting mechanism. Now the screen is updated
    asyncronously (as all normal applications do), which makes LyX
    snappier, especially on repeated events. As an added bonus, subpixel
    aliasing is honored in the work area.
  * All python scripts distributed with LyX should now be compatible with both
    python 2.x and python 3.x.
  * Native filedialogs
  * TEX2LYX IMPROVEMENTS: support for biblatex, chapterbib, \includeonly,
    and better quotationmark detection.
  * For other improvements and bugfixes, see the included ANNOUNCE file.
- Dropped fix-build-with-Qt5.11.patch, is part of this release

OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=146
This commit is contained in:
Cor Blom
2018-08-27 20:50:19 +00:00
committed by Git OBS Bridge
parent fc82273776
commit 162a734f9d
7 changed files with 21 additions and 23 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 27 20:33:13 UTC 2018 - cornelis@solcon.nl
- Update to 2.3.1:
Most important changes:
* Overhaul the document painting mechanism. Now the screen is updated
asyncronously (as all normal applications do), which makes LyX
snappier, especially on repeated events. As an added bonus, subpixel
aliasing is honored in the work area.
* All python scripts distributed with LyX should now be compatible with both
python 2.x and python 3.x.
* Native filedialogs
* TEX2LYX IMPROVEMENTS: support for biblatex, chapterbib, \includeonly,
and better quotationmark detection.
* For other improvements and bugfixes, see the included ANNOUNCE file.
- Dropped fix-build-with-Qt5.11.patch, is part of this release
-------------------------------------------------------------------
Tue Jun 5 12:58:58 UTC 2018 - wbauer@tmo.at