Difference between revisions of "Changelog For R14.0.3"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Update 20160103)
imported>SlavekB
(Update 20160214)
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
= main =
 
= main =
 
== tdelibs ==
 
== tdelibs ==
  +
* Fix crash in tdehwlib on partitions without parent disk<br/>This applies for example to the software RAID defined in the BIOS
  +
* Update version numbers for R14.0.3 final release
  +
* Fix mountable flag for disk partitions
  +
* Add a rule for classifying ATA Compact Flash Adapter
  +
* Fix icon of mounted camera in tdehwlib
  +
* Set partition disk type and status based on the parent device
  +
* Set hotpluggable flag for flash disks instead of removable
  +
* Force removable flag for flash disks in tdehwlib<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2473 #2473]
  +
* Fix crash in tdehwlib if not exists /sys/devices/system/cpu<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2584 #2584]
  +
* Fix ZIP drive classification in tdehwlib
  +
* Classify flash drives as HDD in tdehwlib<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2473 #2473]
  +
* Fixed up previous commit.
  +
* Update kate syntax highlight files
  +
* Fix using of custom mountpoints with pmount in tdehwlib<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2576 #2576]
  +
* Prefer encoded disk labels in tdehwlib<br/>because it contains unadjusted disk labels
  +
* Add floppy into disk type clasification in tdehwlib<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2567 #2567]
  +
* Fix disk type clasification in tdehwlib<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2473 #2473]
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
 
* Revert a small portion of commit e0b1bfb0<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2562 #2562]
 
* 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 wrong options to xrandr in tderandr<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1913 #1913]
Line 13: Line 31:
   
 
== tdebase ==
 
== tdebase ==
  +
* Added tooltips to logout dialog for freeze, suspend and hibernate buttons.
  +
* Change Hardware Device Manager icon to hwinfo
  +
* Fix device icons in the media:/ tdeioslave to comply with XDG standards
  +
* Hide underlying partitions of non-active device mapper devices from the media:/ tdeioslave
  +
* Fix hard disks media icons in tdehw storage backend<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2473 #2473]
  +
* Fix removable hard disks mimetype in tdehw storage backend<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2473 #2473]
 
* 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 FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,<br/>openssl ships with ssl3 methods disabled by default.
  +
  +
== tdenetwork ==
  +
* Add default ppp-options for kppp<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2529 #2529]
  +
  +
== tdeedu ==
  +
* Shortening the magic string for Dr. Geo Figure<br/>This resolves FTBFS on Lucid
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
  +
  +
== tdegames ==
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
   
 
== tdebindings ==
 
== tdebindings ==
Line 19: Line 53:
 
* Fix uninitialized constant Qt::TQt in qtruby.rb<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2442 #2442]
 
* 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]
 
* Fix invalid perl syntax in kdocAstUtil.pm<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2543 #2543]
  +
  +
== tde-i18n ==
  +
* Update Italian translations:<br/>+ tdebase/ksmserver
   
 
= libraries =
 
= libraries =
Line 26: Line 63:
 
= applications =
 
= applications =
 
== adept ==
 
== adept ==
  +
* Fix inadvertly renamed KDE suite
 
* Fixed FTBFS caused by apt-pkg >= 1.1.4
 
* Fixed FTBFS caused by apt-pkg >= 1.1.4
   
 
== amarok ==
 
== amarok ==
 
* Add ruby 2.2 detection
 
* Add ruby 2.2 detection
  +
  +
== basket ==
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
  +
  +
== filelight ==
  +
* Initial-cmake-conversion
   
 
== kcmldap ==
 
== kcmldap ==
Line 35: Line 79:
   
 
== koffice ==
 
== koffice ==
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
 
* 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]
 
* 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]
 
* Add ruby 2.2 detection
 
* Add ruby 2.2 detection
  +
  +
== krusader ==
  +
* Fix forced load of default user actions<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2481 #2481]
  +
  +
== ksensors ==
  +
* Strictly use autostart-enabled .desktop<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2577 #2577]
  +
  +
== ksquirrel ==
  +
* Compile MIME magic file<br/>This partially resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2217 #2217]
   
 
= main =
 
= main =

Latest revision as of 21:19, 15 February 2016

dependencies

arts

  • Fix security issue CVE-2015-7543

main

tdelibs

  • Fix crash in tdehwlib on partitions without parent disk
    This applies for example to the software RAID defined in the BIOS
  • Update version numbers for R14.0.3 final release
  • Fix mountable flag for disk partitions
  • Add a rule for classifying ATA Compact Flash Adapter
  • Fix icon of mounted camera in tdehwlib
  • Set partition disk type and status based on the parent device
  • Set hotpluggable flag for flash disks instead of removable
  • Force removable flag for flash disks in tdehwlib
    This resolves Bug #2473
  • Fix crash in tdehwlib if not exists /sys/devices/system/cpu
    This resolves Bug #2584
  • Fix ZIP drive classification in tdehwlib
  • Classify flash drives as HDD in tdehwlib
    This relates to Bug #2473
  • Fixed up previous commit.
  • Update kate syntax highlight files
  • Fix using of custom mountpoints with pmount in tdehwlib
    This partially resolves Bug #2576
  • Prefer encoded disk labels in tdehwlib
    because it contains unadjusted disk labels
  • Add floppy into disk type clasification in tdehwlib
    This resolves Bug #2567
  • Fix disk type clasification in tdehwlib
    This resolves Bug #2473
  • Compile MIME magic file
    This partially resolves Bug #2217
  • 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

  • Added tooltips to logout dialog for freeze, suspend and hibernate buttons.
  • Change Hardware Device Manager icon to hwinfo
  • Fix device icons in the media:/ tdeioslave to comply with XDG standards
  • Hide underlying partitions of non-active device mapper devices from the media:/ tdeioslave
  • Fix hard disks media icons in tdehw storage backend
    This relates to Bug #2473
  • Fix removable hard disks mimetype in tdehw storage backend
    This relates to Bug #2473
  • Fixed FTBFS (in Stretch) caused by missing openssl3 methods. Starting from version 1.0.2d-3,
    openssl ships with ssl3 methods disabled by default.

tdenetwork

  • Add default ppp-options for kppp
    This resolves Bug #2529

tdeedu

  • Shortening the magic string for Dr. Geo Figure
    This resolves FTBFS on Lucid
  • Compile MIME magic file
    This partially resolves Bug #2217

tdegames

  • Compile MIME magic file
    This partially resolves Bug #2217

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

tde-i18n

  • Update Italian translations:
    + tdebase/ksmserver

libraries

libksquirrel

  • Add support giflib 5.1

applications

adept

  • Fix inadvertly renamed KDE suite
  • Fixed FTBFS caused by apt-pkg >= 1.1.4

amarok

  • Add ruby 2.2 detection

basket

  • Compile MIME magic file
    This partially resolves Bug #2217

filelight

  • Initial-cmake-conversion

kcmldap

  • Fix missing newline in root certificate warning

koffice

  • Compile MIME magic file
    This partially resolves Bug #2217
  • Add wrapper for rb_set_safe_level
    This resolves FTBFS with Ruby 2.2
    This resolves Bug #2467
  • Add ruby 2.2 detection

krusader

  • Fix forced load of default user actions
    This resolves Bug #2481

ksensors

  • Strictly use autostart-enabled .desktop
    This resolves Bug #2577

ksquirrel

  • Compile MIME magic file
    This partially resolves Bug #2217

main

thirdparty

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