Cor Blom 2019-01-05 08:31:16 +00:00 committed by Git OBS Bridge
parent 9710d9b23d
commit e927037534

View File

@ -2,17 +2,16 @@
Sat Jan 5 08:19:43 UTC 2019 - Cor Blom <cornelis@solcon.nl>
- Update to version 0.8.2:
* kde#388892: Formatting error when saving file ( switching " and
} )
* kde#394659: Crash after compilation
* kde#396343: When saving the file, I am always warned that file
has changed in disk
* kde#396598: Bibliography system options contains duplicates
* kde#397027: ScienceDirect search broken
* kde#397604: Untranslated strings from bibtexfields.cpp and
bibtexentries.cpp
* kde#398136: KBibTeX crashes when editing element
* kde#401470: Don't remove leading whitespace in macros
* Formatting error when saving file ( switching " and } ) (kde#388892)
* Crash after compilation (kde#394659)
* When saving the file, I am always warned that file has changed in disk
(kde#396343)
* Bibliography system options contains duplicates (kde#396598)
* ScienceDirect search broken (kde#397027)
* Untranslated strings from bibtexfields.cpp and bibtexentries.cpp
(kde#397604)
* KBibTeX crashes when editing element (kde#398136)
* Don't remove leading whitespace in macros (kde#401470)
* Using official APIs for IEEE Xplore and ScienceDirect
* Fixing resource leakage as identified by Coverity Scan:
CID 287670, 287669
@ -21,7 +20,7 @@ Sat Jan 5 08:19:43 UTC 2019 - Cor Blom <cornelis@solcon.nl>
* In encoder classes, migrating away from raw char and char* to Qt
classes
* Various smaller fixes
- Removed now included kde398136.patch
- Removed now merged kde398136.patch
-------------------------------------------------------------------
Sun Nov 18 16:45:13 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>