Difference between revisions of "Changelog For R14.0.2"
Jump to navigation
Jump to search
imported>SlavekB (Update 20151011) |
imported>SlavekB (Update 20151025) |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
= main = |
= main = |
||
== tdelibs == |
== tdelibs == |
||
+ | * Update version numbers for R14.0.2 final release |
||
+ | * Kate syntax highlighting files update - Oct 2015 |
||
+ | * Fix quotedPrintablecodec to support lower-case letters in hex codes |
||
* Fix hardware class file matching algorithm<br/>Fix overly broad floppy device matching rules<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2534 #2534] |
* Fix hardware class file matching algorithm<br/>Fix overly broad floppy device matching rules<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2534 #2534] |
||
* Limit size of notification popups<br/>This works around badly designed applications that abuse the notification subsystem to display large chunks of text |
* Limit size of notification popups<br/>This works around badly designed applications that abuse the notification subsystem to display large chunks of text |
||
Line 25: | Line 28: | ||
== tdebase == |
== tdebase == |
||
+ | * Use system-defined language as default in TDM<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=1596 #1596] |
||
+ | * Fix prior commit - delete UseSAK from wrong configuration group |
||
+ | * Fix prior commit |
||
+ | * Fix SAK enable / disable checkbox in TDM TDEControl module |
||
* Terminate compositor in TDM unless a TDE or failsafe session was selected<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2521 #2521] |
* Terminate compositor in TDM unless a TDE or failsafe session was selected<br/>This relates to Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2521 #2521] |
||
* Fix incorrect usage of login_session_wm. Type of session does not contain executable<br/>for run session but base name of session desktop file. |
* Fix incorrect usage of login_session_wm. Type of session does not contain executable<br/>for run session but base name of session desktop file. |
||
Line 43: | Line 50: | ||
== tdegraphics == |
== 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] |
* Fix poppler include in configure checks and link library path<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2489 #2489] |
||
+ | |||
+ | == tdeaccessibility == |
||
+ | * Fix applications desktop files location<br/>to be compliant with xdg specification |
||
== tdeaddons == |
== 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] |
* 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. |
* 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. |
||
+ | |||
+ | == tdesdk == |
||
+ | * Fixed FTBFS caused by subversion 1.9. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2528 #2528] |
||
+ | |||
+ | == tdevelop == |
||
+ | * Added license file for subversion code used in previous commit. |
||
+ | * Fixed FTBFS caused by changes introduced by subversion 1.9. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2528 #2528] |
||
= libraries = |
= libraries = |
||
Line 54: | Line 71: | ||
== libtdeldap == |
== libtdeldap == |
||
+ | * Fix memory leak on bind failure<br/>Fix minor issues with comments |
||
* Fix incorrect login causing PAM fatal error message |
* Fix incorrect login causing PAM fatal error message |
||
Line 73: | Line 91: | ||
== gtk-qt-engine == |
== 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] |
* Add Default as a valid option for GTK3 theme<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2478 #2478] |
||
+ | |||
+ | == kasablanca == |
||
+ | * Fix applications desktop files location<br/>to be compliant with xdg specification |
||
+ | * Fix FTP directory listing |
||
== ksplash-engine-moodin == |
== ksplash-engine-moodin == |
||
Line 79: | Line 101: | ||
* Updated preview image (removed KDE icon). |
* 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] |
* Fixed icons highlighting in moodin engine. This resolve bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2009 #2009] |
||
+ | |||
+ | == smartcardauth == |
||
+ | * Fix function prototypes<br/>This resolves Bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2434 #2434] |
||
== tdeio-sword == |
== tdeio-sword == |
||
Line 85: | Line 110: | ||
== tdepowersave == |
== tdepowersave == |
||
* Update INSTALL file |
* Update INSTALL file |
||
+ | |||
+ | == tdesvn == |
||
+ | * Fixed FTBFS introduced by subversion 1.9. This relates to bug [https://bugs.trinitydesktop.org/show_bug.cgi?id=2528 #2528] |
||
= main = |
= main = |
Latest revision as of 20:48, 26 October 2015
dependencies
qt3
- Fixed (again) search algorithm for iconview widget. This resolves (again) bug #420
- Added safety harness for currentThreadObject() usage.
currentThreadObject() returns a null pointer if the
current thread was not started using the QThread API.
This relates to bug #1748 - Fixed search algorithm for iconview widget. This resolves bug #420
tqt3
- Fixed (again) search algorithm for iconview widget. This resolves (again) bug #420
- Added safety harness for currentThreadObject() usage.
currentThreadObject() returns a null pointer if the
current thread was not started using the TQThread API.
This relates to bug #1748 - Fixed search algorithm for iconview widget. This resolves bug #420
libart-lgpl
- Minor update to AUTHORS file
main
tdelibs
- Update version numbers for R14.0.2 final release
- Kate syntax highlighting files update - Oct 2015
- Fix quotedPrintablecodec to support lower-case letters in hex codes
- Fix hardware class file matching algorithm
Fix overly broad floppy device matching rules
This resolves Bug #2534 - Limit size of notification popups
This works around badly designed applications that abuse the notification subsystem to display large chunks of text - Add mount indicator to tdehwlib storage device icons
- Add new license files to build
- Fix prior commits
- Fix prior commit
- Add GPL v3 license to TDEAboutData options
- Fix dlerror and crypt detection for CMake build
This resolves Bug #654
tdebase
- Use system-defined language as default in TDM
This resolves Bug #1596 - Fix prior commit - delete UseSAK from wrong configuration group
- Fix prior commit
- Fix SAK enable / disable checkbox in TDM TDEControl module
- Terminate compositor in TDM unless a TDE or failsafe session was selected
This relates to Bug #2521 - Fix incorrect usage of login_session_wm. Type of session does not contain executable
for run session but base name of session desktop file. - Fix setting curWMSession when used previous type of session in TDM
- Add support for XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP in TDM
This relates to Bug #2521 - Fix FTBFS on linking dmctl library
- Fix kdesktop_lock crash on error with certain PAM stack configurations
- Use DM library in tdmtsak instead of making command line calls
- Remove unnecessary call to XkbGetIndicatorState
This relates to Bug #2445 - Terminate keyboard LED sync daemon when Xorg server goes down
This resolves a bug where the number of running daemons would increase on every new X reservation, eventually consuming all available VTs
tdepim
- Fixed KAlarm building warnings. Minor style patch up. Fixed possible error in treating deferred evens (see kalarm/alarmevent.cpp:1739).
tdenetwork
- Fixed thread handling in KDict. This resolsed bug #1748
tdegraphics
- Fix poppler include in configure checks and link library path
This resolves Bug #2489
tdeaccessibility
- Fix applications desktop files location
to be compliant with xdg specification
tdeaddons
- Fix FTBFS on RHEL 5 because SDL is not detected
This resolves Bug #2488 - Fixed recognition of C++ files in kate/cppsymbolviewer plugin. This resolves bug #2498 Also fixed building warnings.
tdesdk
- Fixed FTBFS caused by subversion 1.9. This relates to bug #2528
tdevelop
- Added license file for subversion code used in previous commit.
- Fixed FTBFS caused by changes introduced by subversion 1.9. This relates to bug #2528
libraries
libksquirrel
- Fix build warnings
- Fix potential buffer overflow
libtdeldap
- Fix memory leak on bind failure
Fix minor issues with comments - Fix incorrect login causing PAM fatal error message
applications
amarok
- Fix FTBFS with clang
basket
- Fix FTBFS with clang
- Fix hardcoded link to dl library
bibletime
- Fix sword library detection on multiarch systems
- Fix FTBFS on freebsd
digikam
- Fix FTBFS with clang
gtk-qt-engine
- Add Default as a valid option for GTK3 theme
This resolves Bug #2478
kasablanca
- Fix applications desktop files location
to be compliant with xdg specification - Fix FTP directory listing
ksplash-engine-moodin
- Add theme file option to scale icons
Disable icon scaling by default
This relates to Bug #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 #2009
smartcardauth
- Fix function prototypes
This resolves Bug #2434
tdeio-sword
- Fix sword library detection on multiarch systems
tdepowersave
- Update INSTALL file
tdesvn
- Fixed FTBFS introduced by subversion 1.9. This relates to bug #2528
main
thirdparty
- Update LibreOffice packaging patches:
+ add 5.0.2 - Debian 8.x - Jessie-backports (updated from 5.0.1) - Update LibreOffice packaging patches:
+ update 5.0.1 - Debian 8.x - Jessie-backports - Update LibreOffice packaging patches:
+ add 5.0.1 - Debian 8.x - Jessie-backports (updated from 4.4.5) - Fix typo in path from prior commit
- Update LibreOffice packaging patches:
+ add 4.4.5 - Debian 8.x - Jessie-backports (updated from 4.4.2)