-
update-manager (1:0.126.10) karmic-proposed; urgency=low
* UpdateManager/Core/utils.py:
- fix proxy detection in url_downloadable (LP: #446552)
* UpdateManager/Core/DistUpgradeFetcherCore.py:
- add missing "logging" import (LP: #475941)
-- Michael Vogt <email address hidden> Thu, 06 May 2010 16:13:48 +0200
-
update-manager (1:0.126.9) karmic-proposed; urgency=low
* DistUpgrade/DistUpgrade.cfg:
- really stop enabling apport during the upgrade (LP: #465619)
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)
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)
-- Brian Murray <email address hidden> 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)
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 <email address hidden> 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 <email address hidden> Wed, 28 Oct 2009 14:11:41 +0100
-
update-manager (1:0.126.6.1) karmic-updates; urgency=low
* DistUpgrade/DistUpgrade.cfg:
- really stop enabling apport during the upgrade (LP: #465619)
-- Brian Murray <email address hidden> Fri, 30 Oct 2009 13:54:08 -0700
-
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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Tue, 29 Sep 2009 18:51:49 +0200
-
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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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: #353545)
* 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Wed, 02 Sep 2009 15:04:53 +0200
-
update-manager (1:0.124.9ubuntu1) karmic; urgency=low
* Clean build directory
-- Sebastien Bacher <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Thu, 16 Jul 2009 11:26:47 -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 <email address hidden> Thu, 16 Jul 2009 17:49:21 +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 <email address hidden> Tue, 07 Jul 2009 15:11:31 +0200
-
update-manager (1:0.124.1) karmic; urgency=low
* fix ftbfs
-- Michael Vogt <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Tue, 28 Apr 2009 14:43:26 +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 <email address hidden> Fri, 17 Apr 2009 22:11:04 +0200