Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kig?expand=0&rev=125
This commit is contained in:
Wolfgang Bauer
2020-07-22 19:32:12 +00:00
committed by Git OBS Bridge
parent 1ef697bb88
commit ada6994c42
6 changed files with 41 additions and 25 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 19 10:04:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* Use camelcase includes (scripted)
* scripting: remove char* hacks
* cmake: fallback to "python" as boost component
* scripting: remove support for Python < 3
* Fix blurry icons by adding UseHighDpiPixmaps flag
* cmake: switch python & boost-python search to py3 (kde#419237)
* scripting: use PyErr_NormalizeException
* scripting: update Python-Kig highlight definition
* scripting: properly enable line numbers
-------------------------------------------------------------------
Thu Jul 9 20:09:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>