Difference between pages "Changelog For R14.0.2" and "Changelog For R14.0.3"

From Trinity Desktop Project Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>SlavekB
m (Update 20150913)
 
imported>SlavekB
(Update 20160103)
 
Line 1: Line 1:
 
= dependencies =
 
= dependencies =
== qt3 ==
+
== arts ==
  +
* Fix security issue CVE-2015-7543
* Fixed (again) search algorithm for iconview widget. This resolves (again) bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=420 #420]
 
* Added safety harness for currentThreadObject() usage.<br/>currentThreadObject() returns a null pointer if the<br/>current thread was not started using the QThread API.<br/>This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1748 #1748]
 
* Fixed search algorithm for iconview widget. This resolves bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=420 #420]
 
 
== tqt3 ==
 
* Fixed (again) search algorithm for iconview widget. This resolves (again) bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=420 #420]
 
* Added safety harness for currentThreadObject() usage.<br/>currentThreadObject() returns a null pointer if the<br/>current thread was not started using the TQThread API.<br/>This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1748 #1748]
 
* Fixed search algorithm for iconview widget. This resolves bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=420 #420]
 
 
== libart-lgpl ==
 
* Minor update to AUTHORS file
 
   
 
= main =
 
= main =
 
== tdelibs ==
 
== tdelibs ==
* Fix dlerror and crypt detection for CMake build<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=654 #654]
+
* Revert a small portion of commit e0b1bfb0<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2562 #2562]
 
* Fix wrong options to xrandr in tderandr<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1913 #1913]
  +
* Fix security issue CVE-2015-7543
 
* Fix invalid perl syntax in kdocAstUtil.pm<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2543 #2543]
 
* Fix mimetype detection using magic library<br/>for mime types not contained in TDE settings<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2392 #2392]
  +
* Fix calculation of remaining charging time in TDE hardware library
   
== tdepim ==
+
== tdebase ==
  +
* Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,<br/>openssl ships with ssl3 methods disabled by default.
* Fixed KAlarm building warnings. Minor style patch up. Fixed possible error in treating deferred evens (see kalarm/alarmevent.cpp:1739).
 
   
== tdenetwork ==
+
== tdebindings ==
  +
* Add ruby 2.2 detection
* Fixed thread handling in KDict. This resolsed bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1748 #1748]
 
 
* Fix uninitialized constant Qt::TQt in qtruby.rb<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2442 #2442]
 
 
* Fix invalid perl syntax in kdocAstUtil.pm<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2543 #2543]
== tdegraphics ==
 
* Fix poppler include in configure checks and link library path<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2489 #2489]
 
 
== tdeaddons ==
 
* Fix FTBFS on RHEL 5 because SDL is not detected<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2488 #2488]
 
* Fixed recognition of C++ files in kate/cppsymbolviewer plugin. This resolves bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2498 #2498] Also fixed building warnings.
 
   
 
= libraries =
 
= libraries =
 
== libksquirrel ==
 
== libksquirrel ==
  +
* Add support giflib 5.1
* Fix build warnings
 
* Fix potential buffer overflow
 
   
== libtdeldap ==
+
= applications =
 
== adept ==
* Fix incorrect login causing PAM fatal error message
 
  +
* Fixed FTBFS caused by apt-pkg >= 1.1.4
   
= applications =
+
== amarok ==
  +
* Add ruby 2.2 detection
== gtk-qt-engine ==
 
* Add Default as a valid option for GTK3 theme<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2478 #2478]
 
   
== ksplash-engine-moodin ==
+
== kcmldap ==
  +
* Fix missing newline in root certificate warning
* Add theme file option to scale icons<br/>Disable icon scaling by default<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2009 #2009]
 
* Attempt to scale background image if a background image with native resolution is not available
 
* Updated preview image (removed KDE icon).
 
* Fixed icons highlighting in moodin engine. This resolve bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2009 #2009]
 
   
== tdepowersave ==
+
== koffice ==
 
* Add wrapper for rb_set_safe_level<br/>This resolves FTBFS with Ruby 2.2<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2467 #2467]
* Update INSTALL file
 
  +
* Add ruby 2.2 detection
   
 
= main =
 
= main =
 
== thirdparty ==
 
== thirdparty ==
 
* Update LibreOffice packaging patches:<br/>+ 4.2.8 - Ubuntu 14.04 - Trusty<br/>+ 4.3.3 - Debian 8.x - Jessie
* Fix typo in path from prior commit
 
* Update LibreOffice packaging patches:<br/>+ add 4.4.5 - Debian 8.x - Jessie-backports (updated from 4.4.2)
 

Revision as of 01:08, 7 January 2016

dependencies

arts

  • Fix security issue CVE-2015-7543

main

tdelibs

  • Revert a small portion of commit e0b1bfb0
    This resolves Bug #2562
  • Fix wrong options to xrandr in tderandr
    This resolves Bug #1913
  • Fix security issue CVE-2015-7543
  • Fix invalid perl syntax in kdocAstUtil.pm
    This resolves Bug #2543
  • Fix mimetype detection using magic library
    for mime types not contained in TDE settings
    This resolves Bug #2392
  • Fix calculation of remaining charging time in TDE hardware library

tdebase

  • Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,
    openssl ships with ssl3 methods disabled by default.

tdebindings

  • Add ruby 2.2 detection
  • Fix uninitialized constant Qt::TQt in qtruby.rb
    This resolves Bug #2442
  • Fix invalid perl syntax in kdocAstUtil.pm
    This resolves Bug #2543

libraries

libksquirrel

  • Add support giflib 5.1

applications

adept

  • Fixed FTBFS caused by apt-pkg >= 1.1.4

amarok

  • Add ruby 2.2 detection

kcmldap

  • Fix missing newline in root certificate warning

koffice

  • Add wrapper for rb_set_safe_level
    This resolves FTBFS with Ruby 2.2
    This resolves Bug #2467
  • Add ruby 2.2 detection

main

thirdparty

  • Update LibreOffice packaging patches:
    + 4.2.8 - Ubuntu 14.04 - Trusty
    + 4.3.3 - Debian 8.x - Jessie