File khtml.changes of Package khtml
-------------------------------------------------------------------
Mon Jul 10 15:43:12 UTC 2017 - wbauer@tmo.at
- Add 0001-Support-SVG-too.patch to make Konqueror's startup page
show icons with the breeze theme (boo#1011092, kde#355872)
-------------------------------------------------------------------
Fri Jul 7 19:06:10 UTC 2017 - fabian@ritter-vogt.de
- Add patch to fix build with Qt 5.9:
* fix-build-qt59.patch
-------------------------------------------------------------------
Sun Mar 19 14:50:35 CET 2017 - lbeltrame@kde.org
- Update to 5.32.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
* Commit translations from l10n-kf5
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
* Upgrade KF5 version to 5.32.0.
-------------------------------------------------------------------
Thu Feb 9 09:28:27 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.31.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
-------------------------------------------------------------------
Sun Jan 8 23:41:06 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.30.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.30.0.php
-------------------------------------------------------------------
Sun Dec 4 01:59:23 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.29.0
* java: apply the names to the right buttons
* java: set names in permission dialog
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
-------------------------------------------------------------------
Sat Nov 5 22:05:31 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.28.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
-------------------------------------------------------------------
Sun Oct 2 12:54:59 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.27.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
-------------------------------------------------------------------
Tue Sep 6 20:49:50 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
-------------------------------------------------------------------
Sun Aug 7 21:52:59 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* Support percentage unit in border radius
* Removed prefixed version of background and
border radius properties
* Fixes in 4-values shorthand constructor function
* Create string objects only if they will be used
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:03:57 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* Fix applying inherit value for outline shorthand property
* Handle initial and inherit for border radius
* Discard property if we caught an invalid length|percent
as background-size
* cssText must output comma separated values for those properties
* Fix parsing background-clip in shorthand
* Implement background-size parsing in shorthand
* Mark properties as set when repeating patterns
* Fix background properties inheritance
* Fix applying Initial and Inherit for background-size property
* Deploy the khtml kxmlgui file in a Qt resource file
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
-------------------------------------------------------------------
Mon Jun 6 21:25:22 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.23.0
* Fix potential memory leak reported by Coverity and
simplify the code
* The number of layers is determined by the number of
comma-separated values in the ‘background-image’ property
* Fix parsing background-position in shorthand declaration
* Do not create new fontFace if there is no valid source
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
-------------------------------------------------------------------
Sat May 7 18:31:48 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* Implement toString for Uint8ArrayConstructor and friends
* Merge in several Coverity-related fixes
* Correctly use QCache::insert
* Fix some memory leaks
* Sanity check CSS web font parsing, avoid potential mem leak
* dom: Add tag priorities for 'comment' tag
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
-------------------------------------------------------------------
Mon Apr 4 14:20:24 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 09:57:46 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* Fix cursor updating in view
* Limit string memory use
* KHTML java applet viewer: repair broken DBus call to kpasswdserver
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
-------------------------------------------------------------------
Sat Feb 6 18:02:17 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* Fix detection of icon link type (aka "favicon")
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
-------------------------------------------------------------------
Sat Jan 2 17:43:29 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.18.0
* Windows: remove kdewin dependency
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
-------------------------------------------------------------------
Thu Dec 10 23:05:52 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
-------------------------------------------------------------------
Sun Nov 8 17:00:26 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* Fix printing from KHTMLPart by correctly setting printSetting parent
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
-------------------------------------------------------------------
Mon Oct 5 17:37:17 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.15.0
* Replace std::auto_ptr with std::unique_ptr
* khtml-filter: Discard rules containing special adblock features
that we do not handle yet.
* khtml-filter: Code reorder, no functional changes.
* khtml-filter: Ignore regexp with options as we do
not support them.
* khtml-filter: Fix detection of adblock options delimiter.
* khtml-filter: Clean up from trailing white spaces.
* khtml-filter: Do not discard lines starting with '&' as it
is not a special adblock char.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
-------------------------------------------------------------------
Tue Sep 8 17:13:09 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.14.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
-------------------------------------------------------------------
Tue Aug 4 19:20:27 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* Let KHtml be useable w/o searching for private deps
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Sun Jul 5 18:45:04 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.12.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
-------------------------------------------------------------------
Sun Jun 7 19:07:24 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Sun May 3 19:43:01 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.10.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
-------------------------------------------------------------------
Sat Apr 4 14:40:34 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
-------------------------------------------------------------------
Sat Mar 7 16:58:36 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.8.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
-------------------------------------------------------------------
Sun Feb 8 18:15:06 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sat Jan 3 18:03:09 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* 6 bug fixes forward-ported from kdelibs4.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
-------------------------------------------------------------------
Sat Dec 6 12:53:31 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* A number of forward-ported fixes from kdelibs, no API changes.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
-------------------------------------------------------------------
Sun Nov 2 17:46:43 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
Sat Oct 4 17:59:13 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
-------------------------------------------------------------------
Tue Sep 9 09:49:16 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.2.0
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
-------------------------------------------------------------------
Sat Aug 2 10:19:59 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1.0
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php
-------------------------------------------------------------------
Fri Jul 11 09:48:43 UTC 2014 - hrvoje.senjan@gmail.com
- Define kf5_version within package
-------------------------------------------------------------------
Tue Jul 1 21:35:35 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Final release of KDE Frameworks 5
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.0.php
- Drop 0001-Fix-build-with-giflib-5.1.patch, merged upstream
-------------------------------------------------------------------
Mon Jun 16 23:29:03 UTC 2014 - hrvoje.senjan@gmail.com
- Added 0001-Fix-build-with-giflib-5.1.patch from upstream
-------------------------------------------------------------------
Wed Jun 11 23:31:56 UTC 2014 - hrvoje.senjan@gmail.com
- Simplify filelist (also makes dir ownership more correct)
-------------------------------------------------------------------
Sun Jun 1 18:02:09 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.100.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Add baselibs.conf
-------------------------------------------------------------------
Sun May 4 01:41:11 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
-------------------------------------------------------------------
Sat Mar 29 19:47:38 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.98.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta1.php
-------------------------------------------------------------------
Tue Mar 4 16:37:51 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.97.0:
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-alpha2.php
-------------------------------------------------------------------
Sat Feb 8 02:18:34 UTC 2014 - hrvoje.senjan@gmail.com
- Init khtml package