Difference between revisions of "Changelog For R14.0.4"
Jump to navigation
Jump to search
imported>SlavekB (Update 20160313) |
imported>SlavekB (Update 20160327) |
||
Line 1: | Line 1: | ||
+ | = common = |
||
+ | == cmake == |
||
+ | * Find tdelfeditor executable on the system paths<br/>instead of on the current installation path |
||
+ | * Removed use of tdelfeditor on base 'so' file of versioned library<br/>because this file is a symlink to versioned library |
||
+ | * Move last command processing 'ui' file from TDEMacros to tde_uic<br/>Used cmake method of processing output from the command |
||
+ | |||
= dependencies = |
= dependencies = |
||
== qt3 == |
== qt3 == |
||
Line 6: | Line 12: | ||
== tqt3 == |
== tqt3 == |
||
* Automated update from Qt3 |
* Automated update from Qt3 |
||
+ | |||
+ | == tqtinterface == |
||
+ | * Fix usage uic-tqt without an '.ui' file in arguments<br/>This resolves issues with mode 'embed' |
||
= main = |
= main = |
||
+ | == tdelibs == |
||
+ | * Remove warnings about missing embedded ELF icons<br/>Add file name for which the issue occurs into debug message |
||
+ | * Fixed product name in bug report form. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2617 #2617] |
||
+ | * Fixed ISO8601 parsing in VCardTool. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2613 #2613] |
||
+ | * Removed use of tdelfeditor on base 'so' file of versioned library<br/>because this file is a symlink to versioned library |
||
+ | |||
== 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 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. |
||
Line 17: | Line 32: | ||
== tdemultimedia == |
== tdemultimedia == |
||
* Add GStreamer 1.0 support |
* Add GStreamer 1.0 support |
||
+ | |||
+ | == tdegames == |
||
+ | * cmake: Fix FTBFS due to new DSO linkage style |
||
+ | * cmake: Add apidox targets |
||
+ | * cmake: Create kbackgammon/engines/dummy.cpp outside source tree |
||
+ | * cmake: Fix shared libraries version |
||
+ | * Initial cmake conversion |
||
= applications = |
= applications = |
||
Line 33: | Line 55: | ||
* Use GST_CHECK_VERSION instead of extra definition |
* Use GST_CHECK_VERSION instead of extra definition |
||
* Add GStreamer 1.0 support |
* Add GStreamer 1.0 support |
||
+ | |||
+ | == kcmldap == |
||
+ | * Revert "Fix krb5 library detection. This resolves FTBFS with heimdal-krb5."<br/>Not required for r14.0.x branch.<br/>This reverts commit 6d3b42e175ab9acf02973f2f35d7ef3d3e9d41e0. |
||
+ | * Fix krb5 library detection. This resolves FTBFS with heimdal-krb5.<br/>Based on similar patch for libraries/libtdeldap from Slavek Banko. |
||
== kmplayer == |
== kmplayer == |
||
Line 44: | Line 70: | ||
= main = |
= main = |
||
== thirdparty == |
== thirdparty == |
||
+ | * Update LibreOffice packaging patches:<br/>+ 4.3.3 - Debian 7.x - Wheezy-backports |
||
* Update LibreOffice packaging patches:<br/>+ 4.3.3 - Debian 8.x - Jessie<br/> Fixed FTBFS on ppc64el |
* 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 12:48, 28 March 2016
common
cmake
- Find tdelfeditor executable on the system paths
instead of on the current installation path - Removed use of tdelfeditor on base 'so' file of versioned library
because this file is a symlink to versioned library - Move last command processing 'ui' file from TDEMacros to tde_uic
Used cmake method of processing output from the command
dependencies
qt3
- Properly implement MySQL reconnect support
- Properly handle MySQL reconnection option
tqt3
- Automated update from Qt3
tqtinterface
- Fix usage uic-tqt without an '.ui' file in arguments
This resolves issues with mode 'embed'
main
tdelibs
- Remove warnings about missing embedded ELF icons
Add file name for which the issue occurs into debug message - Fixed product name in bug report form. This relates to bug #2617
- Fixed ISO8601 parsing in VCardTool. This relates to bug #2613
- Removed use of tdelfeditor on base 'so' file of versioned library
because this file is a symlink to versioned library
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
tdegames
- cmake: Fix FTBFS due to new DSO linkage style
- cmake: Add apidox targets
- cmake: Create kbackgammon/engines/dummy.cpp outside source tree
- cmake: Fix shared libraries version
- Initial cmake conversion
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
kcmldap
- Revert "Fix krb5 library detection. This resolves FTBFS with heimdal-krb5."
Not required for r14.0.x branch.
This reverts commit 6d3b42e175ab9acf02973f2f35d7ef3d3e9d41e0. - Fix krb5 library detection. This resolves FTBFS with heimdal-krb5.
Based on similar patch for libraries/libtdeldap from Slavek Banko.
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 7.x - Wheezy-backports - 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