17
0
2018-06-02 10:08:15 +00:00
committed by Git OBS Bridge
parent 804ce5d086
commit dd13acdbba
4 changed files with 45 additions and 14 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri May 25 13:25:59 UTC 2018 - wbauer@tmo.at
- New upstream release 5.2.3 (5.2.2 has been skipped)
* Ensure that codestyle.py always returns something on stdout to
unlock m_mutex (kde#392031)
* Fix crash with contexts opened in the baseclass list of a class
definition (kde#389326)
* Fix appstream metadata filename and some content, and install
it
- New upstream release 5.2.1
* no code changes
- New upstream release 5.2.0
* For a list of changes, see:
https://www.kdevelop.org/news/kdevelop-520-released
* Fixed a false-positive warning when a name used in a closure
was defined later in the file
* Fixed highlighting of local variables in comprehensions and of
parameters in lambda definitions
* Infer the correct type when slicing a tuple with constant
integers
* Infer the correct type from 'and' or 'or' expressions
* Internal code cleanups
- Remove superfluous python-qt5 requirement
- Install license file
-------------------------------------------------------------------
Tue Aug 29 07:23:46 UTC 2017 - wbauer@tmo.at