=== modified file 'DistUpgrade/DistUpgradeFetcherKDE.py'
--- DistUpgrade/DistUpgradeFetcherKDE.py 2015-09-21 21:35:27 +0000
+++ DistUpgrade/DistUpgradeFetcherKDE.py 2015-10-20 05:44:42 +0000
@@ -148,8 +148,8 @@
cancelButton.setIcon(_icon("dialog-cancel"))
self.dialog.setWindowTitle(_("Release Notes"))
self.dialog.show()
- if self.new_dist.releaseNotesHtmlUri is not None:
- uri = self._expandUri(self.new_dist.releaseNotesHtmlUri)
+ if self.new_dist.releaseNotesURI is not None:
+ uri = self._expandUri(self.new_dist.releaseNotesURI)
# download/display the release notes
# TODO: add some progress reporting here
result = None
=== modified file 'debian/changelog'
--- debian/changelog 2015-10-12 19:31:36 +0000
+++ debian/changelog 2015-10-20 05:49:00 +0000
@@ -1,3 +1,15 @@
+ubuntu-release-upgrader (1:15.10.11) wily; urgency=medium
+
+ * Change KDE fetcher UI from showing the HTML release notes to showing the
+ text notes. HTML notes apparently come back with 403 when fetched through
+ urllib...
+ Since we have no tested WebView code at hand to prefer over the text notes
+ we'll have to settle for text even though we could render HTML just fine.
+ This fixes the fetcher constantly coming up with a fatal error dialog due
+ to handling the 403 exception.
+
+ -- Harald Sitter <sitter@kde.org> Tue, 20 Oct 2015 07:45:13 +0200
+
ubuntu-release-upgrader (1:15.10.10) wily; urgency=medium
* Log the installed meta packages to make troubleshooting upgrades easier.