update-manager (1:0.196.23) trusty-proposed; urgency=medium * Use a 64 bit integer for launch-time instead of a 32 bit one which won't work someday. (LP: #1654008) -- Brian Murray Mon, 20 Mar 2017 18:59:22 -0700 update-manager (1:0.196.22) trusty-proposed; urgency=medium * Correctly calculate the end of support, and return correctly when support has ended. Patch from Andrew Gaul, with thanks. (LP: #1574193) -- Brian Murray Fri, 30 Sep 2016 09:45:52 -0700 update-manager (1:0.196.21) trusty-proposed; urgency=medium * hwe-support-status: Deal with the fact that fglrx was deprecated in 16.04 so will not work with the Xenial 16.04 HWE stack. (LP: #1617448) -- Brian Murray Mon, 29 Aug 2016 16:13:22 -0700 update-manager (1:0.196.20) trusty-proposed; urgency=medium * source_update-manager.py: collect information about the state of HWE support on the system. (LP: #1617080) -- Brian Murray Thu, 25 Aug 2016 15:26:37 -0700 update-manager (1:0.196.19) trusty-proposed; urgency=medium * hwe-support-status: utilize a virtualbox metapackage set. (LP: #1498059) -- Brian Murray Mon, 15 Aug 2016 11:14:48 -0700 update-manager (1:0.196.18) trusty-proposed; urgency=medium * hwe-support-status: add libwayland-egl1-mesa to the list of metapackages. (LP: #1610434) -- Brian Murray Wed, 10 Aug 2016 08:38:20 -0700 update-manager (1:0.196.17) trusty-proposed; urgency=medium * hwe-support-status: decode output when checking for foreign architectures so that the result is unicode not bytes. (LP: #1498059) -- Brian Murray Tue, 09 Aug 2016 11:19:00 -0700 update-manager (1:0.196.16) trusty-proposed; urgency=medium * HweSupportStatus/consts.py: improve messages and recommend upgrading to the correct release. (LP: #1498059) -- Brian Murray Thu, 04 Aug 2016 15:42:06 -0700 update-manager (1:0.196.15) trusty-proposed; urgency=medium * Include HWE support tools and information. (LP: #1498059) -- Brian Murray Mon, 18 Jul 2016 10:03:22 -0700 update-manager (1:0.196.14) trusty-proposed; urgency=medium * UpdateManager/Core/MetaRelease.py: When not running in development mode, if the next release is unsupported do not offer to upgrade to that, but the release after it. When running in development mode continue to offer upgrading to unsupported release. (LP: #1497024) -- Brian Murray Fri, 18 Sep 2015 13:36:59 -0700 update-manager (1:0.196.13) trusty-proposed; urgency=medium * UpdateManager/Dialogs.py: set the focus to "Restart Later" instead of "Restart Now", so people don't accidentally reboot. (LP: #1421044) -- Brian Murray Tue, 14 Apr 2015 14:18:36 -0700 update-manager (1:0.196.12) trusty-proposed; urgency=low * use Gtk.init() to ensure update-manager fails with a runtime error message instead of crashing if the display can not be opened (LP: #1269397) -- Michael Vogt Thu, 24 April 2014 14:58:38 +0200 update-manager (1:0.196.11) trusty; urgency=low * lp:~mvo/update-manager/lp1202754: - do nt crash if the user clicks "cancel" in the polkit dialog (LP: #1202754) -- Michael Vogt Thu, 10 Apr 2014 14:29:00 +0200 update-manager (1:0.196.10) trusty; urgency=low * debian/control: - add dependencies to the various policykit agents to ensure that update-manager is not run without policykit agent support in the session (LP: #1164558) * tests/test_update_list.py: - test improvements from Barry Warsaw (many thanks!) -- Michael Vogt Mon, 07 Apr 2014 15:23:05 +0200 update-manager (1:0.196.9) trusty; urgency=medium [ Sebastien Bacher ] * UpdateManager/UpdatesAvailable.py: - use the correct icon theme (lp: #1283554) [ Marc Deslauriers ] * UpdateManager/Dialogs.py: close window after requesting reboot. (LP: #1297361) [ Michael Vogt ] * tests/aptroot-update-list-test: - fix test failure caused by not-installable depends (lp: #1295392) -- Michael Vogt Wed, 26 Mar 2014 12:52:13 +0100 update-manager (1:0.196.8) trusty; urgency=medium * source_update_manager.py: set response to None if the problem type is not a bug * UpdateManager/Core/utils.py: do not perform DNS lookups with iptables, thanks to John Edwards for the patch. (LP: #1290825) -- Brian Murray Mon, 17 Mar 2014 09:38:09 -0700 update-manager (1:0.196.7) trusty; urgency=medium * Fix PEP-8 style error to fix tests. -- Martin Pitt Thu, 16 Jan 2014 12:58:07 +0100 update-manager (1:0.196.6) trusty; urgency=low * Allow user to close the restart required dialog (LP: #1033226) - Add a settings button - Add a "Restart Later" button - Rename existing button to "Restart Now..." - Add secondary text to updates dialog when a restart is still pending from last updates -- Marc Deslauriers Sat, 11 Jan 2014 09:53:15 -0500 update-manager (1:0.196.5) trusty; urgency=medium * Stop using deprecated GObject constructors with positional arguments (see https://wiki.gnome.org/PyGObject/InitializerDeprecations). -- Martin Pitt Fri, 10 Jan 2014 12:29:35 +0100 update-manager (1:0.196.4) trusty; urgency=low * lp:~mterry/update-manager/requires-restart: - warn if a update requires a reboot (LP: #255443) This requires that the packages that need a reboot set "XB-Restart-Required: system" in the package record -- Michael Vogt Tue, 07 Jan 2014 19:51:50 +0100 update-manager (1:0.196.3) trusty; urgency=low [ Sebastien Bacher ] * lp:~seb128/update-manager/check-none-controller - Check for controller being None before using it (this was accidentally dropped in a previous refactoring). - LP: #1203919 -- Barry Warsaw Tue, 10 Dec 2013 17:15:04 -0500 update-manager (1:0.196.2) trusty; urgency=low [ Brian Murray ] * UpdateManager/Core/MetaRelease.py: speed up the check for a new release of Ubuntu. Thanks to Anders Kaseorg for the patch. [ Sebastien Bacher ] * lp:~seb128/update-manager/box-use-vertical-space: - Use the vertical space, GTK 3.10 displays the box shrinked otherwise -- Michael Vogt Thu, 28 Nov 2013 18:30:26 +0100 update-manager (1:0.196.1) trusty; urgency=low * debian/source_update_manager.py: Fix too long line (pep8 error). -- Brian Murray Thu, 24 Oct 2013 13:31:42 -0700 update-manager (1:0.196) trusty; urgency=low * In the apport hook ask if the bug is about upgrading from one release to another and send bug to ubuntu-release-upgrader. (LP: #1071057) -- Brian Murray Thu, 24 Oct 2013 10:03:28 -0700 update-manager (1:0.195) trusty; urgency=low * Add support for logind to the restart dialog. Thanks to Thaddaus Tintenfisch for the patch. (LP: #1232363) -- Brian Murray Tue, 22 Oct 2013 15:58:47 -0700 update-manager (1:0.194) saucy; urgency=low * Fix a bug introduced in the dialog refactor from version 1:0.189 that causes update-manager to crash instead of showing a dialog when there are no updates to apply but the system needs rebooted. LP: #1219414. -- Steve Langasek Thu, 03 Oct 2013 13:31:18 -0700 update-manager (1:0.193) saucy; urgency=low * Fix PEP-8 errors. -- Brian Murray Fri, 30 Aug 2013 16:13:02 -0700 update-manager (1:0.192) saucy; urgency=low * Core/UpdateList.py: if a package is an ignored phased update mark it for keeping (LP: #1211511) -- Brian Murray Fri, 30 Aug 2013 14:50:01 -0700 update-manager (1:0.191) saucy; urgency=low * Fix update-manager crashing when trying to raise window. on_button_install_clicked takes only one positional argument, not two. (LP: #1202959) -- Dmitrijs Ledkovs Sun, 25 Aug 2013 01:49:08 +0100 update-manager (1:0.190) saucy; urgency=low * Update for python-distutils-extra 2.38 (yelp-tools style help) -- Jeremy Bicha Tue, 23 Jul 2013 11:01:19 +0200 update-manager (1:0.189) saucy; urgency=low [ Jeremy Bicha ] * Drop unused system-software-update icons since it is a standard theme icon [ Robert Roth ] * Remove dist-upgrade option description from manpage (LP: #1079136) [ Dylan McCall ] * Refactor dialogs to have a common base. * tests/test_update_error.py: Fix test regression from the above. [ Martin Pitt ] * Drop obsolete GObject.threads_init() calls to avoid warnings at startup. Bump python-gi dependency accordingly. * Drop unused imports and assignments to fix pyflakes errors. * Fix PEP-8 errors. * tests/test_update_error.py: Adjust test_error_no_updates() to current string. -- Martin Pitt Fri, 12 Jul 2013 08:02:21 +0200 update-manager (1:0.188) saucy; urgency=low * Core/UpdateList.py: Drop unused "src_name" variable (pyflakes error). * tests/test_update_list.py: Fix too long line (pep8 error). -- Martin Pitt Thu, 06 Jun 2013 08:00:33 +0200 update-manager (1:0.187) saucy; urgency=low [ Sami Jaktholm ] * Greatly speed up update calculation (LP: #1167277) [ Martin Pitt ] * Drop unnecessary ubuntu-drivers-common build dependency, to ease backporting. [ Brian Murray ] * Modify phased update percentage to use source packages and not binary packages, additionally add a test for this. * Remove check for update-notifier auto-launch gsettings key -- Brian Murray Wed, 05 Jun 2013 10:02:51 -0700 update-manager (1:0.186) raring; urgency=low [ Sebastien Bacher ] * Use correct variable in error message, fixing a crash (LP: #1142151) -- Michael Terry Tue, 16 Apr 2013 13:46:41 -0400 update-manager (1:0.185) raring; urgency=low [ Sebastien Bacher ] * Specify a background color for the unity launcher icon (lp: #1081691) [ Michael Terry ] * Look for to-be-updated application icons in app-install-data (LP: #1145157) -- Michael Terry Fri, 15 Mar 2013 10:16:44 -0400 update-manager (1:0.184) raring; urgency=low [ Michael Terry ] * Don't temporarily freeze when calculating which updates are available. LP: #1137996 [ Colin Watson ] * Allow removals with only Conflicts+Replaces; while policy 7.6.2 quotes Provides in an example, it's clear that Conflicts+Replaces alone should be sufficient to indicate that the target package may be removed. -- Colin Watson Wed, 06 Mar 2013 12:36:41 +0000 update-manager (1:0.183) raring; urgency=low [ Mike Terry ] * Fix toggling items after doing a deselect-all. (LP: #1129191) [ Colin Watson ] * Fix PEP-8 failures. * Fix pyflakes failures. * Depend on pep8 and pyflakes for the autopkgtest suite. * Use logging.warning rather than deprecated logging.warn. * Fix test_meta_release_core.SillyProxyRequestHandler to write bytes rather than text to its output file object. * Make test_meta_release_core pick a new proxy port for each test. * Use EnvironmentVarGuard in test_meta_release_core to reduce the risk of test isolation bugs. * MetaReleaseCore: Plug some open file object leaks. * Make test_meta_release_core call install_opener(None) every time it changes proxy settings, to avoid stale ones being left around from previous tests. * Reopen cache in GroupingTestCase.setUp, TestCache.setUp, and TestChangelogs.setUp to avoid test isolation bugs. * Remove unnecessary cache update in PhasedTestCase.setUp; reopening the cache is sufficient. * Allow saveDistUpgrade to remove packages provided that upgrade candidates declare Conflicts+Replaces+Provides on them (LP: #1038113). [ Steve Langasek ] * Build-depend on python3-all (>= 3.3.0-2) for pybuild support and drop the now-extraneous overrides from debian/rules; this incidentally works around an issue I don't understand where the package was now failing to build locally from trying to invoke python setup.py instead of python3. -- Colin Watson Mon, 25 Feb 2013 17:31:29 +0000 update-manager (1:0.182) raring; urgency=low * MetaReleaseCore: Create ~/.cache if it does not exist. -- Colin Watson Mon, 18 Feb 2013 15:06:57 +0000 update-manager (1:0.181) raring; urgency=low * Use the gnome debconf frontend, accidentally dropped in update-manager 1:0.165 (LP: #1110585). -- Michael Terry Thu, 07 Feb 2013 09:22:59 +0000 update-manager (1:0.180) raring; urgency=low [ Dylan McCall ] * Make sure text in Install column properly uses ellipses. (LP: #1105363) * Refactor CellAreaPackage class for ease of future changes. -- Barry Warsaw Tue, 29 Jan 2013 16:15:57 -0500 update-manager (1:0.179) raring; urgency=low * Properly xml-escape application names too, not just package labels * Make sure dialog buttons are actually at the bottom of the dialog -- Michael Terry Fri, 25 Jan 2013 10:41:00 -0500 update-manager (1:0.178) raring; urgency=low * Implement the "available updates" details pane from the SoftwareUpdates spec. Specifically, this adds grouping of related updates, adds an "Ubuntu base" group for core packages, and shows only the description summary in the main view. * Show a restart icon next to packages that declare they will need a system restart via XB-Restart-Required: system -- Michael Terry Thu, 24 Jan 2013 14:20:22 -0500 update-manager (1:0.177) raring; urgency=low * Fix missing import in tests/test_upgrade.py. * Make tests/test_update_list.py more robust against other tests being run before it. * Depend on aptdaemon for DEP-8 tests. * Fix typo in test dpkg status file for test_update_list. * Add Update-Manager::Never-Include-Phased-Updates, the converse of Update-Manager::Always-Include-Phased-Updates; this opts out of upgrading to any package with a Phased-Update-Percentage set. -- Colin Watson Wed, 16 Jan 2013 12:46:00 +0000 update-manager (1:0.176) raring; urgency=low * Use GLib.timeout_add_seconds instead of deprecated GObject.timeout_add * Keep dialogs 33em wide * Pass update-manager arguments on to do-release-upgrade (LP: #1097907) -- Michael Terry Wed, 09 Jan 2013 16:03:52 -0500 update-manager (1:0.175) raring; urgency=low [ Eric Williams ] * German translation fix (LP: #1070289) [ Stephen Kraemer ] * UpdateManager/Dialogs.py: made Settings... button open software-properties non-modally. (LP: #1058070) [ Robert Roth ] * Remove package count badge from the unity launcher (LP: #1036891) * Added 6px border to the button box to align the buttons with the contents above (LP: #1081099) [ Michael Vogt ] * debian/rules: - do not call dh_auto_build as as it call py2 even when its not supposed to (LP: #1089808), thanks to Jean-Baptiste Lallement * fix missing "Architecture" when writing out the fake dpkg-status file in the tests (LP: #1089793) -- Michael Vogt Tue, 30 Oct 2012 09:09:13 +0100 update-manager (1:0.174.3) quantal; urgency=low * UpdateManager/UpdatesAvailable.py: - never pass "None" to xml.sax.saxutils.escape (LP: #1044080) -- Michael Vogt Wed, 10 Oct 2012 10:21:50 +0200 update-manager (1:0.174.2) quantal; urgency=low [ Michael Vogt ] * fix crash in UpdateManager.Core.utils.error(), thanks to Christian Parrino (LP: #964674) [ Michael Terry ] * Stop showing Install All Available Updates quicklist item when it isn't appropriate (LP: #1031307). -- Brian Murray Thu, 04 Oct 2012 08:20:44 -0700 update-manager (1:0.174.1) quantal; urgency=low * po/POTFILES.in: - add missing InstallBackendAptdaemon.py, thanks to Igor Zubarev (LP: #1055594) -- Michael Vogt Tue, 25 Sep 2012 09:35:54 +0200 update-manager (1:0.174) quantal; urgency=low * UpdateManager/ChangelogViewer.py: improve url parsing of changelog files so that more links are created. Thanks to sampo555 for the patch (LP: #1011093). * Add a dependency to update-manager on update-notifier (LP: #1043725) -- Brian Murray Wed, 19 Sep 2012 09:56:12 -0700 update-manager (1:0.173) quantal; urgency=low * Make update-manager-core depend on ubuntu-release-upgrader-core and update-manager-kde depend on ubuntu-release-upgrader-qt, so that functionality isn't lost on upgrade (LP: #1049062). -- Colin Watson Tue, 11 Sep 2012 12:45:50 +0100 update-manager (1:0.172) quantal; urgency=low * Remove dependency on update-notifier as it added many dependencies to cloud-images. -- Brian Murray Fri, 07 Sep 2012 07:54:26 -0700 update-manager (1:0.171) quantal; urgency=low [ Michael Terry ] * Fix test suite to pass when run on non-amd64 machine [ Brian Murray ] * Add a dependency on update-notifier (LP: #1043725) -- Brian Murray Wed, 05 Sep 2012 12:20:31 -0700 update-manager (1:0.170) quantal; urgency=low * When user cancels/stops the apt cache update, still let them view available updates from a previous cache update. LP: #1024909 -- Michael Terry Fri, 24 Aug 2012 19:05:38 -0400 update-manager (1:0.169) quantal; urgency=low [ Michael Terry ] * Drop Unity-support gir Recommends down to Suggests. LP: #1029764 [ sampo555 ] * lp:~sampo555/update-manager/fix-for-1031280: - Convert SystemError into string in order to avoid TypeError in UpdateManager.refresh_cache SystemError handles. Fixes LP: #1031280 [ Robert Park ] * Allow test suite to not need to be run as root [ Michael Vogt ] * lp:~mvo/update-manager/phased-updates: - Implement the client part of the "foundations-q-phased-updates". This allows to deploy updates in phases where only a subset of the users will get a update, controlled via the Phased-Updates-Percentage tag in the Packages file. -- Michael Vogt Tue, 21 Aug 2012 09:21:32 +0200 update-manager (1:0.168) quantal; urgency=low * Run tests under xvfb and don't try to use non-existant python3-coverage * Don't throw exception on socket timeout when downloading metarelease file. LP: #818760 -- Michael Terry Mon, 23 Jul 2012 07:17:00 +0200 update-manager (1:0.167) quantal; urgency=low * Rebuild to get python3 wrapper script (LP: #1023474) -- Michael Terry Wed, 11 Jul 2012 09:28:45 -0400 update-manager (1:0.166) quantal; urgency=low [ Colin Watson ] * Write metarelease file as UTF-8 (LP: #1020526) [ Michael Terry ] * Use a wrapper script of /bin/sh when calling pkexec, to workaround its requirement that the ppid not be 1. (LP: #1020115) * Update Unity badge count before showing "please restart" dialog * Don't allow closing the "please restart" dialog via window manager * Show "please restart" dialog on startup if needed, instead of only after installing some updates -- Colin Watson Tue, 10 Jul 2012 11:39:44 +0100 update-manager (1:0.165) quantal-proposed; urgency=low * Implementation of "update on start" feature from spec https://wiki.ubuntu.com/SoftwareUpdates * Use a single main window that changes instead of having modal dialogs * Implement several special-purpose dialogs like "No updates" or "Dist upgrade needed" accordingn to the above spec * Split out release upgrader code and DistUpgrade module into a separate source package * Drop python-update-manager, as it is unused * debian/tests: - Add dep8 tests -- Michael Terry Fri, 29 Jun 2012 10:59:30 -0400 update-manager (1:0.164) quantal; urgency=low [ Brian Murray ] * DistUpgrade/DistUpgradeApport.py: ensure package install failures are tagged dist-upgrade [ Robert Roth ] * UpdateManager/UpdateManager.py: check for None type from get_last_update_minutes (LP: #1013325) [ Colin Watson ] * DistUpgrade/NvidiaDetector, debian/control: Update symlink to Python 3 version, available as of ubuntu-drivers-common 1:0.2.55. * debian/rules: Make sure to run setup.py with the default python3 last, so that scripts get correct #! lines. [ Barry Warsaw ] * pre-build.sh: - Add python-gi as an explicit dependency. - python3-mock is required. * setup.py: - Fix the installation of the janitor.plugincore package for Python 3. (LP: #1013490) - Calculate the setup() version number from debian/changelog. - Remove package_dir since it's not actually needed. - Whitespace normalization. * tests/Makefile - Add sleep between Python 2 and Python 3 invocation of tests under xvfb-run, otherwise I get crashes where xvfb doesn't come up. -- Barry Warsaw Thu, 21 Jun 2012 20:42:23 -0400 update-manager (1:0.163) quantal; urgency=low [ Colin Watson ] * Isolate tests from local configuration in /etc/update-manager/release-upgrades.d/. * Use Python attributes rather than GObject.get_data and GObject.set_data, which have been removed upstream (LP: #1009859). * Switch default view class to Gtk3 and replace python-gobject dependency with python-gi. * Port away from old-style apt.Package candidateFoo and installedFoo properties, preferring candidate.foo and installed.foo. In a number of cases we have to check whether candidate/installed is non-None first. * Use apt_pkg.version_compare rather than apt_pkg.VersionCompare. * Use apt_pkg.uri_to_filename rather than apt_pkg.URItoFileName. * Use apt_pkg.TagFile (and related new-style API) rather than apt_pkg.ParseTagFile. * Use apt_pkg.PackageManager rather than apt_pkg.GetPackageManager. * Use apt_pkg.Acquire rather than apt_pkg.GetAcquire. * Use mark_foo/marked_foo rather than markFoo/markedFoo. * Use apt_pkg.ActionGroup rather than apt_pkg.GetPkgActionGroup. * Use apt_pkg.ProblemResolver rather than apt_pkg.GetPkgProblemResolver. * Use apt_pkg.read_config_file rather than apt_pkg.ReadConfigFile. * Use new spelling of apt_pkg.DepCache methods. * Rename several local cache methods to PEP-8 style to avoid showing up in the output of /usr/share/python-apt/migrate-0.8.py. * Use apt_pkg.size_to_str rather than apt_pkg.SizeToStr. * Use apt_pkg.PackageManager.get_archives rather than apt_pkg.PackageManager.GetArchives. * Use apt_pkg.Acquire.fetch_needed rather than apt_pkg.Acquire.FetchNeeded. * Use new spelling of apt_pkg.Package/Version/Dependency methods. * Use apt_pkg.pkgsystem_lock rather than apt_pkg.PkgSystemLock. * Use new spelling of apt_pkg dependency parsing methods. * Use new spelling of apt_pkg.SourceList methods. * Bump python-apt (build-)dependency to >= 0.8.0. * Add a scheme for excluding false positives from the pyflakes test, and enable it by default. * Rearrange the OptionParser workaround from 1:0.154.5 to work with Python 3, using gettext or ugettext as appropriate. * Always pass bytes to hashlib.md5.update. * Fix DistUpgradeAptCdrom to account for gzip files being opened in binary mode. * Convert the last use of os.popen to subprocess.check_output, which makes it easier to read str rather than bytes. (This requires Python 2.7.) * Decode bytes read from urlopened file objects. * UpdateManager/backend/InstallBackendSynaptic.py - Keep a reference to the data tuple passed to GObject.child_watch_add to avoid attempts to destroy it without a thread context (LP: #724687). - Open temporary synaptic selections file in text mode. * Define __bool__ rather than __nonzero__ method in Python 3. * sort(cmp=) and sorted(cmp=) no longer work in Python 3. Use appropriate key= arguments instead. * Fix ResourceWarning while reading /proc/mounts. * Make update-manager-kde depend on psmisc, for killall. * DistUpgrade/DistUpgradeView.py: - Use floor division in FuzzyTimeToStr. * DistUpgrade/DistUpgradeViewText.py: - Flush stdout after printing confirmation message, since it doesn't have a trailing newline. * Use the appropriate Unicode gettext methods in both Python 2 and 3, and drop lots of Python-3-unfriendly Unicode mangling as a result. * DistUpgrade/DistUpgradeViewKDE.py: - Open the terminal log in binary mode. * data/do-release-upgrade.8: - Provide a more useful NAME section. * DistUpgrade/DistUpgradeCache.py: - Tolerate SyntaxError from attempting to import NvidiaDetector, until such time as a complete ubuntu-drivers-common Python 3 port is in the archive. * Switch #! lines over to python3, apart from dist-upgrader which needs to stay as Python 2 for a while longer (and have some special arrangement for running with Python 3 for upgrades from >= quantal). * Run tests under both Python 2 and 3. [ Adam Conrad ] * Merge branch from Michael Terry to drop auto-upgrade-tester from update-manager and move it into its own source package [ Barry Warsaw ] * Begin refactoring of Computer Janitor code by renaming and re-situating all of it to janitor/plugincore. This will eventually be removed from here into its own separate branch. * Merge the temporary Python 3 sprint branch back into trunk, and close the py3 sprint branch. * Moved UpdateManager/backend and UpdateManager/UnitySupport.py to the python*-update-manager packages for apturl. [ Michael Vogt ] * UpdateManager/GtkProgress.py: - fix python-apt 0.8 API crash [ Stéphane Graber ] * Drop fdsend as it's not used and doesn't build with python3. * Make update-manager-core a binary all packages (everything is python). * Split update-manager-core into python-update-manager, python3-update-manager and update-manager-core. * Build-depend and depend on python-apt >= 0.8.5~ as we need proper python3 support. [ Steve Langasek ] * tests/test_country_mirror.py: the test suite shouldn't fail if $LANG isn't set in the environment. * update-manager is now using python3 as an interpreter, so fix these up to actually be python3 packages. -- Colin Watson Thu, 14 Jun 2012 00:57:42 +0100 update-manager (1:0.162) quantal; urgency=low * DistUpgrade/build-tarball.sh: - include "DistUpgrade" symlink in tarball to ensure relative imports keep working -- Michael Vogt Mon, 04 Jun 2012 14:27:50 +0200 update-manager (1:0.161) quantal; urgency=low * /usr/share/nvidia-common/obsolete was renamed to /usr/share/ubuntu-drivers-common/obsolete and moved packages. Cope with this. -- Colin Watson Fri, 01 Jun 2012 20:53:46 +0100 update-manager (1:0.160) quantal; urgency=low [ Colin Watson ] * Use Python 3-style print functions. * Use "except Exception as e" syntax rather than the old-style "except Exception, e". * Fix a few assorted pyflakes warnings. * Use string methods rather than functions from the string module. * Replace most uses of filter and map with list comprehensions or for loops. * Use open() rather than file(). * Use Python 3 renaming of ConfigParser if available. * Use "raise Exception(value)" syntax rather than the old-style "raise Exception, value". * Remove duplicate imports of os.path; 'import os' is enough. * Use Python 3 renamings of urllib, urllib2, and urlparse if available. * Remove all hard tabs from Python code. Python 3 no longer tolerates mixing tabs and spaces for indentation. * Use Python 3 renaming of httplib if available. * Use email.utils.parsedate (with a DST handling correction) rather than the long-deprecated rfc822.parsedate. * Use the threading module instead of thread (renamed to _thread in Python 3). * Tell Python to use absolute imports by default, and annotate cases where we need relative imports. * Update test_proxy to use gsettings and the python-apt 0.8 API. * Use new-style octal literals. * Drop use of deprecated statvfs module. * Use Python 3 renamings of BaseHTTPServer and SocketServer if available. * Modernise use of unittest methods. * Use python-apt 0.8 API spellings of apt_pkg.config methods. * Fix several ResourceWarnings with Python 3. * Port to python-apt 0.8 progress classes. * Since python-gnupginterface is not likely to be ported to Python 3, and since it's almost just as easy to call gpg directly via subprocess, do so. * Use gettext if ugettext does not exist (as in Python 3). * Ignore __pycache__ directories, and exclude them from dist-upgrader tarballs. * Fix up module path when running AutoUpgradeTester/auto-install-tester.py from the build tree. * Add a DistUpgrade -> . symlink in DistUpgrade/, to make it possible to have compatible imports both in update-manager proper and in dist-upgrader tarballs. * Use only absolute imports in AutoUpgradeTester/auto-install-tester.py and DistUpgrade/dist-upgrade.py; these have no __package__ and so cannot use relative imports. * Open subprocesses with universal_newlines=True when expecting to read text from them. On Python 2, this only enables \r\n conversion and the like, but on Python 3 this also causes subprocess-related file objects to read str rather than bytes. * Use "key in dict" rather than "dict.has_key(key)". * Pass globals() to __import__ so that relative imports work. [ Michael Vogt ] * DistUpgrade/*.py: - update for the 12.04 -> 12.10 upgrade * AutoUpgradeTester/profile/defaults.cfg.d/defaults.cfg: - update for precise->quantal * fix some remaining python-apt 0.8+ API issues [ Brian Murray ] * DistUpgrade/DistUpgradeApport.py - check errormsg for the English version of the dependency problems error first (LP: #999890) [ Michael Terry ] * Rename to Software Updater and fix some other strings to match mpt's spec. * lp:~mterry/update-manager/move-changelogs: - implement new app layout -- Michael Vogt Fri, 01 Jun 2012 17:48:54 +0200 update-manager (1:0.156.14.5) UNRELEASED; urgency=low * lp:~ember/update-manager/ubuntu.bug1002956: - fix missing ReleaseNotesViewerWebkit.py support, thanks to Pedro Fragoso (LP: #1002956) -- Michael Vogt Wed, 23 May 2012 11:26:59 +0200 update-manager (1:0.156.14.4) precise-security; urgency=low * SECURITY UPDATE: Incorrect permissions on system_state archive may expose repo passwords (LP: #954483) - DistUpgrade/DistUpgradeMain.py: create file with proper permissions. - debian/update-manager-core.postinst: clean up permissions on existing files. - CVE-2012-0948 * SECURITY UPDATE: Apport hook may upload system_state archive containing repo passwords (LP: #954483) - debian/source_update-manager.py: don't upload system_state archives. - CVE-2012-0949 * This package does _not_ contain the changes from (1:0.156.14.2) in precise-proposed. -- Marc Deslauriers Tue, 15 May 2012 08:13:39 -0400 update-manager (1:0.156.14.2) precise-proposed; urgency=low * fix automatic expand of the terminal if no activity happend for >300s (LP: #979661) -- Michael Vogt Fri, 04 May 2012 11:46:09 -0700 update-manager (1:0.156.14.1) precise-proposed; urgency=low * DistUpgrade/ReleaseAnnouncement: - add "LTS" to the version -- Michael Vogt Thu, 26 Apr 2012 13:59:24 +0200 update-manager (1:0.156.14) precise; urgency=low * debian/control: - fix description for update-manager-kde (LP: #984906), thanks to Scott Kitterman * DistUpgrade/DistUpgradeController.py: - do not set PYCENTRAL_NO_DPKG_QUERY (LP: #986233) -- Michael Vogt Fri, 20 Apr 2012 18:26:27 +0200 update-manager (1:0.156.13) precise; urgency=low * Improve the error message used when a package cannot be located after updating, probably caused by an overloaded mirror. (LP: #873468) -- Barry Warsaw Tue, 17 Apr 2012 16:02:54 -0400 update-manager (1:0.156.12) precise; urgency=low [ Colin Watson ] * data/gtkbuilder/UpgradePromptDialog.ui: - Remove has_separator property from dialog_really_do_not_upgrade (deprecated in GTK+ 2.22, removed in 3.0). * debian/control: - Restore gksu dependency, needed by e.g. check-new-release-gtk (LP: #980637). [ Michael Vogt ] * UpdateManager/UpdateManager.py: - disconnect model and clear store before rebuilding the cache, thanks to Colin Watson * po/*.po: - updated to the latest launchpad (LP: #628157) * DistUpgrade/DistUpgradeController.py: - remove backports sources.list.d file again after its no longer needed (LP: #973717) * DistUpgrade/DistUpgradeController.py: - when checking for the backports, its enough to check is the set of the needed ones is a subset of the found ones (LP: #969182) * DistUpgrade/DistUpgrade.cfg.lucid: - release-upgrader-libapt-pkg-dev is not needed for the upgrade itself * remove skype from the removal blacklist -- Michael Vogt Tue, 17 Apr 2012 21:27:54 +0200 update-manager (1:0.156.11) precise; urgency=low * DistUpgrade/DistUpgrade.cfg.lucid: - add in a missing backported package (LP: #969182) * DistUpgrade/Distupgrade.py: - workaround issue regarding removing selections, thanks to sampo555 for the patch (LP: #945536) * Automatic update of mirrors, demoted packages and of included source packages: base-installer -- Brian Murray Thu, 12 Apr 2012 11:02:52 -0700 update-manager (1:0.156.10) precise; urgency=low [ Michael Vogt ] * UpdateManager/Core/MyCache.py: - do not attempt to download changelogs from https locations if the uri requires credentials, thanks to Pat McGowan [ Colin Watson ] * UpdateManager/Core/MyCache.py: - Check that pkg.candidate.uri is not None when looking for changelogs (LP: #839986). -- Michael Vogt Tue, 27 Mar 2012 13:44:40 +0200 update-manager (1:0.156.9) precise; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - support cdrom-only upgrades properly by using the backported libapt-{pkg,inst} and release-upgrader-python-apt from the CD * DistUpgrade/DistUpgrade.cfg: - update KernelRemoval/Version to match oneirics kernel * DistUpgrade/DistUpgrade.cfg.lucid: - update KernelRemoval/Version to match lucids kernel * data/release-upgrades: - set releae upgrades default to "lts" * DistUpgrade/DistUpgradeCache.py: - when selecting a new default kernel from base-installer, ensure to install the matching kernel headers too if previously kernel headers were installed (LP: #959307) [ Brian Murray ] * debian/source_update-manager.py: pass if attach_gsettings fails like on a server [ Gabor Kelemen ] * lp:~kelemeng/update-manager/bug957552: - Mark two accessible descriptions for translation. LP: #957552 -- Michael Vogt Tue, 20 Mar 2012 17:35:34 +0100 update-manager (1:0.156.8) precise; urgency=low [ Robert Roth ] * Update icon name to use FD.o standard (LP: #921310) [ Julien Lavergne ] * DistUpgrade/DistUpgrade.cfg, DistUpgrade/removal_blacklist.cfg, UpdateManager/Core/utils.py, AutoUpgradeTester/profile/lubuntu/DistUpgrade.cfg: - Add Lubuntu support, and don't upgrade gnome-components which have been removed from Lubuntu installation (LP: #945215) [ Barry Warsaw ] * Improve the warning issued when i8xx graphics hardware is detected. (LP: #941172) [ Brian Murray ] * DistUpgrade/removal_blacklist.cfg: - blacklist gnome-session so that users can always login after a failed partial upgrade (LP: #946539) [ James Hunt ] * Only attempt to stop screensaver if DISPLAY set, and throw away xdg-screensaver output. (LP: #883618) [ Colin Watson ] * Use 'from dbus.mainloop.glib import DBusGMainLoop; DBusGMainLoop(set_as_default=True)' to set up the main loop, rather than importing the deprecated dbus.glib. [ Gabor Kelemen ] * Fix misplaced parentheses. LP: #952959 -- Michael Vogt Tue, 13 Mar 2012 15:29:59 +0100 update-manager (1:0.156.7) precise; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - fix nvidia detection, thanks to Brian Murray * DistUpgrade/xorg_fix_proprietary.py: - fix crash when apt_pkg is not initialized (LP: #942106) * DistUpgrade/DistUpgradeController.py, DistUpgrade/mirrors.cfg: - support upgrades with commercial-ppas in the sources.list (LP: #939461) and add tests * UpdateManager/UpdateManager.py: - fix inaccurate string, thanks to JohnNapster (LP: #942590) [ Brian Murray ] * DistUpgrade/removal_blacklist.cfg: - Only blacklist unity-2d, not all packages whose names start with unity-2d. (LP: #940196) -- Michael Vogt Mon, 05 Mar 2012 09:02:14 +0100 update-manager (1:0.156.6) precise; urgency=low [ Robert Roth ] * lp:~evfool/update-manager/lp930177: - Add missing space (LP: #930177) [ Michael Vogt ] * DistUpgrade/DevelReleaseAnnouncement: - change label from alpha to beta release -- Michael Vogt Thu, 23 Feb 2012 16:44:50 +0100 update-manager (1:0.156.5) precise; urgency=low [ Brian Murray ] * do-release-upgrade: capitalize U in ubuntu * debian/source_update-manager.py: add screenlog.0 from /var/log/dist-upgrade to apport bug reports [ Marc Deslauriers ] * DistUpgrade/DistUpgradeViewKDE.py: fix regression caused by improper return value handling. (LP: #933225) -- Michael Vogt Thu, 16 Feb 2012 17:30:58 +0100 update-manager (1:0.156.4) precise; urgency=low * DistUpgrade/DistUpgrade.cfg.lucid: - Update libapt-pkg and libapt-inst versions. -- Colin Watson Mon, 06 Feb 2012 11:35:42 +0000 update-manager (1:0.156.3) precise; urgency=low [ Jean-Baptiste Lallement ] * lp:~jibel/update-manager/AutoUpgradeTester-desktoptests: New tests for Ubuntu Desktop LTS upgrade: * autologin check * user settings check: wallpaper, theme, keyboard layout, custom launchers (desktop and panel) * lp:~jibel/update-manager/AutoUpgradeTester-portlocking: - automatically allocate free ssh/vnc ports [ Colin Watson ] * Clean up a few pyflakes warnings. * DistUpgrade/DistUpgradeMain.py - Make sure main.log is actually created. * DistUpgrade/removal_blacklist.cfg: - Only blacklist unity, not all packages whose names start with unity. [ Robert Roth ] * lp:~evfool/update-manager/lp351665: - Use ngettext to humanize size (LP: #351665) * lp:~evfool/update-manager/distupgradefixes: - DistUpgrade changes dialog text fixes (LP: #348517, LP: #513908) - Fix resize on changes dialog to stretch the details (LP: #294293) [ Michael Vogt ] * add humanize_size() test * pyflakes fixes * tests/test_pyflakes.py: - always pyflakes as part of the pre-build process to ensure we are clean * disable apply_dselect_upgrades() -- Michael Vogt Fri, 03 Feb 2012 09:56:29 +0100 update-manager (1:0.156.2) precise; urgency=low [ Michael Vogt ] * DistUpgrade/removal_blacklist.cfg: - add unity, unity-2d [ Brian Murray ] * debian/source_update-manager.py: use attach_file for dist-upgrade log files rather than attach_root_command_outputs resolving the double gzipped apt clone attachment issue [ Matthew Linscott ] * UpdateManager/Core/utils.py - fixed typos in docstring for ExecutionTime [ Daniel Polehn ] * DistUpgrade/DistUpgradeView.py - Made usage of 'canceled' v. 'cancelled' consistent. LP: #918302 -- Brian Murray Wed, 25 Jan 2012 15:37:27 -0800 update-manager (1:0.156.1) precise; urgency=low * debian/source_update-manager.py: include AptDaemon messages from syslog to help identify failures -- Brian Murray Tue, 17 Jan 2012 15:21:37 -0800 update-manager (1:0.156) precise; urgency=low [ Michael Vogt ] * pyflake fixes, remove some dead code * update unity dependency [ Brian Murray ] * DistUpgrade/DistUpgradeController.py - call apport-cli directly for bug reporting of errors * check-new-release-gtk - ensure to write a integer when calculating the next time that the release available window will be presented (LP: #873424) - hide redundant release-notes button (LP: #873432) -- Michael Vogt Fri, 13 Jan 2012 11:08:32 +0100 update-manager (1:0.155.3) precise; urgency=low [ Michael Vogt ] * DistUpgrade/removal_blacklist.cfg: - add screen as the server upgrade runs inside it, thanks to Steve Langasek * DistUpgrade/DistUpgradeController.py, DistUpgrade/prerequists-sources.list: - use the release-upgrader-python-apt from lucid-updates instead of lucid-proposed [ Brian Murray ] * UpdateManager/UpdateManager.py - add periods to sentences in refresh_updates_count -- Michael Vogt Tue, 10 Jan 2012 10:04:38 +0100 update-manager (1:0.155.2) precise; urgency=low [ Robert Roth ] * DistUpgrade/DistUpgradeController.py: - Avoid using systemdir abbreviation (LP: #903939) [ Brian Murray ] * debian/source_update-manager.py: - Use attach_gesttings_package instead of attach_gconf [ Jean-Baptiste Lallement ] * lp:~jibel/update-manager/AutoUpgradeTester-aptclone: - support building a profile from a apt-clone file and testing that - add amd64 test profiles -- Michael Vogt Mon, 09 Jan 2012 11:30:56 +0100 update-manager (1:0.155.1) precise; urgency=low * fix crash in backports fetching code -- Michael Vogt Fri, 09 Dec 2011 21:34:43 +0100 update-manager (1:0.155) precise; urgency=low [ Michael Vogt ] * lp:~mvo/update-manager/lucid-precise-upgrades: - support upgrades with multiarch-support (for e.g. flash) from lucid to precise by using the release-upgrader-python-apt from lucid-proposed during the upgrade [ Gabor Kelemen ] * Mark a few strings for translation, make variables reorderable -- Michael Vogt Fri, 09 Dec 2011 15:12:13 +0100 update-manager (1:0.154.6) precise; urgency=low * DistUpgrade/DistUpgrade.ui: - remove as this is not supported by the gtkbuilder in lucid and makes the release upgrader crash (LP: #898482) -- Michael Vogt Thu, 01 Dec 2011 16:38:56 +0100 update-manager (1:0.154.5) precise; urgency=low [ Nicholas Skaggs ] * lp:~nskaggs/update-manager/fix-for-702418: - Removed gnome-power-manager dbus interface completely and only use freedesktop interface. Thanks to Nicholas Skaggs (LP: #702418) [ Gabor Kelemen ] * Replace gettext.install() with bindtextdomain() calls. Work around crash in OptionParser when displaying localized --help text, to not regress on bug LP: #557804 * Extract strings for translation from u-m-t and u-s-s executables [ Marc Deslauriers ] * SECURITY UPDATE: arbitrary code execution via directory traversal (LP: #881548) - UpdateManager/Core/DistUpgradeFetcherCore.py: verify signature before unpacking the tarball. - CVE-2011-3152 * SECURITY UPDATE: information leak via insecure temp file (LP: #881541) - DistUpgrade/DistUpgradeViewKDE.py: use mkstemp instead of mktemp. - CVE-2011-3154 [ Michael Vogt ] * UpdateManager/UpdateManager.py: - ensure that the origin headers state of "select all/dselect all" is consistent -- Michael Vogt Tue, 29 Nov 2011 09:58:15 +0100 update-manager (1:0.154.3) precise; urgency=low [ Alexey Feldgendler ] * lp:~feldgendler/update-manager/574436: Introduced the [ThirdPartyMirrors] configuration section for the distribution upgrader. All keys in it must have distinct names, but only values matter. Each value is a third-party source URI. Such whitelisted sources don't get disabled on upgrade; however, if they use "from" release name, it's replaced with the "to" release name. (LP: #574436) -- Michael Vogt Mon, 21 Nov 2011 15:36:02 +0100 update-manager (1:0.154.2) precise; urgency=low * UpdateManager/backend/InstallBackendSynaptic.py - fix crash when using synaptic (LP: #878719) * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeMain.py: - before doing the upgrade test if all systemdirs are actually writable, thanks to Brian Murray (LP: #889921) -- Michael Vogt Thu, 17 Nov 2011 10:15:29 +0100 update-manager (1:0.154.1) precise; urgency=low [ Robert Roth ] * Change up-to-date text to up to date (LP: #864336) [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - add precise as a LTS release * AutoUpgradeTester/profile/*/DistUpgrade.cfg: - updated to test oneiric->precise and lucid->precise * AutoUpgradeTester/UpgradeTestBackendQemu.py: - add support for different architectures * AutoUpgradeTester/profile/server-amd64/DistUpgrade.cfg: - add amd64 server upgrade test profile * DistUpgrade/DistUpgradeConfigParser.py: - add new "defaults_dir" argument to allow simplifying the auto-upgrade-tester config * DistUpgrade/DistUpgrade.cfg.lucid: - add lucid->precise upgrade config * AutoUpgradeTester/UpgradeTestBackendQemu.py: - dynamically allocate ssh/vnc ports when multiple testers are run -- Michael Vogt Tue, 08 Nov 2011 09:35:27 +0100 update-manager (1:0.154) precise; urgency=low * lp:~barcc/update-manager/all_changes-wrong-use: - Fixed wrong use of self.cache.all_changes[name] in UpdateManager.on_treeview_update_cursor_changed * data/gtkbuilder/UpdateManager.ui: - set default height to 500 (thanks to Sebastien Bacher) * DistUpgrade/DistUpgradeController.py: - do not crash if apt-btrfs-snapshot fails to run (LP: #873411) * UpdateManager/Core/MyCache.py, DistUpgrade/DistUpgradeCache.py: - honor dselect request install state when calcuating the upgrade thanks to Evan for suggesting this * merge fixes from oneiric-proposed * DistUpgrade/* - update for oneiric->precise upgrades -- Michael Vogt Wed, 19 Oct 2011 16:21:16 +0200 update-manager (1:0.152.25.4) oneiric-proposed; urgency=low * DistUpgrade/removal_blacklist.cfg: - ensure that postgresql does not get removed (LP: #871893) -- Michael Vogt Wed, 19 Oct 2011 09:52:08 +0200 update-manager (1:0.152.25.3) oneiric-proposed; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix crash when packages needs downgrading * UpdateManager/Core/utils.py: - do not crash if iptables does not exist, thanks to Daniel Holbach for reporting the issue (LP: #877514) * DistUpgrade/DistUpgradeQuirks.py: - keep poking the screensaver to ensure that it really won't activate during the upgrade (thanks to Jonathan Davies for the report) * tests/test_sources_list.py: - fix test (archive.ubuntu.com no longer listens to ftp) * po/*: - refresh again to fix regression (LP: #877461) -- Michael Vogt Tue, 18 Oct 2011 17:06:40 +0200 update-manager (1:0.152.25.2) oneiric-proposed; urgency=low * refresh translation for the release-upgrader (LP: #873905) -- Michael Vogt Fri, 14 Oct 2011 15:19:51 +0200 update-manager (1:0.152.25.1) oneiric-proposed; urgency=low * DistUpgrade/DistUpgradeController.py: - do not crash if apt-btrfs-snapshot fails to run (LP: #873411) -- Michael Vogt Thu, 13 Oct 2011 17:29:34 +0200 update-manager (1:0.152.25) oneiric; urgency=low * DistUpgrade/DistUpgradeController.py: - add workaround for a python-apt bug that causes the release upgrade to import the old version of "DistInfo" intead of the one that is bundled with the release-upgrader (LP: #871007) -- Michael Vogt Mon, 10 Oct 2011 13:15:29 +0200 update-manager (1:0.152.24) oneiric; urgency=low * AutoUpgradeTester/profile/eduubuntu/DistUpgrade.cfg: - Fix typo, renaming to edubuntu instead -- Stéphane Graber Sat, 08 Oct 2011 15:25:55 -0400 update-manager (1:0.152.23) oneiric; urgency=low * DistUpgrade/DistUpgrade.cfg: - ensure that edubuntu-desktop really gets upgraded * AutoUpgradeTester/profile/eduubuntu/DistUpgrade.cfg: - update profile for edubuntu -- Michael Vogt Sat, 08 Oct 2011 19:24:45 +0200 update-manager (1:0.152.22) oneiric; urgency=low * tests/test_update_origin.py, Janitor/computerjanitor/plugin.py: - fix tests * .bzr-builddeb/default.conf: - re-enable pre-build script to ensure we get a updated base-installer, demotions and html Announcements -- Michael Vogt Fri, 07 Oct 2011 10:07:26 +0200 update-manager (1:0.152.21) oneiric; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - increase the amd64 cache size to 48mb to workaround bug LP: #854090 during the natty -> oneiric upgrade -- Michael Vogt Fri, 30 Sep 2011 21:26:10 +0200 update-manager (1:0.152.20) oneiric; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - increase the default cache size on a multiarch system to avoid potential crash in natty apt (LP: #854090) * DistUpgrade/DistUpgradeController.py, UpdateManager/Core/utils.py: - do not leak password from sources.list entries into the logfile (LP: #839094) * UpdateManager/UpdateManager.py: - do not crash if a package can not be put into "install" state, instead, just keep the old (unmarked) state (LP: #850482) * UpdateManager/DistUpgradeFetcher.py: - fix crash for changed gtk2 -> gtk3 API (LP: #859862) * UpdateManager/backend/InstallBackendAptdaemon.py: - remove debug output (LP: #855495) -- Michael Vogt Fri, 30 Sep 2011 16:09:55 +0200 update-manager (1:0.152.19) oneiric; urgency=low * DistUpgrade/DistUpgradeCache.py: - do not use O_SYNC for the apt.log, its not important enough to justify the slowdown (LP: #852128) -- Michael Vogt Wed, 21 Sep 2011 17:55:53 +0200 update-manager (1:0.152.18) oneiric; urgency=low [ Michael Vogt ] * debian/pycompat: - removed, no longer needed * debian/rules: - fix incorrect invocation of --with=python2 [ Robert Roth ] * lp:~evfool/update-manager/handlewarning: - Only disconnect handler if it's still connected (LP: #133139) * lp:~evfool/update-manager/glibchangefix: - Call glib.markup_escape_text() correctly as per current gir (don't pass in string length; LP: #832745) * lp:~evfool/update-manager/fixcopylink: - Fix the "Copy web link" context menu item of the ChangeLog viewer. It did not work before of some Gtk changes, now it does work. Fixes LP: #831944. [ Stefano Rivera ] * extras is another special case where validTo=False (LP: #775694) -- Michael Vogt Tue, 13 Sep 2011 11:47:10 +0200 update-manager (1:0.152.17) oneiric; urgency=low * debian/source-update_manager.py: ask the reporter if their issue is regarding a distribution upgrade if so include log files (LP: #836846) -- Brian Murray Mon, 29 Aug 2011 10:10:15 -0700 update-manager (1:0.152.16) oneiric; urgency=low * DistUpgrade/DevelReleaseAnnouncement: - prepare text for the beta release -- Michael Vogt Thu, 25 Aug 2011 17:52:58 +0200 update-manager (1:0.152.15) oneiric; urgency=low [ Brian Murray ] * DistUpgrade/DistUpgradeApport.py: - properly add the tag 'dist-upgrade' to the bug report [ Michael Vogt ] * UpdateManager/backend/InstallBackendAptdaemon.py: - fix incorrect initialization * fix GLib.timeout_add_seconds() with the new GIR (LP: #829186) * call software-properties-gtk without gksu, that is no longer needed -- Michael Vogt Fri, 19 Aug 2011 12:15:35 +0200 update-manager (1:0.152.14) oneiric; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - enable multiarch on amd64 during the upgrade - add new "PreCacheOpen" hook and use it for the multiarch enabling * DistUpgrade/DistUpgradeCache.py: - when checking for missing "priority: required" packages ignore the foreign architecture ones -- Michael Vogt Tue, 16 Aug 2011 10:52:23 +0200 update-manager (1:0.152.13) oneiric; urgency=low [ Robert Roth ] * Fix link context menu in changelog viewer (LP: #824957) [ Michael Vogt ] * debian/control: - bump unity dependency to gir1.2-unity-4.0 -- Michael Vogt Fri, 12 Aug 2011 17:45:51 +0200 update-manager (1:0.152.12) oneiric; urgency=low [ Michael Vogt ] * AutoUpgradeTester/UpgradeTestBackendQemu.py: - add NonInterative/AddRepoUpgradeImmediately option that allows installing test package *before* the test upgrade runs (useful for e.g. testing a new apt or dpkg) [ Robert Roth ] * Added default value to be able to start UpdateManager without having gir-unity installed (LP: #823935) * Fixed changelog test with the new wording * Specify default -1 length for terminal response (LP: #817785) -- Michael Vogt Thu, 11 Aug 2011 17:58:35 +0200 update-manager (1:0.152.11) oneiric; urgency=low * DistUpgrade/DistUpgradeViewGtk3.py: - use vte.for_command_full() instead of fork_command() as fork_command is no longer available in the gir-2.90 (LP: #808738) -- Michael Vogt Tue, 09 Aug 2011 15:27:46 +0200 update-manager (1:0.152.10) oneiric; urgency=low [ Michael Vogt ] * merged lp:~evfool/update-manager/pkgsections, many thanks * debian/control: - fix dependency on python-aptdaemon.gtk3widgets * DistUpgrade/DistUpgradeController.py: - only ask for a reboot if the upgrade is not running inside a chroot [ Brian Murray ] * DistUpgrade/DistUpgradeController.py: - when upgrading do not disable deb-src entries in /etc/apt/sources.list * DistUpgrade/DistUpgradeMain.py: - string fix thanks to David Stansby for the fix (LP: #510681) [ Robert Roth ] * Give clear instructions when the last update timestamp is not found (LP: #821345) * Fix operation between NoneType and int (LP: #820126) -- Michael Vogt Fri, 05 Aug 2011 14:16:15 +0200 update-manager (1:0.152.9) oneiric; urgency=low * remove old UpdateManager.glade file * rename data/glade to data/gtkbuilder * merged lp:~rodrigo-moya/update-manager/use-new-power-interface, thanks to Rodrigo Moya * DistUpgrade/DistUpgradeQuirks.py: - when upgrading, ensure that zz-update-grub is early in /etc/kernel/postinst.d to ensure we always have a good grub config and not depend on the package upgrade ordering for that -- Michael Vogt Thu, 28 Jul 2011 16:59:58 +0200 update-manager (1:0.152.8) oneiric; urgency=low [ Robert Roth ] * Ordered the packages alphabetically on the dist-upgrade confirmation dialog. (LP: #764831) * Update last updated text every 15 minutes in the first hour after update (LP: #747336). Thanks to Fredrik Ekelund. [ Michael Vogt ] * UpdateManager/UpdateManager.py, data/glade/UpdateManager.ui: - remove old manual text wrap code that is now superseeded by gtk3 (LP: #812949) * data/glade/UpdateManager.ui: - fix the xalign and expand properties of the various alert labels -- Michael Vogt Wed, 27 Jul 2011 10:42:31 +0200 update-manager (1:0.152.7) oneiric; urgency=low [ Michael Vogt ] * merged lp:~mterry/update-manager/813778 to fix crash in initCache() LP: #813778. Many thanks to Michael Terry * add jenkins slave setup (config, upstart job), similar to the server-isotesting (disabled by default) * DistUpgrade/DistUpgrade.ui: - add minimal size for the details expander (and let glade reindent/reformat the entire file along the way) * merged lp:~evfool/update-manager/stringfixes [ Robert Roth ] * Updated translator comment to follow the Ubuntu Units policy * Display sizes according to the Ubuntu Units Policy (LP: #410310) * Fix ambiguous text explaining updates to running release (LP: #461780) * Added label to distinguish candidate version from installed version (LP: #537942) * Rename Check all/Uncheck all to Select/Deselect all -- Michael Vogt Mon, 25 Jul 2011 18:44:45 +0200 update-manager (1:0.152.6) oneiric; urgency=low * Only build dist-upgrader tarball in the binary-indep target, fixing both the non-x86 build failures, and Soyuz having a hissy fit over multiple identically-named files (LP: #813867) -- Adam Conrad Thu, 21 Jul 2011 00:24:32 -0600 update-manager (1:0.152.5) oneiric; urgency=low * DistUpgrade/DistUpgrade{Cache,Controller}.py: - if btrfs snapshots are used, add the additional required diskspace requierd into the free space calculation * debian/{rules,control}: - move to debhelper 7 -- Michael Vogt Wed, 20 Jul 2011 10:09:49 +0200 update-manager (1:0.152.4) oneiric; urgency=low * merged lp:~evfool/update-manager/fix622489, many thanks to "FooBar" and Robert Roth (evfool) * when downloading the html release notes, ensure to send a query string similar to ubiquity to allow more specific release notes -- Michael Vogt Tue, 19 Jul 2011 09:45:28 +0200 update-manager (1:0.152.3) oneiric; urgency=low * remove unneeded GConf imports (we are using gsettings now) LP: #807715 * a good bunch of pyflakes fixes -- Michael Vogt Fri, 15 Jul 2011 18:00:37 +0200 update-manager (1:0.152.2) oneiric; urgency=low * data/update-manager.convert: - ship gconf->gsettings convert script -- Michael Vogt Thu, 14 Jul 2011 10:01:18 +0200 update-manager (1:0.152.1) oneiric; urgency=low * fix release upgrade view dialog in gtk3 * UpdateManager/UpdateManager.py, check-new-release-gtk: - use GLib.timeout_add(priority, timeout, func, data) instead of the old glib.timeout_add() thanks to Michael Terry (lp:~mterry/update-manager/pygi-cleanups) * check-new-release-gtk, tests/test_end_of_life.py: - fix test failures -- Michael Vogt Mon, 11 Jul 2011 11:19:29 +0200 update-manager (1:0.152) oneiric; urgency=low * ported to gtk3/GI * port from gconf to gsettings * debian/control: - depend on python-gobject with overwrite bugfixes needed for update-manager -- Michael Vogt Fri, 08 Jul 2011 12:25:03 +0200 update-manager (1:0.151.10) oneiric; urgency=low [ Brian Murray ] * In apport hook, collect non-default gconf values. -- Barry Warsaw Thu, 07 Jul 2011 14:31:00 -0400 update-manager (1:0.151.9) oneiric; urgency=low * do not crash if lspci is not installed * merged lp:~brian-murray/update-manager/apport-hook-changes, thanks! * merged lp:~eapache/update-manager/unity-urgency-hint, many thanks to Evan Huus (LP: #799173) -- Michael Vogt Thu, 07 Jul 2011 11:16:14 +0200 update-manager (1:0.151.8) oneiric; urgency=low * DistUpgrade/DistUpgradeViewGtk.py: - set DPKG_UNTRANSLATED_MESSAGES to force untranslated dpkg terminal messages for easier package failure duplication detection * DistUpgrade/DistUpgradeCache.py: - when calculating the size of the space required in /boot use the size of the currently running kernel as the base and add a small safety margin (LP: #798462). * import new apt-btrfs-snapshot to fix crash for certain fstab entries (LP: #806065) -- Michael Vogt Wed, 06 Jul 2011 17:23:26 +0200 update-manager (1:0.151.7) oneiric; urgency=low * fix apt-btfs-snapshot releated crash -- Michael Vogt Mon, 27 Jun 2011 11:42:16 +0200 update-manager (1:0.151.6) oneiric; urgency=low * pre-build.sh: - automatically include apt_btrfs_snapshot.py in the release uprader tarball -- Michael Vogt Wed, 22 Jun 2011 15:37:08 +0200 update-manager (1:0.151.5) oneiric; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - warn intel i8xx user that the upgrade to oneiric may cause issues with their particular graphics hardware (LP: #774999) * merge patch from "eapache" to fix the unity progress bars (LP: #796311) -- Michael Vogt Fri, 17 Jun 2011 18:04:27 +0200 update-manager (1:0.151.4) oneiric; urgency=low [ Robert Roth ] * Fix problem of showing only integer MB count and causing size inconsistencies [ Brendan Donegan ] * Updated NetworkManagerHelper with new NM 0.9 states as well as updating the UpdateManager itself to handle codes more robustly [ Michael Vogt ] * merged lp:~brendan-donegan/update-manager/bug791548_networkmanager0.9, many thanks * merged lp:~evfool/update-manager/fixmbcount, many thanks * show progress inside unity, thanks to Bilal Akhtar for the initial version of the patch! -- Michael Vogt Fri, 10 Jun 2011 16:19:48 +0200 update-manager (1:0.151.3) oneiric; urgency=low [ Michael Vogt ] * merged lp:~brendan-donegan/update-manager/bug699660-fix-settings-shortcut thanks to Brendan Donegan * AutoUpgradeTester/profile/*: - updated for natty->oneiric * DistUpgrade/DistUpgradeViewGtk.py: - use VteTerminal "child-exit" signal instead of the Reaper object * optionally use webkit for the release notes viewer [ Brian Murray ] * do-release-upgrade: display version of the new release available not the code name * add an apport hook for update-manager and modify bug reporting instructions to recommend using apport (LP: #721382) -- Steve Langasek Fri, 03 Jun 2011 11:32:45 -0700 update-manager (1:0.151.2) oneiric; urgency=low * fix UnitySupport import -- Michael Vogt Mon, 16 May 2011 12:14:26 +0200 update-manager (1:0.151.1) oneiric; urgency=low * merged lp:~bilalakhtar/update-manager/unity-quicklist, many thanks to Bilal Akhtar for adding quickly support * merged lp:~mvo/update-manager/for-unity to make the support optional and to add updates count into the update-manager icon in unity -- Michael Vogt Mon, 02 May 2011 18:15:21 +0200 update-manager (1:0.151) oneiric; urgency=low * merged lp:~evfool/update-manager/sectionchecks, many thanks to Robert Roth * DistUpgrade/*: - updated for oneiric * fix arguments from "autInst" to "auto_inst" and "autoFix" -> "auto_fix" -- Michael Vogt Mon, 02 May 2011 14:25:55 +0200 update-manager (1:0.150.2) natty-proposed; urgency=low * debian/control: - point to "natty" branch * DistUpgrade/DistUpgrade.cfg: - remove "kde-plasmoid-cwp" early as it will break upgrades later (LP: #773022) * DistUpgrade/DistUpgradeCache.py: - do not fail if not all meta-package can not be upgraded, packages like ubuntu-desktop and xubuntu-desktop have implicit conflicts LP: #775411 -- Michael Vogt Mon, 02 May 2011 09:52:35 +0200 update-manager (1:0.150.1) natty-proposed; urgency=low [ Brian Murray ] * DistUpgrade/DistUpgradeApport.py: - do not report zero size attachments (LP: #772052) * DistUpgrade/DistUpgrade.cfg: - enable apport for distribution upgrades (LP: #772913) * DistUpgrade/DistUpgradeController.py: - use service to start apport [ Michael Vogt ] * DistUpgrade/DistUpgrade.cfg: - Remove 'dontzap' from kubuntu-desktops rules (LP: #769680). This fixes a upgrade issue when a old package is leftover -- Michael Vogt Fri, 29 Apr 2011 15:55:38 +0200 update-manager (1:0.150) natty; urgency=low * DistUpgrade/DistUpgradeQuirks.py, tests/test_quirks.py: - don't print a error for already patched files, this removes a misleading error from the upgrade logs - update tests -- Michael Vogt Wed, 20 Apr 2011 14:25:15 +0200 update-manager (1:0.147.6) natty; urgency=low * AutoUpgradeTester/profile/{euca-cloud,euca-nc,xubuntu}/DistUpgrade.cfg: - updated for maverick->natty now that the auto-upgrade-test server has more diskspace * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeMain.py: - make running-under-ssh check more robust by looking for sshd parent * DistUpgrade/DistUpgradeViewText.py: - make user confirm information() messages before continuing (important for e.g. the "sshd has started" message) * DistUpgrade/DistUpgradeQuirks.py, DistUpgrade/DistUpgradeController.py: - ensure that new recommends are installed on a desktop mode upgrade even if that got disabled e.g. via synaptic (LP: #759262) - add test for this feature -- Michael Vogt Fri, 15 Apr 2011 10:05:29 +0200 update-manager (1:0.147.5) natty; urgency=low * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeMain.py: - fix ssh detection (LP: #744995) -- Michael Vogt Fri, 08 Apr 2011 18:24:30 +0200 update-manager (1:0.147.4) natty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py - Allow to view differences in conf file changes LP: #746431 -- Jonathan Riddell Thu, 07 Apr 2011 14:42:15 +0100 update-manager (1:0.147.3) natty; urgency=low * merged lp:~evfool/update-manager/fix665173 (LP: #665173), many thanks to Robert Roth (update the test a bit) * merged lp:~evfool/update-manager/fix150677 (LP: #150677), many thanks to Robert Roth * merged lp:~evfool/update-manager/fix727069 (LP: #727069), many thanks to Robert Roth -- Michael Vogt Wed, 06 Apr 2011 17:32:35 +0200 update-manager (1:0.147.2) natty; urgency=low * UpdateManager/backend/InstallBackendAptdaemon.py: - no not trigger a apport exception on user auth issues and if the user does not type the password in time (LP: #626798) -- Michael Vogt Tue, 05 Apr 2011 15:49:58 +0200 update-manager (1:0.147.1) natty; urgency=low * UpdateManager/backend/InstallBackendAptdaemon.py: - use pkgsystem_unlock, improve exception handling, add test * DistUpgrade/DistUpgradeQuirks.py: - add quirks handler for maverick->natty upgrade for the kdegames-card-data case (LP: #745396) * tests/test_quirks.py: - add test for LP: #745396 * UpdateManager/UpdateManager.py, do-release-upgrade: - point to http://www.ubuntu.com/releaseendoflife when the release is end-of-life message is displayed (LP: #671016) * DistUpgrade/EOLReleaseAnnouncement: - improve wording, this is displayed if the user is trying to upgrade from a unsupported version of Ubuntu to a already unsupported version. This now links to http://www.ubuntu.com/releaseendoflife (LP: #671016) -- Michael Vogt Mon, 04 Apr 2011 11:31:50 +0200 update-manager (1:0.147) natty; urgency=low [ Brian Murray] * UpdateManager/ReleaseNotesViewer.py: fix the path for gnome-open and default to xdg-open (LP: #693131) [ Michael Vogt ] * DistUpgrade/apt_clone.py: - use apt_clone.py from the apt-clone package * debian/control: - add apt-clone to the build-depends * DistUpgrade/DistUpgradePatcher.py: - add native ed-style patch implementation as e.g. chroots may not have ed installed and its critical to be able to ensure that pycompile is correct before the upgrade starts * do-release-upgrade: - use apt.progress.text.AcquireProgress to fix deprecation warning * DistUpgrade/DistUpgradeViewText.py: - fix deprecation warning (LP: #744990) * fix deprecation warnings in auxiliary scripts * DistUpgrade/DistUpgradeAptCdrom.py: - fixes with the python-apt 0.8 API -- Michael Vogt Thu, 31 Mar 2011 17:58:14 +0200 update-manager (1:0.146.6) natty; urgency=low * DistUpgrade/DevelReleaseAnnouncement: - fix description to say "BETA" * pre-build.sh: - cleanup cruft test leftover output -- Michael Vogt Tue, 29 Mar 2011 16:45:29 +0200 update-manager (1:0.146.5) natty; urgency=low * fix FTBFS by including a apt_clone.py copy until apt-clone makes it through NEW -- Michael Vogt Tue, 15 Mar 2011 20:54:30 +0100 update-manager (1:0.146.4) natty; urgency=low * DistUpgrade/DistUpgradeMain.py, DistUpgrade/apt_clone.py: Use apt-clone to create system-state instead of custom one (apt-clone_system_state.tar.gz) This makes reproducing problems a lot easier as apt-clone restore can be used. It also means that ubiquity can pick up failed upgrades from the state file and finish them. -- Michael Vogt Tue, 15 Mar 2011 16:05:11 +0100 update-manager (1:0.146.3) natty; urgency=low * DistUpgrade/DistUpgradeAptCdrom.py, DistUpgrade/DistUpgradeController.py: - comment out cdrom source after alternative CD based upgrade * DistUpgrade/DistUpgradeController.py: - show error message when cdrom fails to add * tests/test_cdrom.py: - add test for cdrom commenting -- Michael Vogt Wed, 09 Mar 2011 16:19:21 +0100 update-manager (1:0.146.2) natty; urgency=low [ Michael Vogt ] * data/glade/UpdateManager.ui, UpdateManager/UpdateManager.py: - improve wording of roaming warning, thanks to Alex Chiang - make the roaming warning label wrap * UpdateManager/UpdateManager.py: - fix crash in _get_last_apt_get_update_text (LP: #712346) - do not try to download changelogs if NM reports we are disconnected (LP: #19372) [ Julian Taylor ] * use dh_installman to install manpages * move do-release-upgrade manpage to update-manager-core (LP: #695186) [ Martin Pitt ] * debian/control: Update Breaks:/Conflicts: for the moved manpage. -- Michael Vogt Wed, 09 Mar 2011 10:25:11 +0100 update-manager (1:0.146.1) natty; urgency=low [ Michael Vogt ] * merged lp:~evfool/update-manager/fix689034: - Some basic string fixes (lp:#689034), thanks to Robert Roth * UpdateManager/Core/roam.py: - add backend for roaming detection, thanks to Alex Chiang - display warning when on 3g and when roaming (fixes half of LP: 323108) * merged lp:~thibault-lemaitre/ubuntu/natty/update-manager/from_pkg.isInstalled_to_pkg.is_installed that fixes a bunch of deprecated python-apt issues (many thanks!) [ Lionel Le Folgoc ] * UpdateManager/UpdateManager.py: try to reboot using consolekit if gnome-session isn't present (fixes rebooting on Xfce and LXDE, lp: #530161). -- Michael Vogt Tue, 01 Mar 2011 08:55:53 +0100 update-manager (1:0.146) natty; urgency=low * DistUpgrade/DistUpgradeView*.py: - pass apt.Package object to the view instead of strings, this allows to show additional info on the packages (like summary or size) * DistUpgrade/DistUpgradeViewGtk.py: - check for libgtk2-perl for debconf support * AutoUpgradeTester/install_blacklist.cfg: - update blacklist for creating main-all images * UpdateManager/ReleaseNotesViewer.py: - use monospace font (LP: #153228) * DistUpgrade/DistUpgradeController.py: - perform btrfs snapshot on upgrade if apt-btrfs-snapshot is available -- Michael Vogt Wed, 16 Feb 2011 21:19:12 +0100 update-manager (1:0.145.13) natty; urgency=low * fix ReleaseAnnoucement.html auto generation -- Michael Vogt Mon, 31 Jan 2011 20:48:42 +0100 update-manager (1:0.145.12) natty; urgency=low * debian/control: - drop build-depend on fglrx-modalias * DistUpgrade/DistUpgradeQuirks.py: - port fglrx-modalias checking code to new modaliases support from the pkgrecords * tests/test_quirks.py: - update tests -- Michael Vogt Mon, 31 Jan 2011 14:49:19 +0100 update-manager (1:0.145.11) natty; urgency=low * debian/91-release-upgrade: - test if the script exists before running it (thanks to Kees Cook) * pre-build.sh: - auto generate html files from the *ReleaseAnnoucement files * merged lp:~brendan-donegan/update-manager/updated-signal-and-no-update-option (many thanks) -- Michael Vogt Fri, 28 Jan 2011 22:27:56 +0100 update-manager (1:0.145.10) natty; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - fixup internal (ed) based patching tool * DistUpgrade/patches/ - add pycompile patch to ensure clean upgrade even when maverick-updates is not available (LP: #689615) * AutoUpgradeTester/profile/server/DistUpgrade.cfg: - updated for maverick * DistUpgrade/DistUpgradeCache.py: - minor python-apt 0.8 API update * tests/patchdir/_patchdir_foo.f41121a903eafadf258962abc57c8644: - update test for latest internal patching tool -- Michael Vogt Fri, 17 Dec 2010 18:24:36 +0100 update-manager (1:0.145.9) natty; urgency=low * fix FTBFS * improve install-backend error checking -- Michael Vogt Thu, 09 Dec 2010 15:55:39 +0100 update-manager (1:0.145.8) natty; urgency=low * remove update-manager-hildon -- Michael Vogt Wed, 08 Dec 2010 16:13:20 +0100 update-manager (1:0.145.7) natty; urgency=low * UpdateManager/backend/InstallBackendAptdaemon.py: - updated for aptdaemon 0.40 * merged lp:~alexlauni/update-manager/dbus, many thanks -- Michael Vogt Tue, 07 Dec 2010 15:13:20 +0100 update-manager (1:0.145.6) natty; urgency=low * debian/rules: - build with --skip-private, otherwise dh_python2 will generate a incorrect maintainer script for the auto-upgrade-tester package that contains a invalid version range string -- Michael Vogt Fri, 03 Dec 2010 10:22:03 +0100 update-manager (1:0.145.5) natty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeViewText.py: - start with gnu screen integration * DistUpgrade/DistUpgradeController.py: - when starting a additional sshd detect if there is a firewall running and if so print information that the additional sshd may need to be added to the firewall rules * UpdateManager/Core/utils.py: - add iptables_active() helper * merged lp:~brian-murray/update-manager/has-completed, many thanks This fixes issues with the English past tense * merged lp:~mvo/update-manager/use-screen-in-text-frontend, this will use screen in the text version of the release upgrader * Janitor/plugins/dpkg_status_plugin.py, DistUpgrade/DistUpgradeViewGtk.py: - fix python-apt 0.8 API * merged lp:~kelemeng/update-manager/bug633036 (LP: #633036), many thanks to Gabor Kelemen * debian/rules, debian/control: - use dh_python2 instead of python-central and drop it from the build-depends [ Colin Watson ] * DistUpgrade/*ReleaseAnnouncement: - Fix "Narwahl" typo (LP: #684050). -- Michael Vogt Fri, 03 Dec 2010 09:46:34 +0100 update-manager (1:0.145.4) natty; urgency=low * DistUpgrade/*.ui: - updated window main heading for 11.04 * merged lp:~brian-murray/update-manager/upgrade-canceled-wording with wording and style fixes, many thanks! * DistUpgrade/DistUpgradeCache.py, UpdateManager/Core/utils.py: - check if running inside a chroot and if so, skip kernel selection * UpdateManager/Core/MetaRelease.py: - improve error checking and only present upgrade button if there is a working network - cleanup hardy code -- Michael Vogt Fri, 26 Nov 2010 16:59:29 +0100 update-manager (1:0.145.3) natty; urgency=low * do-release-upgrade: - output if the current release is no longer supported (part of other-ps-n-testing-upgrades-for-preinstall-hw) * check-new-release-gtk: - show "dist-no-longer-supported" dialog if the current release is no longer supported - automatically "unignore" a previously ignored upgrade if the current release becomes EOL * AutoUpgradeTester/profile/*/DistUpgrade.cfg: - update to auto test maverick to natty * DistUpgrade/DistUpgrade.cfg: - update kernel removal for natty too -- Michael Vogt Wed, 17 Nov 2010 17:40:09 +0100 update-manager (1:0.145.2) natty; urgency=low [ Barry Warsaw ] * Add required details to .emit() call. (LP: #631328) [ Michael Vogt ] * debian/control: - add or-dependency for python-aptdaemon-gtk and drop gksu dependency (its either brought in via synaptic or not needed) * UpdateManager/Core/utils.py: - add get_arch() call * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeQuirks.py: - use new utils.get_arch() call * merged fixes from lp:~ubuntu-core-dev/update-manager/maverick * debian/rules: - push EOLReleaseAnnouncement to the server too -- Michael Vogt Fri, 12 Nov 2010 15:56:32 +0100 update-manager (1:0.145.1) natty; urgency=low [ Michael Vogt ] * DistUpgrade/EOLReleaseAnnouncement: - add information for the time when the release is EOL (part of the fix for #671016) * UpdateManager/UpdateManager.py: - fix typo in EOL text * DistUpgrade/DistUpgradeController.py: - properly log excepition in the child to the main.log, thanks to Jonathan Davies [ Barry Warsaw ] * In Python 2.7, locale.format() input test has gotten more strict. It does not allow trailing text after the format string. Change this to locale.format_string(). See Python issue 10379. (LP: #673297) -- Michael Vogt Wed, 10 Nov 2010 17:39:41 +0100 update-manager (1:0.145) natty; urgency=low [ Michael Vogt ] * DistUpgrade/*: - updated for natty * tests/test_prerequists.py: - fix jaunty test now that this is moved to old-releases.ubuntu.com * pre-build.sh: - run testsuite on bzr-buildpackage * tests/test_dist_upgrade_fetcher_core.py: - fix test failures and ensure its python-apt 0.8 clean * po/update-manager.pot: - updated * DistUpgrade/DistUpgradeCache.py: - do not crash if no acquire progress is given * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeViewNonInteractive.py, UpdateManager/Core/DistUpgradeFetcherCore.py, tests/test_update_origin.py, tests/test_sources_list.py: - fixes in the python-apt 0.8 API * tests/*.py: - fix natty test failures [ Bilal Akhtar ] * UpdateManager/UpdateManager.py: - add more meaningful text if info is out-of-date (LP: #35009) -- Michael Vogt Thu, 04 Nov 2010 15:57:02 +0100 update-manager (1:0.142.22) maverick-proposed; urgency=low [ Barry Warsaw ] * Add required details to .emit() call when running with synaptic as the backend (LP: #631328) [ Michael Vogt ] * DistUpgrade/DistUpgradeQuirks.py: - fixes in the cmov quirks handler (LP: #587186) (thanks to Jean-Baptiste Lallement) -- Michael Vogt Fri, 12 Nov 2010 09:30:28 +0100 update-manager (1:0.142.21) maverick-proposed; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - abort the upgrade if the user runs on a i586 or a i686 with no "cmov" support (LP: #587186) -- Michael Vogt Fri, 15 Oct 2010 15:41:03 +0200 update-manager (1:0.142.20) maverick-proposed; urgency=low [ Michael Vogt ] * UpdateManager/UpdateManager.py: - do not crash if the free space check fails (LP: #656881) * DistUpgrade/DistUpgrade.cfg: - add blcr-dkms to the "BadVersions" variable. The current blcr-dkms source will not build with 2.6.35. Adding it here will cause the upgrade to abort with a message if it is installed. It also means that if support for 2.6.35 is added to blcr-dkms via a SRU that will automatically unblock the upgrade (LP: #555729) * DistUpgrade/DistUpgradeViewGtk.py, DistUpgrade/DistUpgradeViewKDE.py,: - workaround dpkg not sending the correct filename on conffile prompts over the status-fd (LP: #656912) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - disable confDialogue.show_difference_button, workaround for "distupgrade crashed during conf file change review" (LP: #656876) requires release note that user needs to view changes manually on command line -- Jonathan Riddell Sat, 09 Oct 2010 19:08:23 +0100 update-manager (1:0.142.19) maverick; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - only add extras.ubuntu.com for systems that have the matching keyring (LP: #653200). This ensures its not added on a server upgrade. -- Michael Vogt Mon, 04 Oct 2010 16:29:18 +0200 update-manager (1:0.142.18) maverick; urgency=low [ Alessandro Ghersi ] * DistUpgrade/DistUpgrade.cfg: - make sure that kbluetooth gets removed on upgrade (LP: #653838) [ Jonathan Riddell ] * Add kubuntu-devel-release-upgrade to setup.py -- Michael Vogt Mon, 04 Oct 2010 13:19:18 +0200 update-manager (1:0.142.17) maverick; urgency=low [ Jonathan Riddell] * Add kubuntu-devel-release-upgrade script to run the upgrade command for Kubuntu [ Michael Vogt ] * if foomatic-db-gutenprint needs to be removed during the upgrade because its not compatible with foomatic-db-compressed-ppds, try replacing it with ijsgutenprint-ppds which is the same content, just compressed in the same way like foomatic-db-compressed-ppds (LP: #647460) -- Michael Vogt Fri, 01 Oct 2010 21:28:24 +0200 update-manager (1:0.142.16) maverick; urgency=low * DistUpgrade/ReleaseAnnouncement: - add link to http://www.ubuntu.com/desktop/features to tell users about the new features in this release * DistUpgrade/DistUpgrade.cfg: - help the upgrade by removing printconf, foomatic-db-gutenprint and ebox-printers as they are not compatible with foomatic-db-compressed-ppds (LP: #647460) -- Michael Vogt Thu, 30 Sep 2010 20:22:36 +0200 update-manager (1:0.142.15) maverick; urgency=low * po/*.po: - updated from launchpad translations for the RC candidate * DistUpgrade/DevelReleaseAnnouncement: - updated for RC -- Michael Vogt Mon, 27 Sep 2010 14:21:57 +0200 update-manager (1:0.142.14) maverick; urgency=low [ Michael Vogt ] * DistUpgrade/mirrors.cfg: - add extras.ubuntu.com to known mirrors * DistUpgrade/DistUpgradeQuirks.py: - add extras.ubuntu.com on upgrade * AutoUpgradeTester/jeos/create-base-image.sh: - add workaround for issue with python-vm-builder that generates random filenames in maverick [ Gabor Kelemen ] * Fix invocation of gksu, use the correct .desktop file. Fixes LP: #640906 * Correct misplaced parentheses, so that l10n of strings will work. Fixes LP: #640972 -- Michael Vogt Tue, 21 Sep 2010 17:00:34 +0200 update-manager (1:0.142.13) maverick; urgency=low * DistUpgrade/DistUpgradeView.py: - only show demotions if we have at least one -- Michael Vogt Thu, 02 Sep 2010 09:37:39 +0200 update-manager (1:0.142.12) maverick; urgency=low * DistUpgrade/DevelReleaseAnnouncement: - updated for beta -- Michael Vogt Wed, 01 Sep 2010 09:14:59 +0200 update-manager (1:0.142.11) maverick; urgency=low * DistUpgrade/DistUpgradeController.py: - fix incorrect paramter passed to confirmChanges in doPostUpgrade (thanks to Jonathan Riddel, LP: #624599) -- Michael Vogt Fri, 27 Aug 2010 13:29:44 +0200 update-manager (1:0.142.10) maverick; urgency=low * UpdateManager/UpdateManager.py: - when NM thinks we have no network, do not disable the install button because for dialup users NM is frequently wrong and does not get that there is a network-connection (LP: #624894) (thanks to Mohamed Amine IL Idrissi) -- Michael Vogt Fri, 27 Aug 2010 10:54:42 +0200 update-manager (1:0.142.9) maverick; urgency=low [ Mohamed Amine IL Idrissi ] * UpdateManager/UpdateManager.py: Changed the whitespace place to not confuse translators, many thanks Milo Casagrande (LP: #621373) * DistUpgrade/DistUpgradeView.py: There won't be two spaces in FuzzyTimeToStr when days or hours are > 0 and hours or minutes are equal to 0 (LP: #288912) [ Michael Vogt ] * remove the seperate demotions dialog and move it into the "Confirm changes" step * use a treeview instead of a list to show the details of the changes in the gtk frontend * UpdateManager/UpdateManager.py, data/glade/UpdateManager.ui: - fix label wraping for label_downsize -- Michael Vogt Wed, 25 Aug 2010 11:17:00 +0200 update-manager (1:0.142.8) maverick; urgency=low * UpdateManager/Core/utils.py: - fix typo (LP: #615923) * UpdateManager/UpdateManager.py: - when NM thinks we have no network, do not disable the buttons because for dialup users NM is frequently wrong and does not get that there is a network-connection (thanks to "gambs") -- Michael Vogt Thu, 12 Aug 2010 11:53:47 +0200 update-manager (1:0.142.7) maverick; urgency=low [ Mohamed Amine IL Idrissi ] * Cache is no longer initialized when an operation is not authorized. LP: #394608 * List of updates is active when there are only kept packages. LP: #601127 (thanks, Nicolò Chieffo) [ Michael Vogt ] * merged lp:~simono/update-manager/fixes-bug-563640, many thanks (LP: #563640) * merged lp:~yofel/update-manager/lp601127 (LP: #601127) [ Jean-Baptiste Lallement ] * UpdateManager/Core/MyCache.py: - catch network error when fetching 3rd party changelogs (LP: #565896) [ Brian Murray ] * UpdateManager/UpdateManager.py: grammar fix -- Michael Vogt Wed, 11 Aug 2010 09:04:47 +0200 update-manager (1:0.142.6) maverick; urgency=low [ Mohamed Amine IL Idrissi ] * Implemented battery and network alerts directly in the main window. LP: #484249, #426708, #426710, #494772 [ Michael Vogt ] * UpdateManager/Core/MyCache.py: - support looking for the changelog by source version (and add tests) * UpdateManager/Core/utils.py: - fix crash when reading the synaptic config (LP: #614170) -- Michael Vogt Tue, 10 Aug 2010 15:16:27 +0200 update-manager (1:0.142.5) maverick; urgency=low * more python-apt 0.8 porting * less updates to the progressbar * DistUpgrade/DistUpgradeViewNonInteractive.py: - fix crash in non-interactive upgrader when a conffile prompt is detected -- Michael Vogt Thu, 05 Aug 2010 22:49:07 +0200 update-manager (1:0.142.4) maverick; urgency=low * DistUpgrade/DistUpgradeView.py: - fix missing initializer (python0.8 api releated) LP: #604250 -- Michael Vogt Mon, 12 Jul 2010 16:18:54 +0200 update-manager (1:0.142.3) maverick; urgency=low * merged lp:~and471/update-manager/fix-bug-386196, many thanks * DistUpgrade/DistUpgradeView*.py: - port progress to new python-apt 0.8 API * merged lp:~mdz/update-manager/small-fixes-20100707, many thanks * DistUpgrade/DistUpgradeViewGtk.py: - call progressbar.set_fraction() less often to avoid too much CPU consumption on certain graphic drivers * UpdateManager/GtkProgress.py: - limit the amount of set_fraction() here too (LP: #595845) * UpdateManager/UpdateManager.py: - disconnect the model before adding lots of new items, this speeds up the building of the view massively -- Michael Vogt Fri, 09 Jul 2010 10:07:34 +0200 update-manager (1:0.142.2) maverick; urgency=low * DistUpgrade/DistUpgradeController.py: - use privileged port 1022 instead of 9004 when (optinally) starting a additional sshd * UpdateManager/UpdateManager.py: - fix crash with --no-focus-on-map * data/release-upgrades: - set release upgrade policy to "normal" for maverick (instead of lts) -- Michael Vogt Fri, 25 Jun 2010 10:48:47 +0200 update-manager (1:0.142.1) maverick; urgency=low * UpdateManager/UpdateManager.py: - Show reboot required dialog inline instead of doing a popup dialog. When morphing windows land into maverick they can be used to make the inline information more pretty. But it should be better than the previous popup dialog -- Michael Vogt Thu, 10 Jun 2010 16:30:07 +0200 update-manager (1:0.142) maverick; urgency=low [ Michael Vogt ] * check-new-release-gtk: - fix "ask me later" button time * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeCache.py, UpdateManager/Core/MetaRelease.py, UpdateManager/Core/utils.py, UpdateManager/Core/MyCache.py, UpdateManager/Core/UpdateList.py, UpdateManager/GtkProgress.py, UpdateManager/UpdateManager.py: - update for python-apt 0.8 API, add tests (LP: #591236) * check-new-release-gtk: - remove no longer needed warnings filter [ Brian Murray ] * string fix for 'is aborted now' to 'has aborted' * fix in debian/control -- Michael Vogt Wed, 09 Jun 2010 14:32:05 +0200 update-manager (1:0.141) maverick; urgency=low * UpdateManager/backend/__init__.py: - switch to aptdaemon as install backend by default (unless the user has UPDATE_MANAGER_FORCE_BACKEND_SYNAPTIC in his environment) - merged lp:~glatzor/update-manager/ubuntu-glatzor (many thanks!) * DistUpgrade/DistUpgradeController.py: - use pockets from DistUpgrade.cfg instead of hard-coding them * tests/test_sources_list.py: - update tests * UpdateManager/Core/utils.py: - fix url_downloadable and add tests, based on the patch from Paulo Albuquerque, many thanks (LP: #396187) * UpdateManager/UpdateManager.py: - fix typo (thanks to seb128) * DistUpgrade/mirrors.cfg: - support upgrades when sources.list uses the new mirror://mirrors.ubuntu.com/mirrors.txt uri * UpdateManager/GtkProgress.py: - do not open a cache open progress window, instead show the progress inline in the window -- Michael Vogt Mon, 31 May 2010 15:14:22 +0200 update-manager (1:0.140) maverick; urgency=low * DistUpgrade/removal_blacklist.cfg: - remove gobuntu-desktop from the removal blacklist * DistUpgrade/DistUpgradeController.py: - start apport only, do not modify any conffile (all versions of apport we upgrade from support this now) * UpdateManager/UpdateManager.py: - fix crash when format string has the wrong number of arguments (LP: #569469) - fix minor UI resize issue (LP: #572228) * DistUpgrade/DistUpgrade.cfg: - add ubuntu-netbook (LP: #574279) * UpdateManager/Core/MetaRelease.py: - add looking for a "UpgradeBroken" tag that contains a reason string if the user should not be allowed to perform a release upgrade * UpdateManager/UpdateManager.py, do-release-upgrade: - honor "UpgradeBroken" flag and error in this case * updated to support lucid to maverick upgrades -- Michael Vogt Tue, 25 May 2010 10:48:27 +0200 update-manager (1:0.134.6) lucid; urgency=low * fix FTBFS caused by /usr/bin/check-new-release being a symlink instead of a real file -- Michael Vogt Thu, 15 Apr 2010 09:31:33 +0200 update-manager (1:0.134.5) lucid; urgency=low * DistUpgrade/DistUpgradeAufs.py: - fix crash in aufs (--sandbox mode) -- Michael Vogt Wed, 14 Apr 2010 20:07:14 +0200 update-manager (1:0.134.4) lucid; urgency=low * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.cfg.hardy: - do not enable apport anymore * DistUpgrade/DistUpgradeViewGtk.py: - set empty dialog titles for error/information dialogs (it looks like glade removed those for some reason from the .ui file) * DistUpgrade/DistUpgradeAufs.py: - fix crash if aufs (--sandbox mode) is used (LP: #562394) * DistUpgrade/DistUpgradeMain.py: - fix generation of system state file for non-existing dirs/files (LP: #561872) * UpdateManager/UpdateManager.py: - provide a LIST_TOGGLE_CHECKED column as a workaround for orca that does not work with values updated via column_install.set_cell_data_func (LP: #561563) * update-manager: - use gettext.install(unicode=True) to avoid breaking with optparse and ja.po (LP: #557804) -- Michael Vogt Wed, 14 Apr 2010 17:54:47 +0200 update-manager (1:0.134.3) lucid; urgency=low * do-release-upgrade: - print when a new release is available in "-q" so that the motd is correct (thanks to Dustin Kirkland) * debian/release-upgrade-motd: - add newline after release info (thanks to Dustin Kirkland) -- Michael Vogt Tue, 13 Apr 2010 22:52:08 +0200 update-manager (1:0.134.2) lucid; urgency=low * DistUpgrade/DistUpgradeMain.py: - ignore lspci errors * UpdateManager/Core/MyCache.py: - simplify url schema for third party changelogs (LP: #45129) * DistUpgrade/DistUpgradeCache.py: - check if the kernel returned from base-installer is downloadable (needed on hardy cdrom only upgrades) * debian/91-release-upgrade: - use a small script instead of a symlink to ensure that dpkg treats them as conffiles (LP: #559194) -- Michael Vogt Tue, 13 Apr 2010 15:44:39 +0200 update-manager (1:0.134.1) lucid; urgency=low * DistUpgrade/DistUpgradeController.py: - honor "DEBIAN_FRONTEND=noninteractive" on pkg failure (LP: #538206) * DistUpgrade/DistUpgradeQuirks.py: - stop apparmor before dpkg starts on hardy -> lucid upgrades to avoid potentially confusing error messages during the upgrade (LP: #559433) * DistUpgrade/DistUpgradeCache.py, DistUpgrade/build-tarball.sh: - include obselte nvidia pkgnames to properly transition old to new drivers (LP: #553369) * DistUpgrade/DistUpgradeViewText.py: - show packages that will be removed (because they were auto installed) as well (LP: #558438) - fix i18n bug in details output * UpdateManager/Core/MyCache.py: - support third party changelogs by using ArchiveURI() and append a similar structure as changelogs.ubuntu.com uses (LP: #45129) * UpdateManager/Core/MetaRelease.py: - do not crash if meta-release file can not be parsed, just remove the broken file instead (LP: #558396) -- Michael Vogt Mon, 12 Apr 2010 18:32:59 +0200 update-manager (1:0.134) lucid; urgency=low [ Barry Warsaw ] * Bump up the amount of /boot space calculated per kernel. The current value appears to undercount by about 260K/kernel. (LP: #132311) [ Michael Vogt ] * refresh translations from launchpad * update "10.04" strings to "10.04 LTS" and unfuzzy translations * when requesting the release announcement, append ?lang=current_lang to the request URI * update quirks for updates from hardy * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.cfg.hardy: - add extra protection against video driver removal (LP: #556629) * DistUpgrade/DistUpgradeMain.py: - improve logging and save system state before performing the upgrade. Suggested by Matt Zimmerman (LP: #551646) -- Michael Vogt Fri, 09 Apr 2010 23:18:25 +0200 update-manager (1:0.133.11) lucid; urgency=low * UpdateManager/GtkProgress.py: - remove window title on cache progress (LP: #549936) * check-new-release-gtk: - if no ReleaseNotesHtml key is found, do nothing (it means the meta-release file does not support this client) * check-new-release-gtk, UpdateManager/Core/MetaRelease.py: - improve debugging * UpdateManager/Core/utils.py: - add META_RELEASE_FAKE_CODENAME environment that can be used to test/force release upgrades * check-new-release-gtk: - append language parameter to uri - support --debug -- Michael Vogt Thu, 01 Apr 2010 00:10:14 +0200 update-manager (1:0.133.10) lucid; urgency=low * help upgrade by hinting usplash gets removed in favor of plymouth -- Michael Vogt Wed, 31 Mar 2010 19:38:15 +0200 update-manager (1:0.133.9) lucid; urgency=low * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeCache.py: - do not warn about demoted packages that get removed later anyway * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.cfg.hardy: - remove deskbar-applet, and nautilus-cd-burner on ubuntu-desktop upgrade (as discussed with the desktop team) - remove notification-daemon in favor of notify-osd in xubuntu-desktop (LP: #546857) * DistUpgrade/DistUpgrade.cfg.hardy: - remove tracker on hardy ubuntu-desktop upgrade -- Michael Vogt Mon, 29 Mar 2010 14:18:49 +0200 update-manager (1:0.133.8) lucid; urgency=low * DistUpgrade/sources.list.py, distro.py, distinfo.py: - temporarily stop embedding from the python-apt build host because of the python-apt api changes, use 0.7.13.5 version instead * debian/control: - point to lp:~ubuntu-core-dev/update-manager/lucid -- Michael Vogt Sat, 27 Mar 2010 09:56:50 +0100 update-manager (1:0.133.7) lucid; urgency=low [ Nathan Stratton Treadway ] * data/release-upgrades - Provide better explanation of what how the various options in the configuration file control which upgrades are presented to the user. (LP: #522910) [ Barry Warsaw ] * README - Minor clean up. [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - check if the kernel returned from base-installer is upgradable (needed on hardy cdrom only upgrades) * check-new-release-gtk: - fix "ask me later" button time * DistUpgrade/DistUpgradeQuirks.py: - fix 386 kernel check/transition on upgrades from hardy - move kubuntu-kde4-desktop transition into its own function * check-new-release-gtk: - use GtkProgress when downloading the release upgrader [ Dustin Kirkland ] * debian/91-release-upgrade: do the release upgrade check with the quiet option to avoid putting debug messages in the MOTD, LP: #548376 -- Michael Vogt Fri, 26 Mar 2010 22:13:17 +0100 update-manager (1:0.133.6) lucid; urgency=low * DistUpgrade/DistUpgradeView.py: - display the right number of packages that are going to be removed * DistUpgrade/cdromupgrade: - fix cddirname detection when called without a directory prefix * DistUpgrade/DistUpgradeViewGtk.py: - fix crash in webkit progress -- Michael Vogt Tue, 23 Mar 2010 13:21:54 +0100 update-manager (1:0.133.5) lucid; urgency=low [ Markus Korn ] * UpdateManager/Core/utils.py: - Modified UpdateManager.Core.utils.on_battery() to use UPower per default (and DeviceKit.Power as fallback) to check if a system is running on battery (LP: #539211) [ Michael Vogt ] * DistUpgrade/DistUpgrade.cfg: - hint that libparted1.8-12 can be removed to help the upgrader logic' * DistUpgrade/DistUpgradeViewGtk.py: - only run JS progress if there is actually a webkit view * DistUpgrade/DevelReleaseAnnouncement: - fix text to say that its a BETA release (LP: #544544) * DistUpgrade/DistUpgradeViewGtk.py: - only run JS updateProgress script if we have a valid slideshow -- Michael Vogt Tue, 23 Mar 2010 11:17:24 +0100 update-manager (1:0.133.4) lucid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeView.py: - detect pre-depends cycle and cleanly revert (LP: #516727) to the old system state * DistUpgrade/DistUpgradeCache.py: - only ensure translations are kept if they are still downloadable, there is a lot of churn in the translations area so its not feasible to keep them all - when checking the kernel list from base-installer, also consider kernels that are marked install (LP: #540114) - check rdepends of all packages (including auto-removal ones) again ensure the removal blacklist is honored in all cases (LP: #540823) * DistUpgrade/DistUpgradeController.py: - show progress information when searching for obsolete software (this can take a bit on a big install) * DistUpgrade/DistUpgradeViewNonInteractive.py: - fix crash in non-interactive mode (thanks to Andreas Hasenack) [ Colin Watson ] * Ship /var/lib/update-notifier directory in update-manager-core, so that it's always there for 91-release-upgrade (LP: #540159). -- Michael Vogt Fri, 19 Mar 2010 13:57:18 +0100 update-manager (1:0.133.3) lucid; urgency=low * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.cfg.hardy: - do not allow upgrades to openoffice.org-filter-binfilter that causes pre-depends loop (LP: #516727) -- Michael Vogt Tue, 16 Mar 2010 22:59:02 +0100 update-manager (1:0.133.2) lucid; urgency=low * DistUpgrade/DistUpgradeViewNonInteractive.py: - fix regression in conffile prompt handling (LP: #538206) - add default to the "NonInteractive", "DebugBrokenScripts" config option * DistUpgrade/DistUpgradeController.py: - honor "DEBIAN_FRONTEND=noninteractive" in recovery mode as well (LP: #538206) * DistUpgrade/DistUpgrade.cfg: - ensure that gtk-qt-engine is removed on upgrade (LP: #532968) -- Michael Vogt Tue, 16 Mar 2010 17:17:33 +0100 update-manager (1:0.133.1) lucid; urgency=low [ Barry Warsaw ] * Fix obvious NameError by adding a missing import. (LP: #537250) [ David Planella ] * Made some strings translatable and extractable as a fix for LP: #537277 [ Michael Vogt ] * po/*.po: - updated from rosetta * DistUpgrade/DistUpgradeApport.py: - do not try to add directories under /var/log/dist-upgrade to a apport report (LP: #369951) [ Shlomi Loubaton ] * Set text direction for update treeview to be always LTR regardless of current language settings (LP: #316171) -- Michael Vogt Fri, 12 Mar 2010 23:43:27 +0100 update-manager (1:0.133) lucid; urgency=low [ Michael Vogt ] * UpdateManager/Core/MetaRelease.py: - allow upgrade from unsupported version to unsupported version * DistUpgrade/removal_blacklist.cfg: - allow removal of update-manager-kde * check-new-release-gtk: - fixes in the gtk release upgrade check * DistUpgrade/xorg_fix_proprietary.py: - if /etc/X11/XF86Config-4 is found on upgrade, rename it to "XF86Config-4.obsolete" - write log to "/var/log/dist-upgrade/xorg_fixup.log" * do-release-upgrade, check-new-release: - implemented "check-releae-upgrade" as symlink to do-release-upgrade and automatically run with "--check-dist-upgrade-only" when called as c-r-u - add --quiet option to do-release-upgrade * debian/update-manager-core.links: - install /usr/lib/update-manager/check-new-release as symlink to do-release-upgrade -c [ Wesley Schwengle ] * Check for release upgrade is now also possible with do-release-upgrade command: do-release-upgrade -c. (LP: #415026) * Added --version/-V to do-release-upgrade (similar to update-manager) [ Dustin Kirkland ] * debian/91-release-upgrade, debian/update-manager-core.install, - some users are complaining of long login times due to the release check requiring network connectivity; this information clearly doesn't change as frequently as the user logging in, so maintain a cache file in /var/lib, display it if it's populated, but otherwise, update it in the background if its either missing or the file is older than a day old, LP: #522452 [ Jonathan Riddell ] * Do not allow for the removal of update-manager-kde, we do want it after all -- Michael Vogt Mon, 08 Mar 2010 20:58:44 +0100 update-manager (1:0.132.1) lucid; urgency=low * rename update-manager-support-status to ubuntu-support-status * check-new-release-gtk: - add gtk tool for release notification that is designed to be run from update-notifier (desktop-lucid-update-upgrade-requirements) * DistUpgrade/DistUpgradeCache.py: - fix crash in cleanup code - fix crash when /home is missing (LP: #463506) - fix component inconsitency detection debug output * DistUpgrade/DistUpgradeViewGtk.py: - remove old code that moved to python-apt * DistUpgrade/DistUpgradeController.py: - if universe is not enabled, explain that the demoted packages will be suggested for removal in the cleanup stage * UpdateManager/Core/MetaRelease.py: - fix urlopen() crash on hardy->lucid cdrom upgrades -- Michael Vogt Thu, 25 Feb 2010 21:54:57 +0100 update-manager (1:0.132) lucid; urgency=low [ Michael Vogt ] * UpdateManager/Core/MetaRelease.py: - add timeout to meta-release download * UpdateManager/MetaReleaseGObject.py: - make sure threading is enabled * DistUpgrade/DistUpgrade.cfg: - add kubuntu-netbook to known metapackages - remove usplash artwork from KeyDependencies * DistUpgrade/DistUpgradeController.py: - test for server mode again after the sources.list rewrite, to capture the case when the initial sources.list is empty * DistUpgrade/DistUpgradeCache.py: - when showing the demoted packages, skip packages that are automatic installed - improve performance on the removal checks by making use of the auto removable information more agressively - increase space required by the kernel (it grew) * DistUpgrade/DistUpgradeView.py, DistUpgrade/DistUpgradeView{Gtk,KDE}.py: - show only non auto-installed removals bold * update-manager-support-status: - add --show-supported, --show-unsupported and --show-all for summary - add --list option for full details [ Colin Watson ] * update-manager-support-status: - fix typo in get_maintenance_status (LP: #513303) - add support statistics to the output -- Michael Vogt Thu, 11 Feb 2010 10:31:37 +0100 update-manager (1:0.131.4) lucid; urgency=low * update-manager-support-status: - text mode tool that gives a overview on the support status of the packages * DistUpgrade/DistUpgrade.ui, DistUpgrade/window_main.ui: - fix version number (thanks to davmor2) * DistUpgrade/DistUpgrade.cfg.hardy: - fix upgrade target to lucid (LP: #512608) -- Michael Vogt Wed, 27 Jan 2010 12:00:53 +0100 update-manager (1:0.131.3) lucid; urgency=low * DistUpgrade/DistUpgradeController.py: - add missing check for ubuntu-security when testing for mirrors (thanks to Stuart Langridge) * DistUpgrade/DistUpgrade.cfg: - add example SlideshowUrl * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeView.py, DistUpgrade/DistUpgradeViewGtk.py: - add slideshow support based on webkit - call percent() JS method on the webkit view * check-new-release: - use exit codes if run with --quiet otherwise only print (LP: #494499) * DistUpgrade/DistUpgradeConfigParser.py: - fix crash in _interpolate (LP: #500705) * UpdateManager/Core/MetaRelease.py: - do not crash on stat failure (LP: #496144) * UpdateManager/Core/MyCache.py: - do not crash if the lock can not be released (LP: #410574) * UpdateManager/SafeGConfClient.py - implement gconfclient that does not crash if gconf is not working (LP: #261471) -- Michael Vogt Tue, 12 Jan 2010 18:15:52 +0100 update-manager (1:0.131.2) lucid; urgency=low * data/release-upgrades: - default to lts->lts upgrade prompts for lucid * AutoUpgradeTester/UpgradeTestBackendQemu.py: - allow virtio for block devices when the virtio option is given in the config * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.cfg.hardy: - cleanup PostUpgradePurge and add "linux-restricted-modules-common" - cleanup ForcedObsoletes rules - update kernel removal rules and BaseNames - fix belocs-locales-bin upgrade issue (LP: #474543) * DistUpgrade/DistUpgradeController.py: - check forh reboot-required files in partial upgrade mode, update-notifier is no longer doing that by default (foundations-lucid-restart-required-dialog spec) * DistUpgrade/DistUpgrade.ui: - add a bunch of missing "" - improve restart-required dialog -- Michael Vogt Mon, 14 Dec 2009 10:59:51 +0100 update-manager (1:0.131.1) lucid; urgency=low * DistUpgrade/DistUpgradeViewNonInteractive.py: - use getWithDefault() for "NonInteractive","ForceOverwrite" (thanks to Free Ekanayaka) * UpdateManager/Core/MyCache.py: - detect dirty dpkg journal and enter recovery mode in this case (thanks to Maco for reporting) * DistUpgrade/DistUpgrade.cfg: - remove kvm-source on upgrade * debian/update-manager-core.links: - use "91-release-upgrade" instead of "91-release_upgrade" to make run-parts happy * fix FTBFS -- Michael Vogt Mon, 07 Dec 2009 12:02:26 +0100 update-manager (1:0.131) lucid; urgency=low * UpdateManager/UpdateManager.py: - do not crash if setlocale() fails (LP: #471378) * UpdateManager/Core/DistUpgradeFetcherCore.py: - add missing "logging" import (LP: #475941) * DistUpgrade/DistUpgradeController.py: - better message for upgrades over ssh (LP: #463257) * UpdateManager/Core/utils.py: - improve proxy check and show error if proxy settings look invalid (LP: #472168) * AutoUpgradeTester/profile/*/DistUpgrade.cfg: - updated to test karimic -> lucid and hardy -> lucid * Janitor/plugins/deb_plugin.py: - use apt.progress.InstallProgress() to keep the computer-janitor UI responsive * AutoUpgradeTester/install_blacklist.cfg: - add ec2 to the blacklist for the kvm based testing * UpdateManager/UpdateManager.py: - show selected and download size in two rows (LP: #434062) * data/do-release-upgrade.8: - man page added, thanks to Willem Bogaerts * DistUpgrade/DistUpgrade.cfg: - add laptop-mode-tools to the forced obsoletes on upgrade (thanks to Steve Langasek) * UpdateManager/UpdateManager.py: - show restart required dialog in u-m when the upgrade is finished with proper parent * AutoUpgradeTester/post_upgrade_tests: - add python import, xorg and kernel tests * UpdateManager/dialog_release_notes.ui: - merged lp:~freinhard/update-manager/ui-fix (many thanks) * UpdateManager/Core/MetaRelease.py: - merge lp:~cristiklein/update-manager/use-xdg (many thanks) -- Michael Vogt Tue, 01 Dec 2009 21:23:59 +0100 update-manager (1:0.130) lucid; urgency=low * UpdateManager/UpdateManager.py: - set heading for the release-upgrader download window * DistUpgrade/DistUpgradeController.py: - force lts for lucid cdrom upgrades * AutoUpgradeTester/profile/: - fix missing BaseMetaPackages * AutoUpgradeTester/UpgradeTestBackendQemu.py: - fix AddRepo code * DistUpgrade/DistUpgradeConfigParser.py: - fix getWithDefault() to use the correct get{int,float,boolean} function based on the type of the default (LP: #465619) Thanks to Brian Murray for spotting this bug * DistUpgrade/DistUpgradeController.py: - fix typo (LP: #470011) * updated for karmic->lucid upgrades and hardy->lucid upgrades * UpdateManager/Core/utils.py:: - fix url_downloadable() when a proxy needs to be used (LP: #446552) -- Michael Vogt Tue, 03 Nov 2009 14:07:20 +0100 update-manager (1:0.126.9) karmic-proposed; urgency=low * DistUpgrade/DistUpgrade.cfg: - really stop enabling apport during the upgrade (LP: #465619) -- Brian Murray Fri, 30 Oct 2009 13:54:08 -0700 update-manager (1:0.126.8) karmic-proposed; urgency=low * when the server is overloaded and no Release file information can be obtained, show a better error message instead of the bogus "ubuntu-minimal" is missing (LP: #446956) -- Michael Vogt Fri, 30 Oct 2009 10:58:36 +0100 update-manager (1:0.126.7) karmic-proposed; urgency=low * po/*.po: - update translations from LP (LP: #460547) * UpdateManager/Core/DistUpgradeFetcherCore.py: - check if running on a system with noexec /tmp and give a propper error message (LP: #461744) * DistUpgrade/DistUpgradeViewGtk.py: - add missing locale.bindtextdomain() (LP: #460547) -- Michael Vogt Wed, 28 Oct 2009 14:11:41 +0100 update-manager (1:0.126.6) karmic; urgency=low * debian/control: - updated to point the karmic branch * UpdateManager/GtkProgress.py: - fix small cosmetic problem with the release-upgrader download window size * DistUpgrade/xorg_fix_proprietary.py: - if xorg.conf is zero size, remove it (LP: # 439551) * change unicode "◦" to "*" to make translations work (LP: #344693) and unfuzzy translations -- Michael Vogt Fri, 23 Oct 2009 14:06:21 +0200 update-manager (1:0.126.5) karmic; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - generate note if language-support is incomplete * DistUpgrade/DistUpgrade.cfg: - stop enabled apport during the upgrade * DistUpgrade/DistUpgradeView.py - add waitChild implementation from python-apt to ensure its working for buggy hardy python-apt * DistUpgrade/DistUpgradeQuirks.py: - mark mysql-{client,server}-5.0 manual installed in the cluster check (LP: #453513) - check if running under a vserver setup and error if this is the case. upstart does not support this kind of setup (LP: #452011) * UpdateManager/Core/utils.py: - do not show error if DeviceKit.Power is not available (LP: #452004) -- Michael Vogt Tue, 20 Oct 2009 18:14:28 +0200 update-manager (1:0.126.4) karmic; urgency=low * DistUpgrade/DistUpgradeController.py: - fix running under ssh detection * DistUpgrade/DistUpgradeQuirks.py: - add check if NBD clustering is in use in mysql server and do not upgrade to 5.1 is it is (LP: #450837) * DistUpgrade/DistUpgrade.cfg: - remove mysql-server rule, this is now done in the above quirks handler * DistUpgrade/DistUpgradeController.py: - do not do list cleanup so that cancel restores all of the previous state. the cleanup will be done later by the apt cron job -- Michael Vogt Thu, 15 Oct 2009 23:36:49 +0200 update-manager (1:0.126.3) karmic; urgency=low * UpdateManager/UpdateManager.py: - refresh "last updated" text periodically to ensure its not stale (LP: #450286) * DistUpgrade/DistUpgradeViewGtk.py: - deal with io errors when writing the log (LP: #447693) * debian/control: - add or-dependency to qemu-kvm * DistUpgrade/DistUpgrade.cfg: - add policykit-gnome and gnome-mount to the forced obsoleted packages (thanks to seb128) * merge translations from rosetta * DistUpgrade/DistUpgradeQuirks.py: - stop docvert-converter when the upgrade starts, otherwise OOo will not upgrade at all (LP: #450569) * pre-build.sh: - fix bug in the demoted.cfg generation - fixes in cleanup handling * UpdateManager/backend/__init__.py: - honor UPDATE_MANAGER_FORCE_BACKEND_APTDAEMON environment * DistUpgrade/DistUpgrade.cfg.hardy: - updated to include demoted.cfg.hardy -- Michael Vogt Wed, 14 Oct 2009 22:28:26 +0200 update-manager (1:0.126.2) karmic; urgency=low * setup.py: - fix FTBFS - the python from two days ago became stricter than it used to be (thanks to james_w) -- Michael Vogt Mon, 12 Oct 2009 20:44:11 +0200 update-manager (1:0.126.1) karmic; urgency=low * DistUpgrade/DistUpgradeView.py: - log exceptions from pm.DoInstall() into main.log. this helps identifiying Dpkg::Pre-Invoke problems * DistUpgrade/DistUpgradeCache.py: - fix sandbox upgrade mode * DistUpgrade/DistUpgrade.cfg: - hint for mysql-server upgrade (LP: #413789) * UpdateManager/backend/__init__.py: - change order of backends to: synaptic, aptdaemon -- Michael Vogt Mon, 12 Oct 2009 18:30:55 +0200 update-manager (1:0.126) karmic; urgency=low * DistUpgrade/DistUpgrade.cfg: - add gnome-app-install to the ForcedObsoletes * DistUpgrade/DistUpgrade.cfg.hardy: - add ability to upgrade from hardy to karmic (as asked for by Jonathan Riddell) * DistUpgrade/DistUpgradeQuirks.py: - add quirk handler to mark the dependencies of language-support-translations-* as manual on upgrade The language-support-translations- packages are removed in karmic and would otherwise be marked as auto-removable. (LP: #439296) - convert PASS value from 1 to 0 for ntfs entries in /etc/fstab (LP: #441242) and add tests for it - put 386 to generic transition code here and decouple from the kernel selection - inhibit gnome-screensaver once the upgrade started to avoid X crash (LP: #439594) * DistUpgrade/DistUpgradeCache.py: - workaround issues with kdesu when it drop the permission bits in a tmpdir (thanks to Jonathan Riddell) - fix base-installer kernel selection (LP: #441629) - fix log dir does not exist, create it (LP: #441959) * UpdateManager/backend/InstallBackendAptdaemon.py: - give up lock before running aptdaemon (LP: #445920) * po/ - updated from launchpad (required as during a release upgrade we can't use langpacks) -- Michael Vogt Thu, 08 Oct 2009 17:45:25 +0200 update-manager (1:0.125.6) karmic; urgency=low * AutoUpgradeTester/UpgradeTestBackendSSH.py: - use ssh batch mode * AutoUpgradeTester/auto-upgrade-tester: - show log files * DistUpgrade/DevelReleaseAnnouncement: - update for BETA * DistUpgrade/DistUpgradeCache.py: - add new rule to ensure that base meta packages are always kept installed. this helps the server upgrade with the syslogd to rsyslog transition -- Michael Vogt Tue, 29 Sep 2009 18:51:49 +0200 update-manager (1:0.125.5) karmic; urgency=low * DistUpgrade/DistUpgradeQuirks.py - fix kbluetooth name to kbluetooth4 -- Jonathan Riddell Mon, 28 Sep 2009 20:18:49 +0100 update-manager (1:0.125.4) karmic; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - fix brown paperbag bug in quirks hanlding (LP: #436302) * DistUpgrade/DistUpgradeViewGtk.py: - fix crash in gettext initialization (LP: #436438) -- Michael Vogt Fri, 25 Sep 2009 13:08:46 +0200 update-manager (1:0.125.3) karmic; urgency=low * DistUpgrade/DistUpgrade.cfg.hardy: - fix upgrades from hardy by allowing the removal of sysvutils * data/glade/UpdateManager.ui: - remove dialog title for cache open progress (LP: #435653) * DistUpgrade/DistUpgradeQuirks.py: - add translators hints for some strings (LP: #433116) * UpdateManager/Core/DistUpgradeFetcherCore.py: - fixed typo (thanks to Henrique P. Machado) * UpdateManager/UpdateManager.py: - fix i18n issues with gtkbuilder * DistUpgrade/DistUpgradeQuirks.py: - stop kblueplugd kbluetooth when the upgrade starts to avoid them crashing during the upgrade (thanks to Jonathan Riddell) * UpdateManager/backend/InstallBackendAptdaemon.py - setup correct window icon * data/glade/UpdateManager.ui: - switch from unicode … to "..." until the issues with gettext is resolved (LP: #434107) -- Michael Vogt Thu, 24 Sep 2009 18:41:22 +0200 update-manager (1:0.125.2) karmic; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - add check for 5Mb safety buffer in /tmp, this ensures that dkms can run and ensure we do not run when /tmp is mounted in overflow mode (LP: #427035) * data/glade/UpdateManager.ui: - remove dialog title for the battery warning and fix button order (thanks to Matthew Paul Thomas) * data/glade/UpdateManager.ui: - fix duplicated accelerator keys (LP: #425817) * UpdateManager/UpdateManager.py: - close app when ESC is pressed in the battery warning * UpdateManager/UpdateManager.py: - ensure that the changelog always matches the currently selected pkg by fixing race during download (LP: #424918) * UpdateManager/backend/InstallBackendAptdaemon.py: - do not hang when cancel is clicked (LP: #426718) * add sed patch facility and patch the gnome debconf frontend before the upgrade starts so that it can not crash when perl moves from 5.8.0 to 5.10.0 (LP: #387112) * data/glade/UpdateManager.ui: - use bigger default width (LP: #418201) [ Brian Murray ] * typo fixes (thanks to Brian Murray, LP: #423409) -- Michael Vogt Tue, 15 Sep 2009 10:50:24 +0200 update-manager (1:0.125.1) karmic; urgency=low [ Josh Holland ] * Fixed several typos (LP: #93804, LP: #277731, LP: #404435) [ Rugby471 ] * Center window on the screen (LP: #423355) [ Michael Vogt ] * DistUpgrade/DistUpgrade.ui: - remove unused "destroy_event" handler (LP: #428842) - remove unused handlers to avoid RunTime warning * DistUpgrade/DistUpgradeQuirks.py: - make ARMv6 error message clearer (LP: #409523) * UpdateManager/Core/MetaRelease.py: - more robustness for invalid configuration of the meta-release file (LP: #428558) - more robustness if the server sends invalid meta-release data * UpdateManager/GtkProgress.py: - make button_cancel click event work - add sensible default width * DistUpgrade/DistUpgradeCache.py: - fix crash in partial upgrade (LP: #428203) -- Michael Vogt Mon, 14 Sep 2009 12:01:41 +0200 update-manager (1:0.125) karmic; urgency=low [ Michael Vogt ] * integrate base-installer as a sub-component into the release upgrader and use the base-installer/kernel/*.sh functionality to ensure we select the most appropriate kernel on upgrade (LP: #353534) * integrate automatic updates to base-installer into the pre-build.sh bzr hook * UpdateManager/Core/UpdateList.py, UpdateManager/UpdateManager.py: - filter warnings * UpdateManager/SimpleGtkbuilderApp.py: - use logging instead of sys.stderr * data/glade/UpdateManager.ui: - set explicit translation domain * integrate base-installer component into auto-upgrade-tester [ Steve Langasek ] * Refresh .pot file (and .po files) so that new UI strings are available for translation in LP. LP: #425014. -- Michael Vogt Fri, 11 Sep 2009 20:07:20 +0200 update-manager (1:0.124.11) karmic; urgency=low * DistUpgrade/DistUpgradeView.py: - capture exceptions from pm.DoInstall() properly (fixes a hang when a package fails to install) * DistUpgrade/DistUpgradeViewGtk.py, DistUpgrade/DistUpgradeViewKDE.py: - return the full status of the exited child, not only the return code -- Michael Vogt Fri, 04 Sep 2009 10:57:06 +0200 update-manager (1:0.124.10) karmic; urgency=low * DistUpgrade/removal_blacklist.cfg: - add update-manager so that it does not * typo fixes (thanks to Brian Murray, LP: #418127) * merge the changes of seb128 into bzr * po/POTFILES.in: - fix ui file detection (thanks to Gabor Kelemen) LP: #420209 * DistUpgrade/DistUpgrade.ui: - fix duplicated id (LP: #422665) * fix crash when lsmod is not installed -- Michael Vogt Wed, 02 Sep 2009 15:04:53 +0200 update-manager (1:0.124.9ubuntu1) karmic; urgency=low * Clean build directory -- Sebastien Bacher Mon, 31 Aug 2009 22:19:51 +0200 update-manager (1:0.124.9) karmic; urgency=low * data/glade/UpdateManager.ui: - don't use some duplicated ids to fix update-manager not starting due to the new gtk version -- Sebastien Bacher Mon, 31 Aug 2009 22:02:20 +0200 update-manager (1:0.124.8) karmic; urgency=low * make the release-upgrader auto selection for the frontend more robust when no DISPLAY is avaiable * Janitor/computerjanitor/package_cruft.py: - use unicode string here (thanks to liw) * data/glade/UpdateManager.ui: - fix duplicated symbol (LP: #417301) * UpdateManager/UpdateManager.py: - show the on-battery warning on first map only (LP: #416067) * DistUpgrade/DistUpgradeController.py: - do not how a error when the upgrade is canceled by the user during download -- Michael Vogt Mon, 24 Aug 2009 17:48:45 +0200 update-manager (1:0.124.7) karmic; urgency=low * UpdateManager/UpdateManager.py: - recalulcate the heading label size dynamically to work around bugzilla #101968 (thanks to Juergen Kazmirzak for the patch) * UpdateManager/backend/__init__.py: - fix incomplete check for aptdaemon * UpdateManager/backend/InstallBackendAptdaemon.py: - update for latest aptdaemon * DistUpgrade/DistUpgradeController.py: - merge fixes from Brian Murray (thanks!), LP: #404274 -- Michael Vogt Mon, 17 Aug 2009 16:34:42 +0200 update-manager (1:0.124.6) karmic; urgency=low [ Oliver Grawert ] * DistUpgrade/DistUpgradeQuirks.py: add check for ARMv6 or greater to prevent jaunty->karmic upgrades on unsupported armel CPU arches [ Michael Vogt ] * UpdateManager/SimpleGtkbuilderApp.py: - updated to deal with widgets that overwrite get_name * update-manager: - add "--data-dir" switch * use aptdaemon as the install backend (if avaialble) -- Michael Vogt Fri, 24 Jul 2009 15:49:09 +0200 update-manager (1:0.124.5) karmic; urgency=low * debian/update-manager-core.links: change the update-motd link for release_upgrade to match other links (- instead of _), and move it to 91 (just after updates-available at 90), such that it's printed toward the end of the MOTD, rather than at 10, which is the beginning. -- Dustin Kirkland Thu, 16 Jul 2009 17:41:04 -0500 update-manager (1:0.124.4) karmic; urgency=low * debian/control: recommend libpam-modules, rather than update-motd -- Dustin Kirkland Thu, 16 Jul 2009 11:29:27 -0500 update-manager (1:0.124.3) karmic; urgency=low [ Michael Vogt ] * UpdateManager/UpdateManager.py: - fix description display (LP: #379945), thanks to Richard Thomas - fix crash in refresh_updates_count() * DistUpgrade/DistUpgradeApport.py: - deal with errors from apport better (LP: #357339), thanks to Patrick Horn) * UpdateManager/ChangelogViewer.py: - fix problem for http://host/document.html. style entries (LP: #396393) [ Dustin Kirkland ] * debian/update-manager-core.links: install 10_release_upgrade into /etc/update-motd.d, rather than the daily; update-motd-3.0 will now run these scripts on login, rather than at specified intervals -- Michael Vogt Thu, 09 Jul 2009 15:10:02 +0200 update-manager (1:0.124.2) karmic; urgency=low * UpdateManager/UpdateManager.py: - make it clearer if a package is a new install (as opposed to a upgrade) - thanks to Cody Sommerville - show amount of selected updates in the UI (LP: #330439) -- Michael Vogt Tue, 07 Jul 2009 15:11:31 +0200 update-manager (1:0.124.1) karmic; urgency=low * fix ftbfs -- Michael Vogt Tue, 07 Jul 2009 08:08:42 +0200 update-manager (1:0.124) karmic; urgency=low * AutoUpgradeTester: - add kubuntu, main-all, lts-server, lts-ubuntu profiles * ported to gtkbuilder * UpdateManager/UpdateManager.py: - warn if running on battery (LP: #377697) - make it less stealty by setting the stick() property if run in auto-open mode (LP: #369820) -- Michael Vogt Mon, 06 Jul 2009 17:11:07 +0200 update-manager (1:0.123) karmic; urgency=low * debian/control: - build auto-upgrade-tester package to allow easy upgrade testing with a set of default profiles * UpdateManager/Core/MyCache.py: - wording fix (thanks to Ng) * DistUpgrade/DistUpgradeViewNonInteractive.py: - fix bug in dpkg_progress_log filea * AutoUpgradeTester/UpgradeTestBackend.py: - import the http_proxy from the environment - make the resultdir configrable and default to /var/cache/auto-upgrade-tester/result/ * AutoUpgradeTester/UpgradeTestBackendQemu.py: - make the path for the kvm working images configurable and default to /var/cache/auto-upgrade-tester * AutoUpgradeTester/auto-upgrade-tester: - move login() into the backends * AutoUpgradeTester/auto-upgrade-tester: - allow shorthand profile names like "ubuntu" instead of full pathes -- Michael Vogt Mon, 22 Jun 2009 11:36:08 +0200 update-manager (1:0.122) karmic; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - add handler to check for wl module and transition to bcmwl-kernel-source (LP: #381684) * DistUpgrade/DistUpgradeViewNonInteractive.py: - add bool option "NonInteractive/DpkgProgressLog" to write a timing log of the upgrade (for the foundations-karmic-pre-unpacking spec) - add "NonInteractive/DebugBrokenScripts" option that will re-run failed maintainer scripts with debug options * DistUpgrade/DistUpgrade.cfg: - add defaults for the NonInteractive section that match the interactive upgrades (for better landscape support) - enable apport again * AutoUpgradeTester/chart_dpkg_progress.py: - add simple tool that can read the dpkg progress information -- Michael Vogt Thu, 18 Jun 2009 16:54:35 +0200 update-manager (1:0.121) karmic; urgency=low * DistUpgrade/DistUpgrade.cfg: - remove obsolete kubuntu-kde4-desktop meta package * DistUpgrade/DistUpgradeCache.py: - when guessing missing meta-packages stop after the first one was found - use internal _lookupPkgRecord() instead of pkg._lookupRecord * DistUpgrade/DistUpgradeQuirks.py: - move the kubuntu-kde4-desktop key dependency transition detection to the from_hardy quirks handler (LP: #368459) * UpdateManager/Core/MyCache.py: - always disable version number range of the changes in the details (LP: #251349) - make the distro supporting the changelogs easier to customize * DistUpgrade/xorg_fix_proprietary.py: - better comment when explaining why stuff got commented out (LP: #300504) * DistUpgrade/DistUpgradeController.py: - after updating the sources.list, check for both existance and downloadability of the BaseMetaPkgs and abort if that is not the case (thanks to Ulrich Kalkkuhl) LP: #370062 * UpdateManager/UpdateManager.py: - show origin field for other updates (like PPAs) to make it easier to see what comes from where (part of the foundations-karmic-apturl-policy spec) -- Michael Vogt Fri, 05 Jun 2009 20:53:37 +0200 update-manager (1:0.120) karmic; urgency=low * The 'Ready for karmic' version * DistUpgrade/DistUpgradeController.py: - do not fail in partial upgrades if apport must be enabled (LP: #357755) - when rewriting sources.list, check for cdrom entries that do not have associated list files and disable them (LP: #366459) - when rewriting sources.list, deal better with apt-cacher apt-torrent style uris (LP: #365537) * DistUpgrade/xorg_fix_proprietary.py: - instead of replacing fglrx->ati and nvidia->nv just comment out the driver and let xorg figure it out with its own magic (LP: #351394) - update tests/ for the change * UpdateManager/UpdateManager.py: - use a gtk link button to point the user to further upgrade information * DistUpgrade/DistUpgradeController.py: - ensure ./imported/invoke-rc.d is executable (LP: #147742) * refactor the quirks handlers and not run them in partial upgrade mode * tests/test_sources_list.py: - update tests for apt-torrent style uris (LP: #365537) * DistUpgrade/DistUpgrade.cfg: - remove edubuntu-desktop from the flavour metapackages, its not its own flavour anymore * help/C/update-manager-C.omf: - point to file:/usr/share/gnome/help/update-manager/C/update-manager.xml (LP: #368140) -- Michael Vogt Tue, 28 Apr 2009 14:43:26 +0200 update-manager (1:0.111.9) jaunty-proposed; urgency=low * DistUpgrade/DistUpgradeCache.py: - increase the size that the kernel requires in /boot (LP: #365623) * DistUpgrade/DistUpgradeApport.py: - fix apport hook integration (LP: #366048) * DistUpgrade/DistUpgradeController.py: - fix crash in partial upgrade (LP: #366048) * DistUpgrade/DistUpgradeQuirks.py: - make the gwenview upgrade transition more robust (LP: #365840) -- Michael Vogt Fri, 24 Apr 2009 14:41:14 +0200 update-manager (1:0.111.8) jaunty-proposed; urgency=low * DistUpgrade/DistUpgrade.cfg: - add "grub" to the list of packages to keep installed (LP: #363465) - ensure brasero is upgraded (thanks to Chris Jones for the report) (LP: #364136) - ensure guidance-power-manager is removed on upgrade (LP: #364620) * DistUpgrade/DistUpgradeCache.py: - support DistUpgradeCache.markUpgrade() * DistUpgrade/mirrors.cfg: - add "mirror.files.bigpond.com" (thanks to wgrant) * debian/control: - build-depend on latest nvidia-common (LP: #363500) to ensure the nvidia-common if is included in the internal copy of u-m * DistUpgrade/DistUpgradeQuirks.py: - when the upgrade starts, remove old hal.postinst to prevent the trigger from running that causes network-manager to shutdown all connections (LP: #327053) * UpdateManager/Core/MetaRelease.py, UpdateManager/MetaReleaseGObject.py: - fix "no longer supported" message (LP: #364583) -- Michael Vogt Mon, 20 Apr 2009 13:53:01 +0200 update-manager (1:0.111.7) jaunty; urgency=low * DistUpgrade/ReleaseAnnouncement: - updated for the final release * DistUpgrade/DistUpgradeQuirks.py: - ensure qwenview is upgraded (LP: #360222) -- Michael Vogt Fri, 17 Apr 2009 22:11:04 +0200 update-manager (1:0.111.6) jaunty; urgency=low * UpdateManager/UpdateManager.py: - fix crash in free space check (LP: #362066) -- Michael Vogt Thu, 16 Apr 2009 11:07:01 +0200 update-manager (1:0.111.5) jaunty; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - do not crash when patch is not installed (LP: #361194) * DistUpgrade/DistUpgradeCache.py: - more debug output -- Michael Vogt Wed, 15 Apr 2009 14:59:35 +0200 update-manager (1:0.111.4) jaunty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - make the pyqt4 logger less verbose * DistUpgrade/DistUpgradeController.py: - deal with pre-configure errors more cleanly (LP: #356781) * DistUpgrade/DistUpgradeMain.py: - fix error when the backup log dir already exists * DistUpgrade/DistUpgrade.cfg: - stop enabling apport * DistUpgrade/DevelReleaseAnnouncement: - update text for the release candidate * po/*.po: - translation updates from rosetta -- Michael Vogt Wed, 08 Apr 2009 11:09:25 +0200 update-manager (1:0.111.3) jaunty; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - cleanup the quirks handling for the StartUgrade phase and move the code in here - apply patch for install-docs if the user can not install the fix from {hardy,intrepid}-proposed -- Michael Vogt Tue, 07 Apr 2009 18:59:43 +0200 update-manager (1:0.111.2) jaunty; urgency=low * UpdateManager/Core/MyCache.py: - when calculating what category a update should be put in, make sure that candidate versions for "other updates" always end up there - do not try to get changelogs for packages that do not have a ubuntu origin (LP: #354740) * DistUpgrade/removal_blacklist.cfg: - add skype to the removal blacklist (thanks to Nick Lally) -- Michael Vogt Tue, 07 Apr 2009 10:28:34 +0200 update-manager (1:0.111.1) jaunty; urgency=low * DistUpgrade/DistUpgrade.cfg: - ensure that dontzap is installed on kubuntu (LP: #349263) - ensure to not upgrade to a known broken python2.6 (e.g. if the mirrors do not catch up) * DistUpgrade/DistUpgradeController.py: - avoid conffile prompt because we enabled apport (LP: #348301) - deal better with apt ordering bugs and restore the system cleanly in this case - when commenting out third party sources, leave a space between previous comments (thanks to Sidnei da Silva) * DistUpgrade/DistUpgradeCache.py: - add "BadVersions" config option * UpdateManager/Core/MetaRelease.py: - ignore bad header line errors (LP: #353335) * UpdateManager/UpdateManager.py: - start minimized when run with --no-focus-on-map (LP: #353195) - set urgency hint when in the background (LP: #353195) * po/*.po: - updated translations from rosetta -- Michael Vogt Fri, 03 Apr 2009 22:42:17 +0200 update-manager (1:0.111.0) jaunty; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - fix pre r6xx/7xx fglrx->ati transition * DistUpgrade/DistUpgradeQuirks.py: - fix incorrect variable name * DistUpgrade/DistUpgradeView.py: - remove old crash files on upgrade (thanks to Martin Pitt) -- Michael Vogt Tue, 24 Mar 2009 20:49:50 +0100 update-manager (1:0.110.1) jaunty; urgency=low * DistUpgrade/DistUpgrade.cfg.hardy: - support hardy->jaunty upgrade for kubuntu * po/POTFILES.{in,missing}: - add missing files (thanks to Gabor Kelemen) LP: #347040 * po/*.po: - updated translations from launchpad -- Michael Vogt Mon, 23 Mar 2009 16:22:06 +0100 update-manager (1:0.110.0) jaunty; urgency=low * DistUpgrade/DistUpgradeCache.py: - take changes in update-initramfs into account when calculating the space requirements in /boot (LP: #287826) - when doing the space calculation, show the required space for each directory (if multiple need more space) LP: #219416 * DistUpgrade/DevelReleaseAnnouncement: - updated for beta * UpdateManager/DistUpgradeFetcher.py: - set 5s timeout for the ReleaseNotes fetching (LP: #109397) * UpdateManager/UpdateManager.py: - pass the correct FetchProgress to the release-upgrade fetching code instead of the incorrect OpProgress -- Michael Vogt Thu, 19 Mar 2009 16:48:11 +0100 update-manager (1:0.101.1) jaunty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - catch cache.update() errors that do not raise exceptions * DistUpgrade/DistUpgradeController.py: - when calculating the obsolete packages, add extra paranoia for odd network failures (LP: #335154) * DistUpgrade/DistUpgradeAufs.py: - do not overlay /var/cache/apt/archives so that the user does not have to download the packages twice - honor the TMPDIR environment (by using tempfile) * DistUpgrade/DistUpgrade.cfg: - add powernowd to the forced obsoleted packages (the kernel does handle that with the builin ondemand governor now) [ Jonathan Riddell ] * DistUpgrade/DistUpgrade.cfg: - remove gtk-qt-engine in Kubuntu upgrades -- Michael Vogt Wed, 18 Mar 2009 17:57:54 +0100 update-manager (1:0.101.0) jaunty; urgency=low [ Brian Murray ] * UpdateManagerHildon/UpdateManagerHildon.py: - wording fix "will be" to "are being" (LP: #338943) [ Michael Vogt ] * UpdateManager/UpdateManagerText.py: - fix crash in changelog display (LP: #341577) (thanks to Steve Beattie) - support NEWS.Debian from the server as well * DistUpgrade/DistUpgradeAufs.py: - fix in is_submount detection (thanks to liw for reporting) [ Gabor Kelemen ] * data/glade/UpdateManager.glade: - fix missing "translatable" property (LP: #342011) -- Michael Vogt Fri, 13 Mar 2009 10:09:30 +0100 update-manager (1:0.100.1) jaunty; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix crash (LP: #340828) when config is undefinied * UpdateManager/UpdateManager.py: - explicitely cast time.time() to int (LP: #340755) -- Michael Vogt Wed, 11 Mar 2009 09:10:02 +0100 update-manager (1:0.100) jaunty; urgency=low [ Andy Whitcroft ] * DistUpgrade/cdromupgrade: - if cdromupgrade is run with a relative path we will fail to find the installer components and error out. Ensure that the path is absolute. (LP: #335360) [ Michael Vogt ] * fix crash when help is not avaialble (LP: #338098) * data/glade/UpdateManager.glade: - remove the "Keep your system up-to-date" text (design team, LP: #336800) * fix crash when no network is avaialble for changelog fetching (LP: #334002) * debian/control: - add conflict against update-manager-kde to update-manager-hildon (LP: #333464) * UpdateManager/Core/MyCache.py: - show proper urls for sources with epochs (LP: #328164), thanks to Richie * UpdateManager/ChangelogViewer.py: - support copy to clipboard for URLs (LP: #85644), thanks to Richie * UpdateManager/UpdateManager.py: - disable fixed-hight mode, it can cause incorrect height calculation (thanks to Richie), LP: #273184 * DistUpgrade/DistUpgradeController.py: - do not allow gtk/kde upgrades over ssh session (LP: #322482) * merged aufs branch (disabled by default but useful for testing) -- Michael Vogt Tue, 10 Mar 2009 20:25:55 +0100 update-manager (1:0.99) jaunty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - enable apport crash capturing during upgrades * DistUpgrade/DistUpgradeView.py: - create /var/lib/pycentral/pkgremove before the upgrade to help pycentral transition to the new python policy (thanks to doko) * ensure pidgin-libnotify is upgraded (LP: #332328) * better wording for aborts (thanks to Gabor Kelemen and Jean-Baptiste Lallement), LP: #289303 * wording fixes, thanks to Brian Murray and Gabor Kelemen LP: #269583 * i18n fix, thanks to Gabor Kelemen, LP: #331821 * support /etc/update-manager/release-upgrades.d/ directory for local overrides of the upgrade process. Useful to force certain site-specific options (like third party repository handling) * allow "[FreeSpace]\nSkipCheck=yes" override to skip free space checks (useful for testing) * support "[Sources"]\nAllowThirdParty=yes" override to skip commenting out of unknown repositories (LP: #147080) * debian/*.install: - updated for the new python layout (/u/l/p/dist-packages instead of /u/l/p/site-packages) * debian/rules: - use DH_PYCENTRAL=include-links instead of "nomove" - use "--install-layout=deb" in distutils * debian/control: - use "XS-Python-Version: all" instead of current * DistUpgrade/DistUpgradeCache.py: - fix modalias path in NvidiaDetector * data/glade/UpdateManager.glade: - add "settings" button * UpdateManager/UpdateManager.py: - open software-properties when settings button is clicked (LP: #334959) - keep track of launch times via gconf (/apps/update-manager/launch_time) * debian/control: - recommend software-properties-gtk [ Brian Murray ] * DistUpgrade/multiple files: - fixed typographical error * DistUpgrade/DistUpgradeViewText.py: - change "Restart required" default to N (LP: #328452) -- Michael Vogt Tue, 03 Mar 2009 12:33:12 +0100 update-manager (1:0.98.1) jaunty; urgency=low * reenable the demotions.cfg generation and mirror updates * setup.py cleanup (thanks to liw) -- Michael Vogt Thu, 19 Feb 2009 00:22:58 +0100 update-manager (1:0.98) jaunty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - fixes in the error string (thanks to Jean-Baptiste Lallement, LP: #298296) * support getting NEWS.Debian information in addition to the changelog * debian/update-manager-core.links: - fix typo (thanks to tjaalton) * merge the 'computer-janitor' core and quirks code into update-manager-core (part of the jaunty-cruftremover-improvements spec) * conflicts with the current version of computer-janitor [ Brian Murray ] * DistUpgrade - Release Announcements: - Modified reporting bugs sections to recommend using ubuntu-bug instead of filing bugs directly in Launchpad. (LP: #327800) -- Michael Vogt Wed, 18 Feb 2009 23:44:17 +0100 update-manager (1:0.97.1) jaunty; urgency=low [ Michael Vogt ] * UpdateManager/UpdateManager.py: - make the gconf handling more robust (LP: #320586) * UpdateManager/Core/MyCache.py: - fix crash when no changelog can be found (LP: #320894) * UpdateManager/Core/MetaRelease.py: - do not crash on disk full (LP: #321872) * DistUpgrade/DistUpgradeController.py: - when commenting out third party repositories add a comment why they were disabled and update them to the current dist to make re-enabling easier * DistUpgrade/DistUpgradeQuirks.py: - run dpkg --forget-old-unvail after the upgrade finished - add "PostCleanup" hook * DistUpgrade/cdromupgrade: - fixed typo (LP: #312184) * add "--no-focus-on-map option to bring update-manager up in the background (UX team) * change default text and add /apps/update-manager/first_run gconf key for the first run welcome message (UX team) * UpdateManager/ChangelogViewer.py: - support "LP: #nr:" linking in changelog entries (LP: #274737) [ Jonathan Riddell ] * DistUpgrade/DistUpgrade.cfg - remove guidance-power-manager on kubuntu-desktop upgrade [ Andy Whitcroft ] * DistUpgrade/cdromupgrade - move to using dists/$CODENAME to locate the installer eliminating any dependance on symlinks in the image. This allows usb-creator based images to be used unmodified. (LP: #326856) -- Michael Vogt Mon, 09 Feb 2009 13:48:01 +0100 update-manager (1:0.97) jaunty; urgency=low * UpdateManager/Core/MetaRelease.py: - remove debug message (LP: #310046) * UpdateManager/Common/utils.py: - when initializing the proxy configuration, do in this order: * check apt setting * check synaptic setting * check users gconf * check http_proxy environment (LP: #24250) * UpdateManager/Core/DistUpgradeFetcherCore.py: - ensure correct error message if downloading failed (LP: #113658) - when fetching from mirrors, add fallback if the mirror is too loaded to cope - improve logic that detects what mirror is in use by sources.list inspection (LP: #107983) * DistUpgrade/DistUpgradeMain.py, dist-upgrade.py: - re-factor and make code more modular - do not overwrite existing log files on upgrade (LP: #111819) * reorganize the imports and get rid of "Common" submodule and merge that all into "Core" * improve the debug output via the "DEBUG_UPDATE_MANAGER" environment -- Michael Vogt Mon, 26 Jan 2009 17:26:40 +0100 update-manager (1:0.96.4) jaunty; urgency=low * DistUpgrade/DistUpgradeController.py: - do not generate apport report against update-manager if cache.commit() failed. the report is generated against the failing package instead (LP: #311220) - honor RELEASE_UPRADER_ALLOW_THIRD_PARTY environment and do not comment out third party repositories in this case (useful internal repositories, make sure that sudo does not clean this env when you make use of it) * DistUpgrade/DistUpgrade.cfg: - remove powermanagement-interface on upgrades for ubuntu and kubuntu (no longer needed by them) * DistUpgrade/DevelReleaseAnnouncement: - include a different release announcement for the development releases * pre-build.sh: - fix version parsing -- Michael Vogt Wed, 21 Jan 2009 22:12:06 +0100 update-manager (1:0.96.3) jaunty; urgency=low * DistUpgrade/DistUpgradeController.py: - when syncing inconsitent components, only sync those we know about (LP: #312092) * tests/test_sources_list.py: - add regression test for #312092 -- Michael Vogt Thu, 15 Jan 2009 14:14:01 +0100 update-manager (1:0.96.2) jaunty; urgency=low * AutoUpgradeTester/UpgradeTestBackendQemu.py: - add "NonInteractive","NoVirtio" switch - enable virtio in the kvm backend by default * AutoUpgradeTester/profile/server/DistUpgrade.cfg: - updated for intrepid->jaunty - add missing kernel removal section * DistUpgrade/DistUpgrade.cfg: - update KernelRemoval section for intrepid->jaunty * DistUpgrade/DistUpgradeApport.py, README: - add new RELEASE_UPRADER_NO_APPORT environement that can be used to force the upgrader to not run apport on pkg failures * DistUpgrade/DistUpgradeViewNonInteractive.py: - use RELEASE_UPRADER_NO_APPORT in the non-interactive upgrade tests * AutoUpgradeTester/profile/ubuntu/DistUpgrade.cfg: - updated for intrepid->jaunty * DistUpgrade/DistUpgrade.cfg: - enable DistUpgrade/xorg_fix_proprietary.py to transition users from proprietary drivers to free drivers if the proprietary driver is no longer available after the upgrade -- Michael Vogt Tue, 13 Jan 2009 20:56:36 +0100 update-manager (1:0.96.1) jaunty; urgency=low * DistUpgrade/DistUpgradeController.py: - deal better with upgrades from EOL releases by testing if the new release is on the country mirror or archive.ubuntu.com or still on old-releases.ubuntu.com (LP: #264181) * debian/control: - disable the auto-upgrader-tester package, its not quite ready yet -- Michael Vogt Tue, 13 Jan 2009 14:52:18 +0100 update-manager (1:0.96) jaunty; urgency=low * UpdateManager/Core/MetaRelease.py: - deal with full disks better when downloading the meta-release information (LP: #98666) * DistUpgrade/DistUpgradeView.py: - make the FuzzyTimeToStr() function not display minutes when the total time is > 3h (LP: #144455) * build update-manager-text package with text/newt based update-manager frontend (update-manager-text) * DistUpgrade/DistUpgradeQuirks.py: - check if both grub and lilo are installed and remove the one that is not used (LP: #314004) * po/POTFILES.in, po/POTFILES.skip: - updated * po/update-manager.pot: - refreshed -- Michael Vogt Mon, 12 Jan 2009 14:12:27 +0100 update-manager (1:0.95.2) jaunty; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - check the support of fglrx against the current PCI card (LP: #284408) * DistUpgrade/xorg_fix_intrepid.py: - do not rewrite multiseat configs (LP: #292774) * UpdateManager/Common/MyCache.py, UpdateManager/Common/UpdateList.py: - move the cache,updatelist implementation out into its own file * fix free space check on regular update-manager invocations (LP: #105113) * debian/rules - remove the arch-build target * DistUpgrade/DistUpgradeController.py: - improvements to the sources.list rewriting, better tests - when rewriting sources.list check for inconsistencies between what components are enabled in intrepid vs intrepid-updates and intrepid-security and automatically enable missing ones for intrepid-updates and intrepid-security - new test if the upgrade is run from a remote login (LP: #301787) -- Michael Vogt Mon, 15 Dec 2008 10:39:27 +0100 update-manager (1:0.95.1) jaunty; urgency=low * DistUpgrade/DistUpgrade.glade, DistUpgrade/window_main.ui: - show 9.04 upgrade target * debian/rules: - calculate demotions based on intrepid->jaunty * DistUpgrade/DistUpgradeCache.py: - when the dist-upgrade calculation fails, show the reason why in the error dialog (LP: #281286) - when a meta package can not be upgraded, show a proper error message with the package in question * DistUpgrade/DistUpgradeQuirks.py: - abort upgrade from hardy if evms is used in /proc/mounts evms got removed from the archive in intrepid (LP: #292179) - do not add "relatime" if "noatime" is already given (thanks to Ken Geis) * DistUpgrade/removal_blacklist.cfg: - remove overly broad postgresql regexp * DistUpgrade/DistUpgradeCache.py: - do not limit the removal blacklist to downloadable packages, this limits it too much * check-new-release: - install check for new releases into update-motd.d/daily -- Michael Vogt Tue, 11 Nov 2008 11:22:41 +0100 update-manager (1:0.95) jaunty; urgency=low * updated for jaunty -- Michael Vogt Wed, 05 Nov 2008 09:56:51 +0100 update-manager (1:0.93.34) intrepid-proposed; urgency=low * UpdateManager/UpdateManager.py: - simply the changelog download logic and make changelog fetching work properly again (now that the server side got improved as well) LP: #40058 -- Michael Vogt Tue, 04 Nov 2008 18:53:54 +0100 update-manager (1:0.93.33) intrepid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeQuirks.py: - add detection for cards no longer supported via fglrx and ensure transition to "ati" (LP: #284408) * DistUpgrade/DistUpgradeCache.py: - check if the package is actually downloadable in the removal blacklist checking (LP: #293486) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - handle translations of non-ascii string on Cancel button correctly (LP: #291115) -- Michael Vogt Tue, 04 Nov 2008 14:58:10 +0100 update-manager (1:0.93.32) intrepid; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - when transitioning from kubuntu-kde4-desktop to kubuntu-desktop consider key dependencies as well even if kubuntu-kde4-desktop is no longer installed (LP: #277285) -- Michael Vogt Fri, 24 Oct 2008 17:54:50 +0200 update-manager (1:0.93.31) intrepid; urgency=low * DistUpgrade/DistUpgrade.cfg: - remove goubuntu-desktop from metapackages, we do no longer build it (LP: #283712) * DistUpgrade/DistUpgradeCache.py: - never remove packages in the "KeepInstalled" section - keep the GUI alive when calculating the packages to cleanup * DistUpgrade/DistUpgradeQuirks.py: - mark "language-pack-$lang" as manual installed to workaround changes in "language-support-$lang" (LP: #287551) * po/: - updated to the latest translations.launchpad.net version -- Michael Vogt Fri, 24 Oct 2008 15:02:03 +0200 update-manager (1:0.93.30) intrepid; urgency=low * DistUpgrade/DistUpgradeViewText.py: - ignore "default" argument handling in askYesNoQuestion to fix incorrect prompt for cdrom question * DistUpgrade/DistUpgradeQuirks.py: - ensure "landscape-common" is not marked auto-install (LP: #288051) * DistUpgrade/ReleaseAnnouncement: - updated for final release * DistUpgrade/DistUpgradeAptCdrom.py: - ignore "dist-upgrader" dirs when scanning for packages (LP: #288169) -- Michael Vogt Thu, 23 Oct 2008 16:53:43 +0200 update-manager (1:0.93.29) intrepid; urgency=low * fix incorrect case and typo in cpuHasSSESupport(), thanks to Steve Langasek -- Michael Vogt Mon, 20 Oct 2008 19:17:22 +0200 update-manager (1:0.93.28) intrepid; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - do not install nvidia-glx-{173,177} on systems without the "sse" cpu extension (LP: #272498) - fix case-sensitive parsing when checking for the xorg driver * DistUpgrade/DistUpgrade.cfg: - make sure that libflashsupport gets removed on upgrade (LP: #285657) * DistUpgrade/ReleaseAnnouncement: - updated for the release candidate -- Michael Vogt Mon, 20 Oct 2008 16:55:40 +0200 update-manager (1:0.93.27) intrepid; urgency=low * DistUpgrade/xorg_fix_intrepid.py: - only update the InputDevices if xserver-xorg-core actually is version 2:1.5.0 or higher - make section checks case-insensitive (thanks to Alberto Milone) * DistUpgrade/DistUpgrade.glade: - remove has_focus default in the conffiel dialog -- Michael Vogt Mon, 20 Oct 2008 09:47:57 +0200 update-manager (1:0.93.26) intrepid; urgency=low * DistUpgrade/DistUpgradeController.py: - workaround kde tmpfile permissions (LP: #277431) * UpdateManager/Common/utils.py: - do not crash if gconfd is not availabe/unusable (LP: #281248) * DistUpgrade/DistUpgradeViewKDE.py: - do not use "kde" frontend during the upgrade, it crashes because of the kde3->kde4 transition if run at the wrong time (LP: #283942) * DistUpgrade/DistUpgradeView.py: - ignore SIGPIPE when forking the Dpkg::Pre-Install scripts to fix error with etckeeper (LP: #283642) * po/ - updated from rosetta -- Michael Vogt Wed, 15 Oct 2008 22:03:05 +0200 update-manager (1:0.93.25) intrepid; urgency=low [ Jonathan Riddell ] * DistUpgrade/DistUpgradeQuirks.py: - Fix crash from not having gettext imported [ Michael Vogt ] * revert the fglrx->ati transition (LP: #247376) -- Michael Vogt Wed, 15 Oct 2008 10:03:04 +0200 update-manager (1:0.93.24) intrepid; urgency=low * DistUpgrade/DistUpgradeController.py: - disable the apt.cron.daily script during the upgrade (LP: #277079) * DistUpgrade/DistUpgradeAptCdrom.py: - work around the problem that the hardy "apt-cdrom add" will fail when no uncompressed Packages files are on the CD (LP: 276349) -- Michael Vogt Tue, 14 Oct 2008 16:30:41 +0200 update-manager (1:0.93.23) intrepid; urgency=low * DistUpgrade/xorg_fix_intrepid.py: - comment out input devices from xorg.conf (handled via hal now). Thanks to Alberto Milone for his help, LP: #247608 -- Michael Vogt Mon, 13 Oct 2008 20:35:06 +0200 update-manager (1:0.93.22) intrepid; urgency=low * DistUpgrade/DistUpgradeQuirks.py: - add rule to force kdelibs5-dev upgrade (LP: #279621), thanks to ScottK * DistUpgrade/DistUpgradeViewGtk.py: - do not hang if a script fails to run (LP: #280236) * DistUpgrade/DistUpgradeController.py: - do not run post-upgrade quirks handler in partial upgrade mode because they only apply to real release upgrades -- Michael Vogt Fri, 10 Oct 2008 16:51:36 +0200 update-manager (1:0.93.21) intrepid; urgency=low * Add useDevelopmentRelease and useProposed to DistUpgradeFetcherKDE.py * Fix call to error() in DistUpgradeFetcherCore.py -- Jonathan Riddell Wed, 08 Oct 2008 14:30:58 +0100 update-manager (1:0.93.20) intrepid; urgency=low * DistUpgrade/DistUpgradeGettext.py: - translated the empty "" into "" (the qt frontend may call this on empty strings in translate_widget) * DistUpgrade/DistUpgradeQuirks.py: - make sure to write a final newline in /etc/fstab when adding the relatime option (LP: #279093) -- Michael Vogt Tue, 07 Oct 2008 10:42:13 +0200 update-manager (1:0.93.19) intrepid; urgency=low * UpdateManager/Core/MetaRelease.py: - fix crash in CDROM upgrade (LP: #276363) * DistUpgrade/DistUpgradeQuirks.py: - fix crash in nvidia handling (thanks to Spencer Janssen) -- Michael Vogt Thu, 02 Oct 2008 11:26:30 +0200 update-manager (1:0.93.18) intrepid; urgency=low * DistUpgrade/DistUpgrade.cfg: - add KeepInstalled rule for adept to help the dependency resolver (thanks to MvG) - add kubuntu-kde4-desktop metapackage so that the meta package detection works for kde4 (LP: #274706) * DistUpgrade/DistUpgradeCache.py: - fix log for kept packages - make the log of the obsolete removal less verbose - fix kubuntu-kde4-desktop upgrades (LP: #274706) * DistUpgrade/ReleaseAnnouncement: - udpated for BETA * DistUpgrade/DistUpgradeViewGtk.py: - fix typo and unfuzzy translations. Thanks to Brian Murray for the patch, LP: #272726) * UpdateManager/UpdateManager.py: - add gconf key /apps/update-manager/show_versions to show version information (disabled by default, LP: #189406) * DistUpgrade/DistUpgradeQuirks.py: - add intrepidPreUpgrade() handler that detects fglrx in xorg.conf and warns about it before the upgrade - consolidate the various quirks into this file - add check for the nvidia-glx-71 and nvidia-glx-96 drivers and warn if they will be required * DistUpgrade/xorg_fix_intrepid.py: - add script that is run after the upgrade that ensures that the xorg.conf file gets transitioned to a free driver if the proprietary one does not work for intrepid - transition from fglrx and nvidia-glx-{71,96} to the free driver (LP: #274303) -- Michael Vogt Fri, 26 Sep 2008 14:16:56 +0200 update-manager (1:0.93.17) intrepid; urgency=low [ Michael Vogt ] * UpdateManager/UpdateManager.py: - fix typo (thanks to "Richie", LP: #271139) * DistUpgrade/DistUpgradeCache.py: - remove the landscape-client stub package on desktop upgrades [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py fix crash when translating dialogue -- Jonathan Riddell Fri, 19 Sep 2008 00:24:58 +0100 update-manager (1:0.93.16) intrepid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeController.py: - automatically add "relatime" to the mount options of ext2/ext3 * UpdateManager/Core/MetaRelease.py: - fix typo (thanks to Daniel Garcia) * DistUpgrade/DistUpgradeCache.py: - fix the removal of obsolete kernel packages when the old kernel abi package gets removed from -update and/or -security * UpdateManager/UpdateManager.py: - be more robust against server errors when fetching the changelogs (LP: #262982) * debian/control: - update the version dependency for python-apt, we need stuff from 0.7.5 (LP: #257781) * DistUpgrade/DistUpgradeView.py:# - make FuzzyTimeToStr() properly deal with plural forms (LP: #267234) [ Brian Murray ] * UpdateManager/UpdateManager.py: - preserve epoch in package version for changelogs at launchpad.net (LP: #270527) -- Michael Vogt Tue, 16 Sep 2008 14:15:18 +0200 update-manager (1:0.93.15) intrepid; urgency=low * UpdateManager/Core/DistUpgradeFetcherCore.py: - fix incorrect import -- Michael Vogt Mon, 15 Sep 2008 14:41:41 +0200 update-manager (1:0.93.14) intrepid; urgency=low * po/*.po: - updated to the latest launchpad translations * DistUpgrade/DistUpgradeGettext.py: - add more robust version of gettext() that does not crash if incorrect number arguments is passed (LP: #269379) -- Michael Vogt Mon, 15 Sep 2008 13:07:54 +0200 update-manager (1:0.93.13) intrepid; urgency=low * DistUpgrade/DistUpgrade.cfg: - better KeyDependencies for ubuntu-desktop to make the detection more robust -- Michael Vogt Fri, 12 Sep 2008 21:56:11 +0200 update-manager (1:0.93.12) intrepid; urgency=low * DistUpgrade: load DistUpgradeViewKDE not KDE4 * DistUpgradeViewKDE: Fix various translations * DistUpgradeViewKDE: Add window icon -- Jonathan Riddell Fri, 12 Sep 2008 13:17:52 +0100 update-manager (1:0.93.11) intrepid; urgency=low [ Jonathan Riddell ] * DistUpgradeViewKDE: don't use setHeaderHidden, doesn't exist in Qt 4.3 * DistUpgradeViewKDE: Disable terminal button until terminal exists [ Michael Vogt ] * rename DistUpgradeViewKDE4.py to DistUpgradeViewKDE.py because adept runs this frontend explicitely (instead of letting dist-upgrade.py decide) -- Michael Vogt Thu, 11 Sep 2008 12:42:10 +0200 update-manager (1:0.93.10) intrepid; urgency=low [ Jonathan Riddell ] * Add missing debian/update-manager-kde.install [ Michael Vogt ] * transition landscape.canonical.com to the main repository (LP: #268551) -- Michael Vogt Wed, 10 Sep 2008 15:55:47 +0200 update-manager (1:0.93.9) intrepid; urgency=low * do not build depend on nvidia-common for lpia -- Michael Vogt Tue, 09 Sep 2008 13:56:20 +0200 update-manager (1:0.93.8) intrepid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - transition "kubuntu-desktop-kde4" to "kubuntu-desktop" (thanks to Jonathan Riddell) * DistUpgrade/DistUpgradeCache.py, DistUpgrade/DistUpgradeController.py: - fixes in the "AllowUnauthenticated" code (thanks to Adam Conrad) * debian/update-manager-hildon.install: - install only selected bits from Comon/ [ Emmet Hikory ] * Removed check to set automatic notifications in update-manager-hildon -- Michael Vogt Fri, 05 Sep 2008 19:41:04 +0200 update-manager (1:0.93.7) intrepid; urgency=low * Move Common/utils.py to update-manager-core * Fix build when rebuilding with -nc * UpdateManager/DistUpgradeFetcherKDE.py shouldn't import ReleaseNotesViewer * DistUpgrade/cdromupgrade should be intrepid -- Jonathan Riddell Thu, 04 Sep 2008 23:04:42 +0100 update-manager (1:0.93.6) intrepid; urgency=low * Make DistUpgradeFetcherKDE.py work as a module not just a standalone script -- Jonathan Riddell Thu, 28 Aug 2008 13:32:25 +0100 update-manager (1:0.93.5) intrepid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - install new recommends on the hardy->intrepid upgrade (unless overwriten with the RELEASE_UPGRADE_NO_RECOMMENDS environment) * AutoUpgradeTester/UpgradeTestBackendQemu.py: - run ssh in the auto tester with "-t" * UpdateManager/UpdateManager.py: - fix plural forms (thanks to Bruce Cowan, LP: #189921) * DistUpgrade/DistUpgradeViewGtk.py: - show kB/sec (LP: #257778) [ Jonathan Riddell ] * Add KDE upgrade checking tools for use by Adept -- Jonathan Riddell Wed, 27 Aug 2008 15:19:01 +0100 update-manager (1:0.93.4) intrepid; urgency=low * DistUpgrade/removal_blacklist.cfg: - add openssh-blacklist-extra and openssh-extra * UpdateManager/UpdateManager.py: - do not crash if lsb_release can not be run (LP: #255319) * DistUpgrade/DistUpgradeApport.py: - do not generate apport reports against a package if the error indicates that its a full disk, this is a bug in update-manager than (failed to do the full disk checking) * DistUpgrade/DistUpgrade.cfg: - force obsoletion of cups-pdf on ubuntu-desktop, kubuntu-desktop and xubuntu-desktop * DistUpgrade/DistUpgradeController.py: - increase KERNEL_INITRD_SIZE a bit -- Michael Vogt Fri, 15 Aug 2008 19:40:46 +0200 update-manager (1:0.93.3) intrepid; urgency=low * fix ftbfs on powerpc -- Michael Vogt Tue, 05 Aug 2008 21:20:59 +0200 update-manager (1:0.93.2) intrepid; urgency=low * DistUpgrade/DistUpgradeCache.py: - work around problem with packages with no priority (LP: #253255) * DistUpgrade/DistUpgradeViewGtk.py: - detect ctrl-c presses in the terminal and warn the user that it will kill the upgrade (LP: #90866) * DistUpgrade/DistUpgrade.cfg: - when being run by the sandbox-upgrader, do not reboot automatically after the upgrade finished * DistUpgrade/DistUpgradeController.py: - when a upgrade is cancelt due to network errors, inform that the downloaded files will be kept (LP: #242111) -- Michael Vogt Tue, 05 Aug 2008 20:37:52 +0200 update-manager (1:0.93.1) intrepid; urgency=low * UpdateManager/UpdateManager.py: - make the init_proxy stuff look for the apt.conf proxy as well (thanks to vega--) * do-release-upgrade: - unify proxy configuration between gtk and cli UI * fix FBTFS by removing the kdepyuic calls during build (no longer needed in qt4) -- Michael Vogt Wed, 30 Jul 2008 11:29:00 +0200 update-manager (1:0.93) intrepid; urgency=low [ Michael Vogt ] * UpdateManager/UpdateManager.py: - fix typo (LP: #252195) * DistUpgrade/DistUpgradeController.py: - fix crash in cleanup code [ Jonathan Riddell ] * port the kde frontend to qt4 -- Michael Vogt Wed, 30 Jul 2008 09:01:45 +0200 update-manager (1:0.92) intrepid; urgency=low * DistUpgrade/DistUpgradeCache.py: - use nvidia-common to detect what driver package is needed and install it if the user had a previous nvidia driver (thanks to Alberto Milone) * improvements to the NonInteractive frontend -- Michael Vogt Fri, 25 Jul 2008 09:26:47 +0200 update-manager (1:0.91.10) intrepid; urgency=low * UpdateManager/Core/DistUpgradeFetcherCore.py: - improved error handling for people who run /tmp with noexec (LP: #219518) * DistUpgrade/ReleaseAnnouncement: - fixes in the announcement text (thanks to Brian Murray, LP: #250693) * DistUpgrade/removal_blacklist.cfg: - remove nvidia-glx from the removal blacklist, the naming schema changed in intrepid and the old packages need to go way (LP: #249329) -- Michael Vogt Tue, 22 Jul 2008 12:04:34 +0200 update-manager (1:0.91.9) intrepid; urgency=low * UpdateManager/Core/MetaRelease.py: - make the default meta-release location easily changable via /etc/update-manager/meta-release * data/meta-release: - make the default configuration easier configurable * data/release-upgrades: - default to "normal" upgrades for intrepid -- Michael Vogt Wed, 16 Jul 2008 13:30:28 +0100 update-manager (1:0.91.8) intrepid; urgency=low * data/glade/UpdateManager.glade: - make the shortcut key in the auto-updates dialog consistent with the main one (LP: 246321) * DistUpgrade/ReleaseAnnouncement: - updated for intrepid (LP: #246538) -- Michael Vogt Thu, 10 Jul 2008 14:40:14 +0300 update-manager (1:0.91.7) intrepid; urgency=low * DistUpgrade/DistUpgradeController.py: - add logging for kept packages - make the "use-network" question on cdrom upgrades more clear (LP: #229508) - do not just exit on upgrades with errors but show a proper finished message * DistUpgrade/DistUpgradeApport.py: - only run apport-{gtk,qt} if DISPLAY is set * DistUpgrade/DistUpgradeView{Gtk,KDE}.py: - do not show a error dialog for folloup errors from earlier errors (thanks to Alexander Sack for the report) -- Michael Vogt Wed, 02 Jul 2008 13:10:56 +0200 update-manager (1:0.91.6) intrepid; urgency=low * Make "--mode={server,desktop}" obsolete by adding automatic detection for this. This eliminates the bugreports where people run the text do-release-upgrade client that defaults to server mode * UpdateManager/UpdateManager.py: - improve the changelog version number scanner - if no information is available yet, display a launchpad link for interested people (not fetching from there automatically to not hammer LP too much) -- Michael Vogt Thu, 26 Jun 2008 17:33:30 +0200 update-manager (1:0.91.5) intrepid; urgency=low * DistUpgrade/DistUpgradeController.py: - support "old-releases.ubuntu.com" as a valid mirror and auto transition from that to the regular archive (LP: #235527) - add extra paraonoia when adding a missing admin group (thanks to LaMont Jones) LP: #241723 * UpdateManager/ChangelogViewer.py: - support "exo-open" (xfce) too (LP: #240473) * DistUpgrade/mirrors.cfg: - remove ftp.caliu.info (LP: #231966) * DistUpgrade/DistUpgradeController.py: - fix typo and unfuzzy translations (LP: #220505) * UpdateManager/UpdateManager.py, data/update-manager.schemas.in: - provide a gconf key /apps/update-manager/autoclose_install_window to make it possible to prevent automatic closing of the installation window (LP: #183209) * DistUpgrade/DistUpgrade.cfg.dapper: - remove ports.ubuntu.com from powerpc, it is not available on ports.ubuntu.com but on archive.ubuntu.com (LP: #241729) -- Michael Vogt Fri, 20 Jun 2008 20:02:50 +0200 update-manager (1:0.91.4) intrepid; urgency=low * update-manager: - string fixes (LP: #230865) * UpdateManager/UpdateManager.py: - support selecting/dselecting entire update categories by double clicking on the list header -- Michael Vogt Mon, 16 Jun 2008 12:22:35 +0200 update-manager (1:0.91.3) intrepid; urgency=low * DistUpgrade/mirrors.cfg: - remove ftp.caliu.info (LP: #231966) * UpdateManager/UpdateManager.py, data/update-manager.schemas.in: - provide a gconf key /apps/update-manager/autoclose_install_window to make it possible to prevent automatic closing of the installation window (LP: #183209) -- Michael Vogt Tue, 03 Jun 2008 12:25:11 +0200 update-manager (1:0.91.2) intrepid; urgency=low [ Brian Murray ] * String fix for "a unresolvable problem" (LP: #196269) * String fix for "A upgrade to" (LP: #196229) * String fix for "is in a inconsistent state" (LP: #197015) -- Michael Vogt Fri, 30 May 2008 17:19:29 +0200 update-manager (1:0.91.1) intrepid; urgency=low * debian/control: - add missing python-vte dependency to update-manager-hildon -- Michael Vogt Fri, 30 May 2008 11:47:18 +0200 update-manager (1:0.91) intrepid; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix bug in withNetwork value propergation (LP: #227197) * DistUpgrade/DistUpgradeController.py: - fix bug with sources.list rewriting when mixed deb http://unknown-miror\ndeb-src http://known-mirror entries are used (#221730) * UpdateManager/Common/utils.py: - fix inhibit path (LP: #140754), thanks to Andreas Dalsgaard * DistUpgrade/DistUpgradeViewText.py: - use sensible-pager first and fallback to "more" if that is not available (thanks to Mithrandir) * DistUpgradeView{Gtk,KDE,Text}.py: - only overwrite the DEBIAN_FRONTEND if it is not set already (thanks to Guy Sheffer) * UpdateManagerHildon/UpdateManagerHildon.py: - add hildon support (thanks to Tollef Fog Heen and Emmet Hikory) -- Michael Vogt Wed, 21 May 2008 18:01:07 +0200 update-manager (1:0.90.0) intrepid; urgency=low * merged branches: - ~alefteris/update-manager/alefteris (thanks!) * UpdateManager/Core/DistUpgradeFetcherCore.py: - do not crash if the tarfile can not be read (LP: #203504) * fix a bunch of spelling mistakes (LP: #213040), thanks to Peter Cordes * AutoUpgradeTester/automatic-upgrade-testing: - add "--additional-pkgs" argument that can be used to install the given packages (seperated with ",") into the VM before the upgrade is performed * DistUpgrade/DistUpgradeConfigParser.py: - write error to log in getListFromFile() if file is not found * DistUpgrade/DistUpgradeCache.py: - fix plural form text (LP: #226695) * update-manager-core.install, update-manager.install: - move the DistUpgrade part into update-manager-core * DistUpgrade/DistUpgradeController.py, update-manager, dist-upgrade.py: - move partialUpgrade() functionality into the controller and expose it with --partial in dist-upgrade.py * DistUpgrade/DistUpgrade.cfg: - prepare for hardy->intrepid upgrades -- Michael Vogt Tue, 06 May 2008 10:02:16 +0200 update-manager (1:0.87.27) hardy-proposed; urgency=low * DistUpgrade/DistUpgradeCache.py: - make networkless upgrades more robust (LP: #227197) * po/ko.po: - fix translation for y/n prompt so that korean users can actually continue (LP: #223419) * DistUpgrade/DistUpgradeViewGtk.py: - work around hang in svg loader (LP: #186465) -- Michael Vogt Fri, 09 May 2008 13:47:12 +0200 update-manager (1:0.87.26) hardy-proposed; urgency=low * DistUpgrade/DistUpgradeController.py: - run in server mode on a server CD (LP: #222895) - deal with the landscape.canonical.com repository (LP: #224308) * DistUpgrade/DistUpradeCache.py: - make the code more robust against unavailable package records (LP: #223619) * DistUpgrade/cdromupgrade: - allow passing of arguments (like --mode=server) to better support server upgrades with the dvd (LP: #222895) * po/uk.po: - fix translation so that it gets the expected number of arguments (LP: #224294) -- Michael Vogt Wed, 30 Apr 2008 22:15:44 +0200 update-manager (1:0.87.25) hardy-proposed; urgency=low * DistUpgrade/DistUpgradeApport.py: - fix typo in log dir (LP: #223743) * DistUpgrade/DistUpgradeController.py: - if the "Crux" theme is used on dapper during the upgrade, switch to "Human" because Crux is known to crash (LP: #69124) * DistUpgrade/DistUpgradeCache.py: - do not crash if a meta package is not available in the cache (e.g. xubuntu-desktop that moved from main to universe) * DistUpgrade/DistUpgrade.cfg.dapper: - fix incorrect xubuntu-desktop detection * DistUpgrade/DistUpgradeView.py: - make sure that self.confirmChangesMessage is always initialized (LP: #221023) * DistUpgrade/mirrors.cfg: - added missing russion mirror (LP: #221730) - fixed incorrect mirror lines * DistUpgrade/DistUpgrade.cfg: - better detection to missing dependencies to fix ubuntustudio-desktop upgrade problem (LP: #219659) * util/demotions.py: - do not consider powerpc anymore, its not available on archive.ubuntu.com anymore * debian/rules: - do not run tests in arch-build target (only useful when there is a development release available to upgrade to) -- Michael Vogt Tue, 29 Apr 2008 12:49:16 +0200 update-manager (1:0.87.24) hardy; urgency=low * DistUpgrade/ReleaseAnnouncement: - modified https url to http so it is clickable (LP: #220386) * po/en_GB.po: - unfuzzy typo correction -- Brian Murray Mon, 21 Apr 2008 14:58:17 -0700 update-manager (1:0.87.23) hardy; urgency=low * DistUpgrade/DistUpgrade.cfg.dapper: - Add 'bash' to BaseMetaPkgs. This is needed because ubuntu-meta was uploaded into dapper-updates and that means that we the detection of a missing main archive in sources.list will not work correctly (LP: #220078) * DistUpgrade/ReleaseAnnouncement: - updated in preparation for the final release -- Michael Vogt Mon, 21 Apr 2008 18:07:31 +0200 update-manager (1:0.87.22) hardy; urgency=low * UpdateManager/UpdateManager.py: - only set http proxy if hostname/port is valid (LP: #219227) * DistUpgrade/DistUpgradeController.py: - some more debug logging - fix missing cache open - smaller default network time out - run the initial cache.update() on the unmodified sources.list with only a single retry because it may contain sources that do not respond -- Michael Vogt Sat, 19 Apr 2008 00:18:25 +0200 update-manager (1:0.87.21) hardy; urgency=low * DistUpgrade/DistUpgradeController.py: - transition sparc users to ports.ubuntu.com on upgrade * DistUpgrade/DistUpgrade.cfg.dapper: - point to ports.ubuntu.com when fetching release-upgrader-{apt,dpkg} on dapper->hardy upgrades -- Michael Vogt Thu, 17 Apr 2008 20:24:19 +0200 update-manager (1:0.87.20) hardy; urgency=low * DistUpgrade/DistUpgradeView.py: - fix incorrect _() call (thanks to Timo Jyrinki) * DistUpgrade/mirrors.cfg: - fix ports.ubuntu.com mirror URI (LP: #215346) * run dpkg with --force-overwrite by default on the server too to make the upgrade more robust. this can be overwriten with the RELEASE_UPGRADE_NO_FORCE_OVERWRITE environment -- Michael Vogt Wed, 16 Apr 2008 21:37:49 +0200 update-manager (1:0.87.19) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - only try to upgrade held-back packages in the edgyQuirks handler if they are actually upgradable (thanks to Lamont Jones and James Troup) * po/fi.po - unfuzzy string (thanks to Timo Jyrinki) -- Michael Vogt Wed, 16 Apr 2008 20:51:05 +0200 update-manager (1:0.87.18) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - remove mail-notificaton, gnome-translate from hardy quirks list (LP: #215690) * UpdateManager/DistUpgradeFetcher.py: - use sensible gksu prompt when asking for release upgrade (LP: #161888) -- Michael Vogt Mon, 14 Apr 2008 21:44:43 +0200 update-manager (1:0.87.17) hardy; urgency=low * DistUpgrade/DistUpgradeController.py: - when run from a CDROM upgrade on dapper, ensure to fetch the right files on tryUpdateSelf() (#215673) - ensure that language-support-$lang packages get upgraded if they are installed * UpdateManager/Core/MetaRelease.py: - support forceLTS option (#215673) * DistUpgrade/DistUpgradeView.py: - work around gutsy->hardy nvidia-glx uprade problem when libqt-perl is used (#205079) * DistUpgrade/ReleaseAnnouncement: - updated for RC -- Michael Vogt Fri, 11 Apr 2008 22:34:06 +0200 update-manager (1:0.87.16) hardy; urgency=low * DistUpgrade/DistUpgradeViewText.py: - show prompt again after showing details - use pager for long change entries (thanks to James Troup) - fix text wrap to not break lines on "-" (e.g. in package names) * DistUpgradeController.py: - do not leave 20archive.save files around - make the code that asks about starting a new ssh daemon (if run under ssh) more robust - set status to "Calculating changes" again after displaying demoted packages - improve logging if prerequisites download fails * DistUpgrade/DistUpgradeCache.py: - improve the evms detection/removal (thanks to Lamont Jones) * DistUpgrade/DistUpgrade.cfg.dapper: - add "lvm2" to the KeepInstalledPkgs (LP: #211488) - sync RemoveObsoletes, ForcedObsoletes, KeepInstalledSections with DistUpgrade.cfg - text wrap questions too * po/*.po: - updated translations (LP: #210699) -- Michael Vogt Fri, 04 Apr 2008 18:54:13 +0200 update-manager (1:0.87.15) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix fd leak * DistUpgrade/DistUpgradeController.py: - abort when debsig-verify is installed, it makes any upgrade fail (LP: #208957) - run migrate-fstab-to-uuid.sh as PostInstallScript (LP: #209347) - set RELEASE_UPGRADE_MODE={server,desktop} environment * DistUpgrade/DistUpgradeViewKDE.py: - fix crash/race in terminal key press handler (LP: #205445) - fix encoding issue (LP: #208390) - call it 8.04 LTS (LP: #204659) * DistUpgrade/DistUpgradeViewGtk.py: - fix incorrect pango attribute assignment (LP: #207742) - call it 8.04 LTS (LP: #204659) * UpdateManager/UpdateManager.py: - do not crash if gconf database is not writable (LP: #208687) - do not crash on BadStatusLine exceptions (LP: #204075) * po/*.po: - make update-po -- Michael Vogt Tue, 01 Apr 2008 22:30:42 +0200 update-manager (1:0.87.14) hardy; urgency=low * DistUpgrade/ReleaseAnnouncement: - Fix typo * DistUpgrade/DistUpgradeViewKDE.py: - Add show/hide to upgrade package list * DistUpgrade/window_main.ui: - Sync strings with GTK frontend to pick up translations - Update icon to Oxygen -- Jonathan Riddell Fri, 21 Mar 2008 12:04:51 +0000 update-manager (1:0.87.13) hardy; urgency=low * DistUpgrade/DistUpgradeController.py: - only ask once about the sshd (LP: #156625) * DistUpgrade/DistUpgradeCache.py: - add hardyQuirks handler to deal with a gnome-translate upgrade issues (thanks to Daniel Holbach) - fix naming of the quirksHandlers * DistUpgrade/DistUpgrade.cfg: - add "ksplash-engine-moodin" to ForcedObsoletes * DistUpgrade/removal_blacklist.cfg: - add "^postgresql-.*"to the removal blacklist * DistUpgrade/DistUpgradeViewText.py: - flush() output in updateStatus() - show the demoted packages in a more readable manner - use textwrap when displaying text * DistUpgrade/DistUpgradeCache.py: - fix bug that prevented proper error message on upgrade calculation error in the text frontend - fix text download progress * DistUpgrade/ReleaseAnnouncement - updated for BETA -- Michael Vogt Thu, 20 Mar 2008 16:06:56 +0100 update-manager (1:0.87.12) hardy; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - fix display of non-ascii chars - improve editing capabilities of the terminal (should be fine with the readline fontend now) -- Michael Vogt Tue, 11 Mar 2008 22:01:36 +0100 update-manager (1:0.87.11) hardy; urgency=low * DistUpgrade/DistUpgradeControler.py: - when upgrading without network and with a empty sources.list, do not ask to add network sources * DistUpgrade/DistUpgradeCache.py: - do not crash if lookupRecords() failed (LP: #199482) * UpdateManager/UpdateManager.py: - use absolute path when calling gksu (LP: #194166), Thanks to Mihai Varzaru and James Westby * data/update-manager.desktop.in: - improve consistency with the rest of gnome (LP: #150205) * DistUpgrade/DistUpgradeViewKDE.py: - do no longer use konsole during upgrades but use a dumb terminal instead that only supports basic editing - log terminal activity to /var/log/dist-upgrade/term.log -- Michael Vogt Tue, 11 Mar 2008 09:40:49 +0100 update-manager (1:0.87.10) hardy; urgency=low * remove code duplication in the confirmChanges() code and make the warning more readable (LP: #188724) * DistUpgrade/DistUpgradeController.py: - when adding prerequists, ensure that no duplicated lines are added, plus add test for this (thanks to Kolbjørn Barmen) - honor APT::Get::AllowUnauthenticated (thanks to Kolbjørn Barmen) * DistUpgrade/cdromupgrade: - updated to hardy - fix bug in path handling (LP: #155833) * DistUpgrade/prerequists-sources.list: - remove cruft -- Michael Vogt Fri, 29 Feb 2008 23:23:38 +0100 update-manager (1:0.87.9) hardy; urgency=low * rebuild due to python-central issues -- Michael Vogt Tue, 19 Feb 2008 18:11:08 +0100 update-manager (1:0.87.8) hardy; urgency=low * deal with packages in broken reqreinst state by offering to remove them (LP: #1922578) * UpdateManager/UpdateManager.py: - display a meaningful message when no information of the last update can be found (LP: 192328) -- Michael Vogt Mon, 18 Feb 2008 17:08:47 +0100 update-manager (1:0.87.7) hardy; urgency=low [ Michael Vogt ] * UpdateManager/Core/MetaRelease.py: - honor DEBUG_UPDATE_MANAGER environment and give some debug output on the meta-release fetching/parsing * UpdateManager/DistUpgradeFetcher.py: - cancel if the ReleaseNotes window is closed via the window close control (thanks to Matthew Paul Thomas) * DistUpgrade/DistUpgradeViewGtk.py: - show update details in smaller font instead of italic * more UI improvements as suggested by Matthew Paul Thomas * DistUpgrade/DistUpgradeControler.py: - enforce KeepInstalledSection rule only when running on a network, otherwise we run into CD upgrade issues - when fetching the prerequists, be more robust in the mirror selection (and add tests for this) * DistUpgrade/DistUpgrade.cfg: - add slocate to the force obsoletes, mlocate replaces it [ Brian Murray ] * Dialog enhancements and typo fixes (LP: 182055) -- Michael Vogt Sat, 16 Feb 2008 00:25:33 +0100 update-manager (1:0.87.6) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix removal of obsolete packages (regression from 0.87.5) -- Michael Vogt Fri, 08 Feb 2008 15:57:13 +0100 update-manager (1:0.87.5) hardy; urgency=low * UpdateManager/UpdateManager.py: - use /var/lib/apt/periodic/update-success-stamp for the calculation when the last update was performed (LP: #185894) * DistUpgrade/DistUpgradeController.py: - if the upgrade can not be calculated in partial upgrade mode, do not recommend reporting a bug (most likely transient anyway) * DistUpgradeView/DistUpgradeViewText.py: - make the restart required question more clear (LP: #155554) * UpdateManager/Core/DistUpgradeFetcherCore.py: - tidy up output when show authentication message * data/update-manager.8: - man page fixes (LP: #185615) * update-manager: - run gtk.init_check() to catch errors when DISPLAY is not set (pygtk does not do that automatically) -- Michael Vogt Wed, 06 Feb 2008 18:11:45 +0100 update-manager (1:0.87.4) hardy; urgency=low * UpdateManager/UpdateManager.py: - run the partial upgrader with error correction if the dependencies on the system are not ok (it will fix most problems) * DistUpgrade/DistUpgradeController.py, DistUpgradeCache.py: - if dpkg was interrupted, run "dpkg --configure -a" automatically - if the prerequists can not be authenticated, * DistUpgradeView/DistUpgradeView.py: - when calculating the download time in estimatedDownloadTime, use the average download speed so far (if available) -- Michael Vogt Fri, 25 Jan 2008 15:59:53 +0000 update-manager (1:0.87.3) hardy; urgency=low * add ports.ubuntu.com to the valid mirrors (LP: #184663) * add --proposed to the options for do-release-upgrade (LP: #109290) * fix crash in apport report duplicate checking -- Michael Vogt Tue, 22 Jan 2008 15:50:28 +0000 update-manager (1:0.87.2) hardy; urgency=low * DistUpgrade/DistUpgradeApport.py: - better detection for followup errors when a package failed earlier * DistUpgrade/DistUpgradeController.py: - Be more tolerant against errors in the initial apt-get update operation. We disable third party sources on the later sources.list rewrite anyway -- Michael Vogt Wed, 16 Jan 2008 15:06:00 +0100 update-manager (1:0.87.1) hardy; urgency=low * UpdateManager/UpdateManager.py: - fix crash if /var/lib/apt/periodic/update-stamp does not exists (LP: #181390) - fix misleading string when cache is rebuild (LP: #179354) * DistUpgrade/DistUpgradeCache.py: - be more careful with the obsoletes checking and get not confused if the hardy version is older than the gutsy one (LP: #181201) -- Michael Vogt Wed, 09 Jan 2008 09:53:33 +0100 update-manager (1:0.87) hardy; urgency=low * typo fixes (thanks to Brian Murray, LP: #99513, LP: #158175) * fix incorrect textual description (thanks to Brian Murray, LP: #145130) * support release-upgrades from dapper for architectures on ports.ubuntu.com * UpdateManager/UpdateManager.py: - remove the "from $version to $version" from the main list as this is duplicated information from the details tab - wording fixes (thanks to Matthew Paul Thomas) - if the update was successful, automatically close the install window - when no updates are available, display the information when the last apt-get update like operation was performed - if there are broken dependencies on the system, try to fix them on startup * data/UpdateManager.glade: - do not display what software updates are in startup progress dialog, this is already displayed in the main UI (thanks to Matthew Paul Thomas) - align the ""Download size:" text so that it matches the text inside the buttons -- Michael Vogt Mon, 17 Dec 2007 14:56:12 +0100 update-manager (1:0.86) hardy; urgency=low * DistUpgrade/DistUpgradeController.py: - merged fixes from Brian Murray (thanks!); LP: #162978, LP: #64473 - fix getting prerequists for ports.ubuntu.com (thanks to lamont) * DistUpgrade/DistUpgradeCache.py: - keep the lists dir locked all the time to avoid a possible race * DistUpgrade/DistUpgrade.cfg: - added gobuntu-desktop to the list of supported meta-packages * data/update-manager.desktop.in: - remove deprecated entries (thanks to Kmos) * UpdateManager/Core/MetaRelease.py: - add support to prompt only for specifc release upgrades (e.g. lts->lts) * data/release-upgrades: - set the default prompting for hardy to "Prompt only for a new lts version" * DistUpgrade/DistUpgrade.cfg.dapper, DistUpgrade/prerequists-sources.list.dapper: - add support for dapper->hardy upgrades * DistUpgrade/DistUpgradeConfigParser.py: - add overwrite support for the configuration to support upgrades to multiple target releases with the same upgrader * data/update-manager.schemas.in: - /apps/update-manager/check_dist_upgrades is deprecated * utils/demotions.py: - make it more flexible to support generating both dapper and gutsy demotions -- Michael Vogt Tue, 04 Dec 2007 15:56:22 +0100 update-manager (1:0.85.4) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - do not use python2.5 try:/expect:/finally: - we need to run on 2.4 as well for dapper->hardy (LP: #164947) -- Michael Vogt Mon, 26 Nov 2007 10:47:57 +0100 update-manager (1:0.85.3) hardy; urgency=low * DistUpgrade/DistUpgrade.cfg, DistUpgrade/DistUpgrade.glade, DistUpgrade/ReleaseAnnouncement, DistUpgrade/window_main.ui: - updated for hardy * DistUpgrade/DistUpgradeControler.py,: DistUpgrade/DistUpgradeCache.py: - better description whats happening when calculating the release-upgrade - keep the GUI responsive while calculating the upgrade -- Michael Vogt Fri, 23 Nov 2007 18:24:12 +0100 update-manager (1:0.85.2) hardy; urgency=low * debian/control: - added missing "XS-Vcs-Bzr" header (thanks to Brian * debian/rules: - dh_iconcache is obsolete, use dh_icons instead -- Michael Vogt Fri, 09 Nov 2007 12:34:18 -0500 update-manager (1:0.85.1) hardy; urgency=low * fix FTBFS -- Michael Vogt Tue, 06 Nov 2007 08:24:57 -0500 update-manager (1:0.85) hardy; urgency=low * DistUpgrade/DistUpgradeCache.py: - fix crash when packages get downgraded (LP: #154257) * DistUpgrade/DistUpgradeController.py: - fix typo in classname (thanks to Matt T. Proud) * DistUpgrade/DistUpgrade.cfg: - update for hardy -- Michael Vogt Mon, 05 Nov 2007 21:12:13 -0500 update-manager (1:0.81) gutsy; urgency=low [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - Add word wrap to quesiton dialogue [ Michael Vogt ] * DistUpgrade/DistUpgradeControler.py: - make the commercial archive transition more robust - when forcing the evms removal, ensure that all evms rdepends get obsoleted so that the safety checks in the upgrader do not kick in and prevent the removal - when calculating the size required in /boot take into account that installed initramfs images create a .bak file * updated list of demoted packages * updated ReleaseAnnouncement to include final text * updated demotions and mirrors to current gutsy -- Michael Vogt Fri, 12 Oct 2007 19:08:34 +0200 update-manager (1:0.80) gutsy; urgency=low * DistUpgrade/DistUpgradeControler.py: - enable transition to gutsy partner repository on upgrade now that we have a archive - workaround kde tempdir handling (LP: #149186) -- Michael Vogt Fri, 05 Oct 2007 20:11:32 +0200 update-manager (1:0.79) gutsy; urgency=low * DistUpgrade/DistUpgradeControler.py: - do not log apts debug output to the user in server upgrade mode - when running in partial upgrade mode, do not run apport, this is handled by the libapt apport integration now, (LP:#139394) * DistUpgrade/DistUpgradeCache.py,DistUpgradeControler.py: - detect and workaround upgrade issues with envy * update-manager: - show version with --version (LP: #137353) * DistUpgrade/DistUpgradeViewKDE.py: - fix crash with invalid utf-8 in polish locale (LP: #145351) * UpdateManager/UpdateManager.py: - remove debug output (LP: #145494) * DistUpgrade/DistUpgradeControler.py: - fix lock detection (LP: #145463) * UpdateManager/Common/utils.py: - show "0 KB" download size if there is nothing to download (LP: #145308) * DistUpgrade/demoted.cfg, utils/demotions.py: - do not display demotions if they are replaced by something that is in main (e.g. gaim->pidgin, LP: #145767) * DistUpgrade/ReleaseAnnouncement: - update for the beta release * DistUpgrade/DistUpgradeControler.py: - fix typo in pre-requists (thanks to Stuart Bishop) * debian/control: - tighten update-manager depend on update-manager-core * UpdateManager/Core/DistUpgradeFetcherCore.py: - move country_mirror code into Core (LP: #145116) * UpdateManager/Core/MetaReleaseCore.py, tests/interactive_fetch-release_upgrader.py: - fix test failure -- Michael Vogt Mon, 01 Oct 2007 15:32:12 +0200 update-manager (1:0.78) gutsy; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - Fix button in conffile dialogue -- Jonathan Riddell Tue, 25 Sep 2007 23:09:35 +0100 update-manager (1:0.77) gutsy; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - fix crash in conffile dialogue setup -- Jonathan Riddell Tue, 25 Sep 2007 14:22:55 +0100 update-manager (1:0.76) gutsy; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - ensure that the util-linux -> nfs-common transition happens (LP: #141559) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - copy Xauthority file if necessary -- Michael Vogt Mon, 24 Sep 2007 19:49:17 +0200 update-manager (1:0.75) gutsy; urgency=low * DistUpgrade/DistUpgradeViewGtk.py: - work around broken vte forkpty() env add * DistUpgrade/DistUpgradeControler.py: - fix type of installed_demotions from apt.Package to pkgname (LP: #144417) * po/*.po: - updated from latest launchpad translations * UpdateManager/DistUpgradeFetcherCore.py: - fix missing command line propergation when run as non-root (LP: #144451) -- Michael Vogt Mon, 24 Sep 2007 10:52:16 +0200 update-manager (1:0.74) gutsy; urgency=low * DistUpgrade/DistUpgradeCache.py: - ensure that users with the "lowlatency" kernel get transitioned correctly to a new kernel (LP: #129458) * DistUpgrade/DistUpgradeControler.py: - work around kde being too clever in tempdirs (LP: #139319) * po/POTFILES.in: - add missing files (LP: #141033) -- Michael Vogt Wed, 19 Sep 2007 23:15:39 +0100 update-manager (1:0.73) gutsy; urgency=low * UpdateManager/UpdateManager.py: - display new installs in the list * UpdateManager/Common/utils.py: - fix countrymirror to deal with non-utf8 locales (LP: #138299) * tests/test_update_origin.py: - added test for this country_mirror() * DistUpgrade/DistUpgradeControler.py: - check trust of pre-requists files before downloading them - support pre-requists on the CD as well - preserve the logs on self update from the net * DistUpgrade/build-tarball.sh: - fix auto-generation of target distro in cdromupgrade script (LP:#138354) * data/update-manager.8: - new manpage (thanks to Bruno Mangin, LP: #107015) -- Michael Vogt Thu, 13 Sep 2007 15:42:34 +0200 update-manager (1:0.72) gutsy; urgency=low * UpdateManager/Core/MetaRelease.py: - fix target filename for meta-release files so that correct I-M-S information is used * DistUpgrade/DistUpgrade.cfg: - use "release-upgrader-dpkg", "release-upgrader-apt" as update-pre-requists to fully support dpkg triggers (LP: #134000) - add mythubuntu-desktop to the valid metapackages * DistUpgrade/DistUpgradeControler.py: - fix pre-requists fetching, do not run the resolver as the udebss are not installable on a regular system - generate more log information to make diagnosing problems easier - setup RELEASE_UPGRADE_IN_PROGRESS environemnt - use custom invoke-rc.d during the upgrade so that failures to restart a daemon are not fatal * DistUpgrade/prerequists-sources.list: - point to the archive for the pre-requists now -- Michael Vogt Fri, 07 Sep 2007 23:29:40 +0200 update-manager (1:0.71) gutsy; urgency=low [ Michel Vogt ] * DistUpgrade/DistUpgradeViewGtk.py: - fix crash in _terminal_log code * DistUpgrade/DistUpgradeControler.py: - disable archive.canonical.com for now until a gutsy repository is created there - fix size requirement reporting (LP: #137539) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py - Implement show/hide button on conf file dialogue * DistUpgrade/removal_blacklist.cfg - Add xubuntu-desktop and gobuntu-desktop -- Michael Vogt Wed, 05 Sep 2007 19:16:56 +0200 update-manager (1:0.70) gutsy; urgency=low [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py - Use apport for crashes - Don't use dcop, it doesn't work with kdesudo - Fix UI layout [ Michael Vogt ] * DistUpgrade/DistUpgradeControler.py: - show human readable size when displaying "not enough free space" error - when rewriting sources.list, transition the commercial package archive to the new location and "partner" name * DistUpgrade/DistUpgradeCache.py: - fix bogus log messages about missing "required" priority packages * DistUpgrade/DistUpgradeViewGtk.py: - remove debug messages * DistUpgrade/DistUpgrade.cfg: - remove gnome-cups-manager on upgrade, system-config-printer replaces it (LP: #107766) - set cursor to the start of the details list (LP: #134873) - added ubuntustudio-desktop, ichthux-desktop to valid metapackages (LP: #131936) * DistUpgrade/dist-upgrade.py, DistUpgrade/DistUpgradeViewText.py, DistUpgrade/DistUpgradeViewKDE.py, DistUpgrade/DistUpgradeViewGtk.py: - make logdir a config option too * UpdateManager/UpdateManager.py, UpdateManager/Common/utils.py: - move inhibit_sleep(), allow_sleep() into common code and call the freedesktop dbus interface instead of the deprecated gnome interface (LP: #136617) * tests/test_sources_list.py, tests/data-sources-list-test: - added tests for sources.list rewriting -- Michael Vogt Mon, 27 Aug 2007 16:39:10 +0200 update-manager (1:0.69) gutsy; urgency=low [ Michael Vogt ] * UpdateManager/Core/MetaRelease.py: - remove zero size meta-release files (LP: #127263) * utils/demoted.cfg: - updated to current gutsy * DistUpgrade/DistUpgrade.cfg: - added "esound", "esound-common" to forced obsoleted packages (replaced by pulseaudio) [ Jonathan Riddell ] * Change version text from 7.04 to 7.10 in KDE frontend -- Michael Vogt Wed, 08 Aug 2007 12:41:02 +0200 update-manager (1:0.68) gutsy; urgency=low * UpdateManager/DistUpgradeFetcherCore.py: - be extra paranoid when using ${countrymirror} * DistUpgrade/DistUpgradeControler.py: - support countrymirror in prerequists.sources.list file too * UpdateManager/Common/utils.py: - added country_mirror() function -- Michael Vogt Mon, 06 Aug 2007 17:48:43 +0200 update-manager (1:0.67) gutsy; urgency=low * UpdateManager/UpdateManager.py, tests/test_update_origin.py: - when checking for update category (Security, Important, ...) not only check candidateVersion but all intermediate versions too - added test for the new matcher behaviour * DistUpgrade/DistUpgradeControler.py: - fix PreRequists fetching - better error checking/logging * DistUpgrade/DistUpgradeViewGtk.py, DistUpgrade/DistUpgradeViewKDE.py,: - improve error message when a package fails to install (thanks to Chris Jones) * DistUpgrade/DistUpgradeViewGtk.py: - show "cancel" button while fetching stuff * UpdateManager/DistUpgradeFetcher.py, UpdateManager/DistUpgradeFetcherCore.py: - support ${countrymirror} in meta-release information * setup.py, setup.cfg: - updated for new python-distutils-extra -- Michael Vogt Wed, 25 Jul 2007 20:04:04 +0200 update-manager (1:0.66) gutsy; urgency=low * DistUpgrade/DistUpgradeControler.py: - support listing and fetching of upgrade PreRequists - transition archive.canonical.com to new layout - mark evms as obsolete if it is not in use - transition powerpc users to ports.ubuntu.com - implement Depends checking for the selected View (as speced in https://wiki.ubuntu.com/UpgradePrerequisites) * DistUpgrade/Core/DistUpgradeFetcherCore.py: - added ignore-time-conflict when calling gpg (thanks to Evan) * utils/demoted.cfg, DistUpgrade/mirrors.cfg, DistUpgrade/ReleaseAnnouncement: - updated for current gutsy * DistUpgrade/DistUpgrade.cfg: - mark desktop-effects as obsolete on ubuntu-desktop upgrades (the appearance capplet replaces it) -- Michael Vogt Tue, 10 Jul 2007 10:57:02 +0100 update-manager (1:0.65) gutsy; urgency=low * debian/rules: - add test for fetching the upgrader to release to arch-build target * update-manager.py: - fix breakage in "partial upgrade" mode -- Michael Vogt Mon, 25 Jun 2007 12:19:59 +0200 update-manager (1:0.64) gutsy; urgency=low * UpdateManager/DistUpgradeFetcher.py: - add missing "import os" * update-manager.py: - fix incorrect STEP_FETCH_INSTALL import (Fixes LP:#120484) -- Michael Vogt Mon, 18 Jun 2007 11:49:28 +0200 update-manager (1:0.63) gutsy; urgency=low * fix i18n issue (Fixes LP:#114207) * DistUpgrade/DistUpgradeCache.py: - if "386" (UP) kernel is installed on SMP machine, automatically switch to SMP kernel (Fixes LP: #106387) * DistUpgrade/DistUpgrade.cfg: - set python2.3 to remove list to ensure smooth upgrade (Fixes LP: #108147) * DistUpgrade/DistUpgradeControler.py: - show total needed space in not-enough-free-space message (Fixes LP: #46775) - fix in snapshot feature (Fixes LP: #108413) - deal better with very slow downloads (disable cache cleanup) - improve free space calculation in /boot (Fixes LP: #116163, #104337) - implement SystemCleanup spec kernel removal - implement SystemCleanup spec unused dependencies removal * Separate downloading and upgrading (Fixes LP: #91978) * Show demotions before runing the upgrade (Fixes LP: #91998) * UpdateManager/UpdateManager.py: - re-check for new releases too when the user clicks on "Check" (Fixes LP: #107452) -- Michael Vogt Wed, 13 Jun 2007 18:33:23 +0200 update-manager (1:0.62) gutsy; urgency=low * revert locking fix, it broke release upgrades * fix upgrade string -- Michael Vogt Fri, 25 May 2007 22:14:24 +0200 update-manager (1:0.61) gutsy; urgency=low * add missing dh_gconf (LP#114569) * fix mispelled entry in removal_blacklist (LP#107558) * fix locking problem (LP#108446) * make the wording of the free space message more clear -- Michael Vogt Mon, 14 May 2007 10:09:54 +0200 update-manager (1:0.60) gutsy; urgency=low * DistUpgrade/DistUpgradeControler.py: - fix free space check when the dir checked is a symlink (LP#106804) - increase minAge for the apt cleanup cron job during the upgrade to fix race for people with very slow network (LP#109548) - deal with invalid lines in /proc/mounts when calculating the free space (LP#108284) * cdromupgrade: - do not call any authentication mechanism, that is the responsibility of the user (LP#107431) * DistUpgrade/DistUpgradeViewKDE.py: - fix a bug in the cdrom progress (LP#107451) * DistUpgrade/DistUpgradeViewText.py: - send correct package failure information to log (LP#109209) * DistUpgrade/crashdialog.ui - Fix bug report URL in crash dialogue (LP#108969) * UpdateManager/Core/MetaRelease.py: - fix in I-M-S 304 handling (LP#109216) * DistUpgrade/DistUpgradeCache.py: - check RemovalBlacklist early when removing a package to work-around crash in problem resolver (LP#109014) * DistUpgrade/DistUpgrade.cfg: - updated for gutsy - add "ltsp-client", "ltspfsd" to the remove list to ensure that it does not get installed on a regular system (LP#109638) * DistUpgrade/DistUpgradeApport.py: - protect against errors when launching apport (LP#108131) -- Michael Vogt Tue, 24 Apr 2007 16:39:26 +0200 update-manager (1:0.59.21) feisty-proposed; urgency=low * UpdateManager/Core/MetaRelease.py: - send pragma: no-cache (LP#107716) - fix bug in time representation for i-m-s (LP#107716) -- Michael Vogt Fri, 20 Apr 2007 10:43:08 +0200 update-manager (1:0.59.20) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - do not crash in utf8() if the str is already unicode (LP#106863) -- Michael Vogt Mon, 16 Apr 2007 19:07:04 +0200 update-manager (1:0.59.19) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - disable apt-listchanges in the kde frontend too - fix broken terminal interaction (LP#106367) - ensure that there is only a single konsole widget visible (LP#106541) -- Michael Vogt Sat, 14 Apr 2007 23:27:48 +0200 update-manager (1:0.59.18) feisty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeViewKDE.py: - fix i18n initialization (LP#106221) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - fix encoding in dialog_error (LP#106221) -- Michael Vogt Fri, 13 Apr 2007 16:32:33 +0200 update-manager (1:0.59.17) feisty; urgency=low * DistUpgrade/DistUpgradeViewGtk.py: - fix crash in on_window_main_delete_event() (LP#104701) * DistUpgrade/apt-autoinst-fixup.py: - set mdadm to manually installed (LP#105663) * DistUpgrade/DistUpgradeControler.py: - add python symlink sanity check (LP#75557) * DistUpgrade/ReleaseAnnouncement: - prepare for the final version * po/ - updated to the latest translations from rosetta -- Michael Vogt Fri, 13 Apr 2007 11:22:01 +0200 update-manager (1:0.59.16) feisty; urgency=low * set useDevelopmentRelease=False in the self updater on the CD (LP#99171) * fix another issue with a unresponsive GUI * work around upgrade issue with pango-libthai (LP#104384) -- Michael Vogt Sun, 8 Apr 2007 12:35:00 +0200 update-manager (1:0.59.15) feisty; urgency=low * DistUpgrade/DistUpgradeControler.py: - keep the GUI alive while calculating the obsolete packages -- Michael Vogt Wed, 4 Apr 2007 22:40:58 +0200 update-manager (1:0.59.14) feisty; urgency=low * DistUpgrade/DistUpgradeControler.py: - fix sources.list rewriting for people with internal or unofficial mirrors (LP#73463) * DistUpgrade/DistUpgradeCache.py: - workaround apache2/php5 upgrade failures (LP#95325) -- Michael Vogt Tue, 3 Apr 2007 16:08:58 +0200 update-manager (1:0.59.13) feisty; urgency=low * po/POTFILES.in: - reomove [type: ] this confused intltool * DistUpgradeControler.py: - work around problem with kde tempfile extraction (LP#99380) -- Michael Vogt Mon, 2 Apr 2007 11:46:40 +0200 update-manager (1:0.59.12) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - set debian frontend to "kde" * DistUpgrade/DistUpgradeCache.py: - do not crash when uname -r can't be parsed (LP#97663) - remove the nfs upgrade question again, the kernel team fixed the regression * DistUpgrade/DistUpgradeApport.py: - do not crash if no apport gui is available (LP#97498) * DistUpgrade/DistUpgradeViewText.py: - support details in text-mode (LP#94129) * DistUpgrade/DistUpgradeControler.py: - fix incorrect auto-installed information from meta-pkgs (LP#86921) - rewrite /etc/fstab cdrom entries (LP#86424,#79327) - fix upgrade for people with no admin group (LP#93279) - when encountering a error, first show the error dialog, then run the recover (LP#92366) * dist-upgrade.py: - support fallback when a frontend view can not be imported (LP#89568) - log the version of the upgrader as well * DistUpgrade/mirrors.cfg: - updated with the current mirror RSS feed from LP -- Michael Vogt Fri, 30 Mar 2007 20:53:17 +0200 update-manager (1:0.59.11) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - fix crash in mediaChange (LP#96849) * DistUpgrade/DistUpgradeViewText.py: - fix crash on broken packages (LP#96444) * DistUpgrade/DistUpgradeCache.py: - ensure that the latest kernel is always selected (LP#96196) - added nfs-common check in feistyQuirks and ask to install it if it appears to be missing * DistUpgrade/DistUpgradeControler.py: - add any additional sanity check at the start of the upgrade to check if the base distro is supported -- Michael Vogt Tue, 27 Mar 2007 22:48:54 +0200 update-manager (1:0.59.10) feisty; urgency=low [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - i18n KDE frontend fixes, LP#95638, LP#94927 - set text on confirm dialogue buttons - (re)spawn embedded konsole for each fork, fixes crash when removing packages - Add on_window_main_delete_event, stops the user closing the window -- Jonathan Riddell Mon, 26 Mar 2007 23:56:31 +0100 update-manager (1:0.59.9) feisty; urgency=low [Sebastian Heinlein] * Hide help button - the outdated documentation is confusing (LP#44944) [Michael Vogt] * Use .update-manager-core dir * Fix bug in writable check for /var/lib/update-manager (LP#95599) * Ensure that /var/lib/update-manager is available * inhibit sleep when runing the release upgrader(LP#70058) * make sure that we do not run with a interactive debconf frontend on server upgrade (for packages like quagga) * fix race condition in free space checking (LP#96482), thanks to Jane Silber for reporting -- Michael Vogt Mon, 26 Mar 2007 11:29:00 +0200 update-manager (1:0.59.8) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - fix crash in error dialog (LP#94229) - i18n KDE frontend * DistUpgrade/DistUpgradeCache.py: - mention xubuntu-desktop too (LP#94443) * DistUpgrade/DistUpgradeCache.py: - fix in the logfile handling in server mode * DistUpgrade/DistUpgrade.cfg: - fix KeyDependency for xubuntu detection * UpdateManager/UpdateManager.py: - do not crash if UnInhibit dbus signal can not be send (LP#86572) -- Michael Vogt Sat, 24 Mar 2007 15:39:47 +0100 update-manager (1:0.59.7) feisty; urgency=low * NEWS: removed empty file (LP#92250) * DistUpgrade/DistUpgradeControler.py: - fix wording of the "use network" question - better apport integration - fix in the progress reporting where the report was off-by-one * DistUpgrade/DistUpgradeFetcherSelf.py: - fix run_options argument * UpdateManager/Core/MetaRelease.py: - fix race conditin in download thread (thanks to Matt Zimmerman for reporting the issue) * do-release-upgrade: - added option --frontend, --mode -- Michael Vogt Wed, 21 Mar 2007 10:04:45 +0100 update-manager (1:0.59.6) feisty; urgency=low * DistUpgrade/DistUpgradeView.py, DistUpgradeControler.py: - fixes in the apport integration -- Michael Vogt Wed, 14 Mar 2007 18:22:06 +0100 update-manager (1:0.59.5) feisty; urgency=low * UpdateManager/fakegconf.py: - Fix missing {get,set}_string() in fakegconf * DistUpgrade/dialog_changes.ui - Fix alignment of image * DistUpgrade/dialog_error.ui - Fix caption - Make text box read only * DistUpgrade/DistUpgradeViewKDE.py - remove unused argument to reportBug() - fix caption of information box - show close button on error box -- Jonathan Riddell Wed, 14 Mar 2007 11:05:22 +0000 update-manager (1:0.59.4) feisty; urgency=low * data/glade/UpdateManager.glade: - improve the wording of the dist-upgrade required dialog (LP#88706) * update-manager: - set better dialog caption (LP#88706) * DistUpgrade/DistUpgradeControler.py: - supress reboot notification when a upgrade is in progress (LP#91999) -- Michael Vogt Tue, 13 Mar 2007 22:11:11 +0100 update-manager (1:0.59.3) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - Fix incorrect variable name, LP No 91887 -- Jonathan Riddell Tue, 13 Mar 2007 20:05:22 +0000 update-manager (1:0.59.2) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py: - Fix reference to konsole_frame (LP No 84717 comment 33) -- Jonathan Riddell Tue, 13 Mar 2007 11:12:01 +0000 update-manager (1:0.59.1) feisty; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeViewGtk.py: - do not fail if loading the svg pixbuf loader fails (LP#91593) [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py: - import KRun, closes https://launchpad.net/bugs/91072 - fix non-existant variable use, closes https://launchpad.net/bugs/91386 - fix incorrect method name, closes https://launchpad.net/bugs/91295 -- Jonathan Riddell Mon, 12 Mar 2007 19:00:07 +0000 update-manager (1:0.59) feisty; urgency=low * DistUpgrade/DistUpgradeViewKDE.py - quit any running instances of Adept * DistUpgrade/dist-upgrade.py - improve error message when failing to load frontend -- Jonathan Riddell Mon, 12 Mar 2007 13:08:07 +0000 update-manager (1:0.58) feisty; urgency=low * UpdateManager/UpdateManager.py: - do not crash if download size can not be calculated (LP#90547) * fix build for all python versions (thanks to doko for help!) (LP#90269) * strip changelog epoch too (LP#45566) * fix spelling mistakes (thanks to Bruce Cowan, LP#90833) * update download size if "check/uncheck" all was selected from right-click menu * correct download speed string (LP#73721) * fix in the german translation (LP#68384) -- Michael Vogt Fri, 9 Mar 2007 14:58:36 +0100 update-manager (1:0.57.8) feisty; urgency=low * debian/rules: - moved dist-upgrade_$version generation to binary-indep -- Michael Vogt Fri, 2 Mar 2007 10:49:53 +0100 update-manager (1:0.57.7) feisty; urgency=low * DistUpgrade/DistUpgradeView.py: - revert earlier commit in FuzzyTimeToStr() to make it not crash * debian/rules: - strip the epoch before runing dpkg-addfiles -- Michael Vogt Wed, 28 Feb 2007 14:25:39 +0100 update-manager (1:0.57.6) feisty; urgency=low [ Jonathan Riddell ] * DistUpgrade/DistUpgradeViewKDE.py - Fix crash with incorrect connect() calls [ Michael Vogt ] * UpdateManager/ChangelogViewer.py: - fix some margins (thanks to Sebastian Heinlein) -- Jonathan Riddell Tue, 27 Feb 2007 21:32:45 +0000 update-manager (1:0.57.5) feisty; urgency=low * UpdateManager/UpdateManager.py: - check for None in toggled() (LP#88032) -- Michael Vogt Mon, 26 Feb 2007 15:41:51 +0100 update-manager (1:0.57.4) feisty; urgency=low * DistUpgrade/DistUpgradeControler.py: - workaround problem in python-apt (no support for PyLong in SizeToStr) LP#84019 * DistUpgrade/DistUpgradeViewGtk.py: - keep a reference of the svg pibbuf loader around (LP#86699) * UpdateManager/fakegconf.py: - fix crash on xubuntu when gconf is not available (LP#86673) -- Michael Vogt Thu, 22 Feb 2007 16:09:18 +0100 update-manager (0.57.3) feisty; urgency=low * debian/rules: - build a raw-dist-upgrader in additon to the debs * data/glade/UpdateManager.glade: - fix bad grammar (thanks to Matthew Thomas) LP#85258 - make Update Manager the consistent name (thanks to Matthew Thomas) LP#85253 * merged ReleaseAnnouncement wording update from Brian Murray * UpdateManager/Core/MetaRelease.py: - fix missing import (LP#85515) -- Michael Vogt Thu, 22 Feb 2007 16:09:10 +0100 update-manager (0.57.2) feisty; urgency=low * fix crash in upgrade mode (LP#84915) -- Michael Vogt Tue, 13 Feb 2007 18:41:17 +0100 update-manager (0.57.1) feisty; urgency=low * fix proxy authentication parser (lp: #83563) * fix crash in check_all_updates_installable() (LP#84776) * fix exception when strange permissions are set on meta-release file (LP#84724) * fix error dialog if cache init fails (LP#83185) -- Michael Vogt Tue, 13 Feb 2007 13:27:09 +0100 update-manager (0.57) feisty; urgency=low * added clickable CVE and buglinks -- Michael Vogt Thu, 8 Feb 2007 12:11:04 +0100 update-manager (0.56.1) feisty; urgency=low * fix FTBFS * update po/ -- Michael Vogt Wed, 7 Feb 2007 21:18:39 +0100 update-manager (0.56) feisty; urgency=low * added --proposed switch to fetch a release-upgrader from a different location (similar to the -proposed pocket in the archive) * split into update-manager and update-manager-core and support cli release upgrades with the later * added fdsend module to support file descriptor passing over sockets this will allow a better seperation between frontend and backend in the future -- Michael Vogt Wed, 7 Feb 2007 18:02:35 +0100 update-manager (0.55.1) feisty; urgency=low * fix FTBFS (missing cdbs b-d) -- Michael Vogt Mon, 5 Feb 2007 13:58:15 +0100 update-manager (0.55) feisty; urgency=low * moved software-properties into its own source package to support a kde frontend -- Michael Vogt Mon, 5 Feb 2007 10:52:26 +0100 update-manager (0.53.6) feisty; urgency=low * properly extract the package name that fails before calling out to apports package_hook * fix crash on exit before the main loop is run (lp: #82744) -- Michael Vogt Thu, 1 Feb 2007 23:32:02 +0100 update-manager (0.53.5) feisty; urgency=low * update to the new exceptions from python-dbus in setupDBus (lp: #81802) * fix FTFBS -- Michael Vogt Mon, 29 Jan 2007 13:19:21 +0100 update-manager (0.53.4) feisty; urgency=low * fix python dependency (lp: #80976) * add apport support to send in bugreports -- Michael Vogt Thu, 25 Jan 2007 15:40:34 +0100 update-manager (0.53.3) feisty; urgency=low * fix python dependency (lp: #80976) * fix the GenericName in update-manager and software-properties (lp: #78932) * workaround problem when a meta-release file is created by root in the users homedir (lp: #80713) -- Michael Vogt Mon, 22 Jan 2007 13:59:18 +0100 update-manager (0.53.2) feisty; urgency=low * fix the cdromupgrade script to use feisty -- Michael Vogt Mon, 15 Jan 2007 12:59:01 +0100 update-manager (0.53.1) feisty; urgency=low * Build-depend on python-dev. -- Matthias Klose Sun, 14 Jan 2007 23:46:46 +0100 update-manager (0.52) feisty; urgency=low * UpdateManager/UpdateManager.py: - more robust error reporting from libapt (lp: #74797) * SoftwareProperties/SoftwareProperties.py: - do not crash if template is missing (lp: #70580) * updated to latest python policy -- Michael Vogt Fri, 12 Jan 2007 18:18:12 +0100 update-manager (0.51) feisty; urgency=low * data/channels/Ubuntu.info.in: - updated for feisty -- Michael Vogt Thu, 7 Dec 2006 17:46:10 +0100 update-manager (0.50) feisty; urgency=low * support --disable-component (AlwaysEnableUniverseMultiverse spec) * look for lsb_release in PATH instead of hardcoding it (lp: #73075) -- Michael Vogt Fri, 24 Nov 2006 08:52:33 +0100 update-manager (0.45.1) edgy-updates; urgency=low * handle unexpected data from data more gracefuly (lp: #68553) -- Michael Vogt Fri, 27 Oct 2006 10:23:39 +0200 update-manager (0.45) edgy; urgency=low * debian/control: - added dependency on python-gconf - removed recommends on python-gnome2 -- Michael Vogt Wed, 11 Oct 2006 18:32:17 +0200 update-manager (0.44.17) edgy; urgency=low * memory leak fixed (lp: #43096) -- Michael Vogt Mon, 9 Oct 2006 15:24:40 +0200 update-manager (0.44.16) edgy; urgency=low * fix proxy usage when runing in non-root mode (lp: #40626) -- Michael Vogt Fri, 6 Oct 2006 15:17:37 +0200 update-manager (0.44.15) edgy; urgency=low * added missing python-vte dependency (lp: #63609) * added missing gksu dependency (lp: #63572) * don't remove xchat automatically anymore on upgrade (leftover from breezy->dapper) (lp: #63881) * do not come up with bogus dist-upgrade suggestions * fix bad english grammar (lp: #63761, #63474) * fix in the edgyUpdates quirks handler (lp: #63723) * catch error from _tryMarkObsoleteForRemoval() (lp: #63617) * fix plural forms for ro, pl (lp: #46421) * properly escape comments before displaying them (lp: #63475) -- Michael Vogt Wed, 4 Oct 2006 21:10:40 +0200 update-manager (0.44.14) edgy; urgency=low * fix some incorrect i18n markings (lp: #62681) -- Michael Vogt Mon, 2 Oct 2006 14:41:52 +0200 update-manager (0.44.13) edgy; urgency=low * fix missing i18n declarations (lp: #62519) * data/glade/SoftwareProperties.glade: - fix missing "translatable" property (lp: #62681) * DistUpgrade: - deal better with the python transition and the hpijs upgrade (lp: #62948) * UpdateManager/UpdateManager.py: - put the cancel button inside the text-area to avoid flickering - make sure that src_ver is always initialized (thanks to Simira for reporting) - filter python-apt future warning (especially for seb128) * DistUprade/DistUpgradeControler.py: - check for self.sources, self.aptcdrom before using it (lp: #61852) -- Michael Vogt Sat, 23 Sep 2006 00:53:06 +0200 update-manager (0.44.12) edgy; urgency=low * DistUpgrade/DistUpgradeViewGtk.py: - use '%d' instead of '%s' where appropriate (lp: #60239) * fixed lots of typos (lp: #60633) -- Michael Vogt Mon, 18 Sep 2006 16:37:52 +0200 update-manager (0.44.11) edgy; urgency=low * UpdateManager/UpdateManager.py: - fix error in get_changelog (lp: #59940). Thanks to Denis Washington - bugfix in the ListStore - use the update-manager desktop file when runing synaptic as the backend to get a consistent UI - UI improvements (thanks to Sebastian Heinlein!) - remove branding -- Michael Vogt Tue, 12 Sep 2006 20:37:55 +0200 update-manager (0.44.10) edgy; urgency=low * aptsources.py: - fix add_component() to avoid duplicated components - added MirrorsFile key to DistInfo code to have a better idea about the available mirrors * debian/control: - updated dbus dependencies (lp: #59862) -- Michael Vogt Mon, 11 Sep 2006 09:38:21 +0200 update-manager (0.44.9) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: - bugfix in the popcon enable code (lp: #59540) -- Michael Vogt Sat, 9 Sep 2006 02:13:40 +0200 update-manager (0.44.8) edgy; urgency=low * fix missing /var/log/dist-upgrade -- Michael Vogt Fri, 8 Sep 2006 20:33:04 +0200 update-manager (0.44.7) edgy; urgency=low * UpdateManager/UpdateManager.py: - be more accurate about dependencies when the user selects only a supset of the packages -- Michael Vogt Wed, 6 Sep 2006 12:29:05 +0200 update-manager (0.44.6) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: - fix inconsistency in the new software-sources dialog * integrate DistUpgrade code into UpdateManager to make sure that after e.g. a CDROM upgrade the rest of the system can still be fully upgraded over the net -- Michael Vogt Tue, 5 Sep 2006 13:30:22 +0200 update-manager (0.44.5) edgy; urgency=low * install the DistUpgrade package too * data/channels/Ubuntu.info.in: - warty is no longer officially supported -- Michael Vogt Wed, 30 Aug 2006 11:32:24 +0200 update-manager (0.44.4) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: - don't bomb when searching for the mirror (lp: #57015) * UpdateManager/UpdateManager.py: - added "%s-proposed" to the list of known origins -- Michael Vogt Thu, 24 Aug 2006 13:00:23 +0200 update-manager (0.44.3) edgy; urgency=low * help/C/update-manager-C.omf: - fix url (thanks to daniel holbach, lp: #45548) * show the units better * don't jump around on row activation (thanks to Sebastian Heinlein) * send "inhibit sleep" to power-manager while applying updates (lp #40697) -- Michael Vogt Tue, 15 Aug 2006 18:06:53 +0200 update-manager (0.44.2) edgy; urgency=low * added select all/unselect all (thanks to Sebastian Heinlein) * wording fixes * fix update counting bug -- Michael Vogt Thu, 3 Aug 2006 17:52:09 +0200 update-manager (0.44.1) edgy; urgency=low * make UpdateManager check for new distribution releases by default again * fix dist-upgrade fetching when run as non-root. * sort the package list by the origin (UpdateManagerEdgy spec) -- Michael Vogt Wed, 2 Aug 2006 13:00:42 +0200 update-manager (0.44) edgy; urgency=low * new SoftwareProperties GUI (thanks to Sebastian Heinlein) * support easy Popcon pariticipation -- Michael Vogt Fri, 28 Jul 2006 01:06:16 +0200 update-manager (0.43) edgy; urgency=low * fixes in the changelog reading code * speedup in the cache clear code * runs as user by default now * uses dbus to implement singleton behaviour * updated the software-properties code to know about edgy -- Michael Vogt Tue, 4 Jul 2006 11:16:31 +0200 update-manager (0.42.2ubuntu22) dapper; urgency=low * UpdateManager/UpdateManager.py: - fix a 'brown paperback' bug when the Meta-Release file checked (#46537) -- Michael Vogt Thu, 25 May 2006 12:30:42 +0200 update-manager (0.42.2ubuntu21) dapper; urgency=low * UpdateManager/UpdateManager.py: - when a distribution release becomes available, display the version, not the codename (as per https://wiki.ubuntu.com/CodeNamesToVersionNumbers) - fix a string that was not marked transltable -- Michael Vogt Wed, 24 May 2006 15:07:19 +0200 update-manager (0.42.2ubuntu20) dapper; urgency=low * SoftwareProperties/aptsources.py, channels/Ubuntu.info.in: - remove the codenames from the releases (as per https://wiki.ubuntu.com/CodeNamesToVersionNumbers) -- Michael Vogt Tue, 23 May 2006 16:04:39 +0200 update-manager (0.42.2ubuntu19) dapper; urgency=low * help/C/figures: - applied "pngcrush" on the figures in the manual, this saves 4 MB uncompressed (ubuntu: #45901) -- Michael Vogt Mon, 22 May 2006 09:37:19 +0200 update-manager (0.42.2ubuntu18) dapper; urgency=low * data/SoftwareProperties.glade: - fix missing 'translatable="yes"' property (ubuntu: #44409) - increase width to 620 (ubuntu: #40540) -- Michael Vogt Fri, 19 May 2006 01:45:22 +0200 update-manager (0.42.2ubuntu17) dapper; urgency=low * debian/control: - depend on later python-apt (#45325) * SoftwareProperties/SoftwareProperties.py: - fix key updating after import (ubuntu #44927) * UpdateManager/UpdateManager.py: - remove debug output -- Michael Vogt Fri, 19 May 2006 00:04:02 +0200 update-manager (0.42.2ubuntu16) dapper; urgency=low * use version and section of the source package (if this information is available) when building the changelog URL (ubuntu #40058) * SoftwareProperties/SoftwareProperties.py: - if no config is found create a new one (ubuntu: #37560) * UpdateManager/UpdateManager.py: - fix problem in changelog reading code when matching against installed versions with epochs (ubuntu: #40058) -- Michael Vogt Thu, 11 May 2006 17:33:40 +0200 update-manager (0.42.2ubuntu15) dapper; urgency=low * disable the install button if there no updates (ubuntu: #42284) (Thanks to Sebastian Heinlein) * show main window *after* restoring the size (ubuntu: #42277) (Thanks to Sebastian Heinlein) * fix broken spelling, typos, wording (ubuntu: #42431, #28777, #40425, #40727) * help/C: merged from the docteam svn (ubuntu: 36092) -- Michael Vogt Tue, 2 May 2006 12:13:59 +0200 update-manager (0.42.2ubuntu14) dapper; urgency=low * wording/glade file fixes (thanks to Sebastian Heinlein) * many updates to the dist-upgrader code -- Michael Vogt Fri, 28 Apr 2006 23:04:08 +0200 update-manager (0.42.2ubuntu13) dapper; urgency=low * po/POTFILES.in: add missing desktop file (ubuntu: #39410) * UpdateManager/UpdateManager.py: - fix in the get_changelog logic (ubuntu: #40058) - correct a error in the changelog parser (ubuntu: #40060) - fix download size reporting (ubuntu: #39579) * debian/rules: added dh_iconcache * setup.py: install the icons into the hicolor icon schema (thanks to Sebastian Heinlein) -- Michael Vogt Thu, 20 Apr 2006 18:23:54 +0200 update-manager (0.42.2ubuntu12) dapper; urgency=low * channels/*.in: typo fix * po/POTFILES.in: add missing files (ubuntu: #38738) * fix the help string in update-manager (ubuntu: #23274) * fix the bad grammar in "Cannot install all available updates" (ubuntu: #32864) * don't inform about new distro release on dapper by default (can be changed via a gconf setting/commandline switch) * fix UI issue of the edit dialog for given templates (thanks to Chipzz for the patch) -- Michael Vogt Wed, 12 Apr 2006 20:23:21 +0200 update-manager (0.42.2ubuntu11) dapper; urgency=low * debian/control: - depend on unattended-upgrades - move python-gnome2 to recommends (we only use gconf from it) * UpdateManager/fakegconf.py: update for xubuntu (thanks to Jani Monoses) -- Michael Vogt Wed, 5 Apr 2006 14:46:10 +0200 update-manager (0.42.2ubuntu10) dapper; urgency=low * update-manger: fix a missing import (#36138) * typo fix (#36123) * correct dapper version number (#36136) * keybindings fixed (#36116) * calc the update before downloading the changelog (#36140) * add a fake gconf interface for xubuntu (nop for normal ubuntu) (Thanks to Jani Monoses for the patch) -- Michael Vogt Tue, 4 Apr 2006 18:17:16 +0200 update-manager (0.42.2ubuntu9) dapper; urgency=low * Better English (tm) (fixes #35985) * Use the the number of available and not selected updates to determinate if the system is up-to-date (fixes #35300) * fix ui problem with software preferences (fixes #35987) * fix width problem in SoftwareProperties -- Michael Vogt Wed, 22 Mar 2006 21:57:28 +0100 update-manager (0.42.2ubuntu8) dapper; urgency=low * fix a FTBFS -- Michael Vogt Wed, 15 Mar 2006 17:54:08 +0000 update-manager (0.42.2ubuntu7) dapper; urgency=low * various spelling fixes and ui-glitches -- Michael Vogt Tue, 14 Mar 2006 16:58:01 +0000 update-manager (0.42.2ubuntu6) dapper; urgency=low * po/pt_BR.po: updated translation (thanks to Carlos Eduardo Pedroza Santiviago) * po/pt.po: updated Portugise translation (thanks to Rui Azevedo) * debian/control: arch: all now * debian/rules: undo the detection in favour of the simpler update of the desktop files * data/gnome-software-properties.desktop.in, update-manager.desktop.in: - added X-Ubuntu-Gettext-Domain * help/*: updated to latest svn -- Michael Vogt Mon, 20 Feb 2006 15:58:09 +0100 update-manager (0.42.2ubuntu5) dapper; urgency=low * debian/rules: Add gettext domain to .server and .desktop files to get language pack support for them. (Similarly to cdbs' gnome.mk) -- Martin Pitt Thu, 23 Feb 2006 18:42:04 +0100 update-manager (0.42.2ubuntu4) dapper; urgency=low * removed some of the gnome dependencies (gconf still in) * the ReleaseNotes dialog has clickable links now (thanks to Sebastian Heinlein) -- Michael Vogt Mon, 20 Feb 2006 13:24:55 +0100 update-manager (0.42.2ubuntu3) dapper; urgency=low * fixed description of the ubuntu repository (#30813) * use the new synaptic --parent-window-id switch when runing the backend -- Michael Vogt Wed, 8 Feb 2006 20:53:46 +0100 update-manager (0.42.2ubuntu2) dapper; urgency=low * SoftwareProperties/SoftwareProperties.py: - re-added the internet update options (#27932) * data/gnome-software-properties.desktop: - use gksu instead of gksudo (#30057) * wording fixes (#30296) -- Michael Vogt Tue, 7 Feb 2006 13:13:09 +0100 update-manager (0.42.2ubuntu1) dapper; urgency=low * UpdateManager/MetaRelease.py: - never offer a upgrade to a unsupported (i.e. developer) dist * data/gnome-software-properties.desktop.in: use X-KDE-SubstituteUID=true * small UI layout changes (should fix the cancel/close button problem) -- Michael Vogt Tue, 31 Jan 2006 09:48:13 +0000 update-manager (0.42.1ubuntu1) dapper; urgency=low * UpdateManagert: improved the HIG complicane more, removed some of the uglines from the last version (Malone #22090) * SoftwareProperties: improved the HIG complicane (Malone #28530) (thanks to Sebastian Heinlein) -- Michael Vogt Tue, 17 Jan 2006 17:27:15 +0100 update-manager (0.42ubuntu1) dapper; urgency=low * improved the HIG comlicane, thanks to Sebastian Heinlein: - Rename the button "close" to "cancel" - Move status bar to a separate dialog - Wording - Add a wider border around the changelog and description - Align and capitalize the button "Cancel downloading" (ubuntu: #28453) * bugfixes in the cache locking -- Michael Vogt Mon, 16 Jan 2006 12:56:29 +0100 update-manager (0.40.2) dapper; urgency=low * SoftwareProperties/SoftwareProperties.py: - fix a problem with transient/parent window in custom apt line dialog (ubuntu #21585) - fix a problem in the conf file writer that can lead to absurdly large files -- Michael Vogt Thu, 5 Jan 2006 12:37:33 +0100 update-manager (0.40.1) dapper; urgency=low * SoftwareProperties/SoftwareProperties.py: - make it embedded friendlier -- Michael Vogt Fri, 16 Dec 2005 14:02:27 +0100 update-manager (0.40) dapper; urgency=low * new upstream release: - switched from autotools to distutils - massive code cleanups - use SimpleGladeApp now - SoftwareProperties has a new GUI - UpdateManager has support for upgrading from one dist to another now (given that the required "recipe" for the upgrade is available) See https://wiki.ubuntu.com/AutomaticUpgrade for details - use python-apt for "reload" and "add cdrom" now - improved the handling of sources.list a lot (including support for /etc/apt/sources.list.d) * support for the AutomaticUpgrades spec added via the meta-release information * data/update-manager.desktop.in: - use X-KDE-SubstituteUID added and use gksu now -- Michael Vogt Tue, 15 Nov 2005 17:22:12 +0100 update-manager (0.37.1+svn20050404.15) breezy; urgency=low * added intltool to build-depends (for rosetta) -- Michael Vogt Thu, 6 Oct 2005 17:30:38 +0200 update-manager (0.37.1+svn20050404.14) breezy; urgency=low * debian/rules: - run intltool-update -p for rosetta * src/update-manager.in: - release the lock before runing gnome-software-properties (ubuntu #17022) -- Michael Vogt Tue, 4 Oct 2005 22:28:43 +0200 update-manager (0.37.1+svn20050404.13) breezy; urgency=low * src/update-manager.in: - use the right column for type-ahead searching (ubuntu #16853) -- Michael Vogt Tue, 4 Oct 2005 11:01:58 +0200 update-manager (0.37.1+svn20050404.12) breezy; urgency=low * added locking support * use explicit path to python2.4 (thanks anthony!) (Ubuntu #16087) * CTRL-{w,q} close the update-manager window (Ubuntu #15729) -- Michael Vogt Wed, 28 Sep 2005 17:40:05 +0200 update-manager (0.37.1+svn20050404.11) breezy; urgency=low * fix a typo in the reload tooltip (thanks to P Jones) (ubuntu #14699) -- Michael Vogt Mon, 12 Sep 2005 14:49:13 +0200 update-manager (0.37.1+svn20050404.10) breezy; urgency=low * fix for a typo in the source of the last upload (*cough*) -- Michael Vogt Wed, 31 Aug 2005 15:39:53 +0200 update-manager (0.37.1+svn20050404.9) breezy; urgency=low * do a "save" dist-upgrade (add only, no removes) -- Michael Vogt Wed, 31 Aug 2005 12:09:20 +0200 update-manager (0.37.1+svn20050404.8) breezy; urgency=low * if repository window is running from inside synaptic, don't show "Add cdrom" button (it's available in the synaptic menu already) -- Michael Vogt Tue, 30 Aug 2005 14:12:50 +0200 update-manager (0.37.1+svn20050404.7) breezy; urgency=low * if running from inside another application (e.g. synaptic), make sure the dialogs get a correct parent (ubuntu #14001) * if nothing changed, do not run "reload" if runing from inside synaptic -- Michael Vogt Mon, 29 Aug 2005 12:09:12 +0200 update-manager (0.37.1+svn20050404.6) breezy; urgency=low * remove (parts of) ubuntu branding from the application * make it run only with python2.4 (ubuntu #10876) * make sure to always properly escape the strings displayed in the treeview -- Michael Vogt Tue, 23 Aug 2005 16:49:54 +0200 update-manager (0.37.1+svn20050404.5) breezy; urgency=low * updates where not shown sometimes, fixed that (ubuntu #13410) -- Michael Vogt Tue, 16 Aug 2005 10:49:46 +0200 update-manager (0.37.1+svn20050404.4) breezy; urgency=low * re-read the sources.list after a "add-custom" (ubuntu #9855) * settings window has a title (ubuntu #10756) * default actions for the buttons (ubuntu #10741) * various typos fixed (ubuntu #9866) * make sure that no dialogs are opened without a parent (ubuntu #10284) -- Michael Vogt Mon, 15 Aug 2005 15:15:06 +0200 update-manager (0.37.1+svn20050404.3) breezy; urgency=low * use breezy as default for newly created sources (ubuntu #13009) * be more carefull with preserving the mirror * a better explaination for the "Reload" button (ubuntu #11432) -- Michael Vogt Wed, 10 Aug 2005 12:07:55 +0200 update-manager (0.37.1+svn20050404.2) breezy; urgency=low * fix a small problem in the parsing code (ubuntu #8754) -- Michael Vogt Fri, 6 May 2005 11:24:17 +0200 update-manager (0.37.1+svn20050404.1) hoary; urgency=low * pickup the correct proxy settings from apt (#8668) -- Michael Vogt Wed, 6 Apr 2005 16:39:44 +0200 update-manager (0.37.1+svn20050404) hoary; urgency=low * translation updates: - xh, fr -- Michael Vogt Mon, 4 Apr 2005 22:21:17 +0200 update-manager (0.37.1+svn20050403) hoary; urgency=low * translation updates: - pt_BR, tw * documentation updates (thanks to Sean Wheller and Jeff Schering) * small fixes: - make sure to not duplicate sources.list entires (even for mirrors) - added the hoary-updates to the templates and matchers (#8600) - some missing i18n strings marked as such (thanks to Zygmunt Krynicki) - don't fail on missing net connections - always update the status label -- Michael Vogt Sun, 3 Apr 2005 20:54:42 +0200 update-manager (0.37.1+svn20050323) hoary; urgency=low * translation updates * gui can set the new apt cache properties now * warn about broken packages (#7688) * only ask to reload the package list if something changed (#7871) * various focus fixes (#7900) -- Michael Vogt Wed, 23 Mar 2005 01:18:38 +0100 update-manager (0.37.1+svn20050314) hoary; urgency=low * new svn snapshot, lot's of bugfixes and i18n updates. - fix for a ui problem (#6837) - read pined packages correctly (#7058) - update list correctly after reload (#7182) - tell user when dist-upgrade is needed (#7271) - cdrom sources can be added now too (#7315) - meta-release file bugfix (#7330) - translation updates (da, fr, es, ro, pl) -- Michael Vogt Mon, 14 Mar 2005 08:49:52 +0100 update-manager (0.37.1+svn20050304) hoary; urgency=low * new snapshot, use python-apt depcache now -- Michael Vogt Fri, 4 Mar 2005 22:55:46 +0100 update-manager (0.37.1+svn20050301) hoary; urgency=low * new snapshot, better de.po, better i18n support -- Michael Vogt Tue, 1 Mar 2005 12:06:39 +0100 update-manager (0.37.1+svn20050228.1) hoary; urgency=low * fixed a FTBFS (because of the "cleanfiles" in Makefile.am) -- Michael Vogt Mon, 28 Feb 2005 19:12:28 +0100 update-manager (0.37.1+svn20050228) hoary; urgency=low * get the correct candidate version for updatable packages (ubuntu #6825) -- Michael Vogt Mon, 28 Feb 2005 11:00:38 +0100 update-manager (0.37.1+svn20050221) hoary; urgency=low * new svn snapshot, fixes: - #6756: window size too big - #6767, #6780: gnome-software-properties window broken -- Michael Vogt Mon, 21 Feb 2005 11:30:52 +0100 update-manager (0.37.1+svn20050219) hoary; urgency=low * new svn snapshot, fixes: - #6565, #6565 (typo) - #6634 (remeber last details state) - #6635 (progress dialog merged in main window) - #6578 (hide details if no updates are available) -- Michael Vogt Sat, 19 Feb 2005 00:32:50 +0100 update-manager (0.37.1) hoary; urgency=low * typo (#6542) * package list is sorted now * applied "hide details if system is update-to-date" patch (#6578, thanks to Jorge Bernal) -- Michael Vogt Tue, 15 Feb 2005 10:49:17 +0100 update-manager (0.37) hoary; urgency=low * test for lock file and show error if the lock is already taken * use utf8 for the description * changelogs are fetched from http://changelogs.ubuntu.com/ now (closes: #6315) * handle 404 from http and set the error accordingly * set main_window to not sensitive when downloading changelogs * if no updates are available, hide the checkbox column (closes: #6443) -- Michael Vogt Mon, 14 Feb 2005 15:08:06 +0100 update-manager (0.36.6) hoary; urgency=low * various bugfixes and embedding of synaptics progress windows -- Michael Vogt Tue, 8 Feb 2005 22:12:53 +0100 update-manager (0.36.5) hoary; urgency=low * disabled sources can now be displayed too (optional preference) * comments can be added * various bugfixes -- Michael Vogt Thu, 3 Feb 2005 16:21:32 +0100 update-manager (0.36.4) hoary; urgency=low * regression of the last upload fixed * gnome-software-properties can be embedded into other windows now (usefull for e.g. synaptic) -- Michael Vogt Mon, 31 Jan 2005 22:59:35 +0100 update-manager (0.36.3) hoary; urgency=low * updates to the main window design -- Michael Vogt Mon, 31 Jan 2005 16:59:41 +0100 update-manager (0.36.2) hoary; urgency=low * new main window layout in update-manager (Michiel design, looks _so_ nice) -- Michael Vogt Fri, 28 Jan 2005 12:20:57 +0100 update-manager (0.36.1) hoary; urgency=low * columns are resizable now (closes: #5541) * lot's of typo/gui-glitches fixes (closes: #5200, #5816, #5801, #5802) -- Michael Vogt Mon, 24 Jan 2005 16:14:45 +0100 update-manager (0.36) hoary; urgency=low * new upstream release, added support to control APT::Periodic::* variables in gnome-software-properties -- Michael Vogt Wed, 19 Jan 2005 16:59:19 +0100 update-manager (0.35) hoary; urgency=low * new upstream release - typo fix (closes: #5200) -- Michael Vogt Wed, 5 Jan 2005 12:23:55 +0100 update-manager (0.34) hoary; urgency=low * new upstream release -- Michael Vogt Fri, 24 Dec 2004 12:50:13 +0100 update-manager (0.33) hoary; urgency=low * new upstream release, featuring the gnome-software-properties -- Michael Vogt Tue, 30 Nov 2004 12:41:06 +0100 update-manager (0.32) hoary; urgency=low * new upstream release -- Michael Vogt Tue, 23 Nov 2004 15:28:09 +0100 update-manager (0.31-1ubuntu1) hoary; urgency=low * Update Build-Deps and fix FTBFS. -- Fabio M. Di Nitto Mon, 22 Nov 2004 13:04:09 +0100 update-manager (0.31-1) hoary; urgency=low * new upstream release, added icon, desktop file and bugfix -- Michael Vogt Sat, 13 Nov 2004 11:30:37 +0100 update-manager (0.3-1) hoary; urgency=low * New upstream release, inital ubuntu release -- Michael Vogt Wed, 3 Nov 2004 14:48:14 +0100 update-manager (0.2-1) unstable; urgency=low * New upstream release. -- Michiel Sikkes Sat, 30 Oct 2004 02:22:12 +0200 update-manager (0.1-2) unstable; urgency=low * Um Yeah. -- Michiel Sikkes Tue, 26 Oct 2004 13:16:13 +0200 update-manager (0.1-1) unstable; urgency=low * Initial Release. -- Michiel Sikkes Mon, 25 Oct 2004 21:49:07 +0200