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

From Trinity Desktop Project Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>SlavekB
(Update 20160103)
 
imported>SlavekB
(Update 20160313)
 
Line 1: Line 1:
 
= dependencies =
 
= dependencies =
== arts ==
+
== qt3 ==
  +
* Properly implement MySQL reconnect support
* Fix security issue CVE-2015-7543
 
  +
* Properly handle MySQL reconnection option
   
= main =
+
== tqt3 ==
  +
* Automated update from Qt3
== tdelibs ==
 
* 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
 
   
  +
= main =
 
== tdebase ==
 
== tdebase ==
  +
* Fixed desktop locking code. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2603 #2603] and fixes the locking-after-suspend issue when the screensaver is also enabled.
* 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.
 
 
* Added "default" mount option to TDE hardware manager. This resolves bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2593 #2593]
   
== tdebindings ==
+
== tdepim ==
  +
* Fixed FTBFS in Debian/Ubuntu due to missing liblockdev1-dev package. Device locking is now done through 'flock()'
* Add ruby 2.2 detection
 
* 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]
 
   
= libraries =
+
== tdemultimedia ==
  +
* Add GStreamer 1.0 support
== libksquirrel ==
 
* Add support giflib 5.1
 
   
 
= applications =
 
= applications =
== adept ==
+
== k3b ==
  +
* cmake: Force to use C compiler for asm_scale.S<br/>This fix FTBFS with cmake < 2.8.5
* Fixed FTBFS caused by apt-pkg >= 1.1.4
 
  +
* cmake: Fix detection of functions lrint and lrintf in libm<br/>Set HAVE_LRINT and HAVE_LRINTF if functions not exists
  +
* cmake: Fix HAVE_LRINT and HAVE_LRINTF definitions<br/>Must be defined always - with a value 0 or 1
  +
* cmake: Musicbrainz support set by default to off
  +
* cmake: install library headers
  +
* Initial cmake conversion
  +
 
== k3b-i18n ==
  +
* Initial cmake convertion
   
== amarok ==
+
== kaffeine ==
  +
* Use GST_CHECK_VERSION instead of extra definition
* Add ruby 2.2 detection
 
  +
* Add GStreamer 1.0 support
   
== kcmldap ==
+
== kmplayer ==
  +
* Add GStreamer 1.0 support
* Fix missing newline in root certificate warning
 
   
== koffice ==
+
== tdepowersave ==
* 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]
+
* Fixed up timer for autosuspend and autodimm when a screensaver is also in use. This resolves bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2603 #2603]
  +
* Increased maximum time limit for timers to 50000 min (almost 35 days). This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2599 #2599]<br/>NOTE: if the max limit is removed, the TQSpinBox reverts to the default value of 99.<br/>Also fixed minimum limit for some timers and percentage fields.
* Add ruby 2.2 detection
 
 
* Increased maximum time limit for timers to 1500 min (25 hours). This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2599 #2599]
   
 
= main =
 
= main =
 
== thirdparty ==
 
== thirdparty ==
  +
* Update LibreOffice packaging patches:<br/>+ 4.3.3 - Debian 8.x - Jessie<br/> Fixed FTBFS on ppc64el
 
* Update LibreOffice packaging patches:<br/>+ 4.2.8 - Ubuntu 14.04 - Trusty<br/>+ 4.3.3 - Debian 8.x - Jessie
 
* Update LibreOffice packaging patches:<br/>+ 4.2.8 - Ubuntu 14.04 - Trusty<br/>+ 4.3.3 - Debian 8.x - Jessie

Revision as of 00:59, 14 March 2016

dependencies

qt3

  • Properly implement MySQL reconnect support
  • Properly handle MySQL reconnection option

tqt3

  • Automated update from Qt3

main

tdebase

  • Fixed desktop locking code. This relates to bug #2603 and fixes the locking-after-suspend issue when the screensaver is also enabled.
  • Added "default" mount option to TDE hardware manager. This resolves bug #2593

tdepim

  • Fixed FTBFS in Debian/Ubuntu due to missing liblockdev1-dev package. Device locking is now done through 'flock()'

tdemultimedia

  • Add GStreamer 1.0 support

applications

k3b

  • cmake: Force to use C compiler for asm_scale.S
    This fix FTBFS with cmake < 2.8.5
  • cmake: Fix detection of functions lrint and lrintf in libm
    Set HAVE_LRINT and HAVE_LRINTF if functions not exists
  • cmake: Fix HAVE_LRINT and HAVE_LRINTF definitions
    Must be defined always - with a value 0 or 1
  • cmake: Musicbrainz support set by default to off
  • cmake: install library headers
  • Initial cmake conversion

k3b-i18n

  • Initial cmake convertion

kaffeine

  • Use GST_CHECK_VERSION instead of extra definition
  • Add GStreamer 1.0 support

kmplayer

  • Add GStreamer 1.0 support

tdepowersave

  • Fixed up timer for autosuspend and autodimm when a screensaver is also in use. This resolves bug #2603
  • Increased maximum time limit for timers to 50000 min (almost 35 days). This relates to bug #2599
    NOTE: if the max limit is removed, the TQSpinBox reverts to the default value of 99.
    Also fixed minimum limit for some timers and percentage fields.
  • Increased maximum time limit for timers to 1500 min (25 hours). This relates to bug #2599

main

thirdparty

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