Merge lp:~persia/update-manager/main into lp:update-manager

Proposed by Emmet Hikory
Status: Merged
Merged at revision: not available
Proposed branch: lp:~persia/update-manager/main
Merge into: lp:update-manager
To merge this branch: bzr merge lp:~persia/update-manager/main
To post a comment you must log in.
lp:~persia/update-manager/main updated
970. By Michael Vogt

  - add extra paraonoia when adding a missing admin group
    (thanks to LaMont Jones)

971. By Michael Vogt

close admin group bugreport

972. By Michael Vogt

* 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)

973. By Michael Vogt

* 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

974. By Michael Vogt

DistUpgrade/DistUpgradeCache.py: fix crash for unavailable meta pkgs

975. By Michael Vogt

AutoUpgradeTester/jeos/README: add intructions how to generate images with the latest ubuntu-vm-builder

976. By Michael Vogt

add very simple auto-pkg-install-tester

977. By Michael Vogt

* AutoUpgradeTester/profile/server/DistUpgrade.cfg:
  - switch to hardy->intrepid testing

978. By Michael Vogt

* AutoUpgradeTester/UpgradeTestBackendQemu.py:
  - add saveVMSnapshot, restoreVMSnapshot and delVMSnapshot functions
* AutoUpgradeTester/auto-install-tester.py:
  - use the snapshot functions for the install testing stuff
* AutoUpgradeTester/profile/intrepid-auto-install/DistUpgrade.cfg:
  - use hardy for now because intrepid does not boot yet in kvm

979. By Michael Vogt

* AutoUpgradeTester/UpgradeTestBackendQemu.py:
  - wait for the loadvm/savevm commands to finish
* AutoUpgradeTester/auto-install-tester.py:
  - write failure log

980. By Michael Vogt

* AutoUpgradeTester/UpgradeTestBackendQemu.py:
  - remove the pipe to the monitor stdout
* AutoUpgradeTester/auto-install-tester.py:
  - remove the snapshot time, was not accurate anyway

981. By Michael Vogt

* AutoUpgradeTester/auto-install-tester.py:
  - give up on snapshots on install failures, kvm loadvm just does not
    work when a new kvm instance is started later

982. By Michael Vogt

* 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)

983. By Michael Vogt

* AutoUpgradeTester/auto-install-tester.py:
  - make it really usable
  - force architecture to i386

984. By Michael Vogt

fix typo (thanks to pochu

985. By Michael Vogt

* DistUpgrade/DistUpgradeController.py:
  - add logging for kept packages
  - make the "use-network" question on cdrom upgrades
    more clear (LP: #229508)

986. By Michael Vogt

* DistUpgrade/DistUpgradeApport.py:
  - only run apport-{gtk,qt} if DISPLAY is set

987. By Michael Vogt

* DistUpgrade/DistUpgradeView{Gtk,KDE}.py:
  - do not show a error dialog for folloup errors from
    earlier errors (thanks to Alexander Sack for the report)

988. By Michael Vogt

do not just exit on upgrades with errors but show
a proper finished message

989. By Michael Vogt

DistUpgrade/DistUpgradeViewGtk.py: make the sleep short so that catchup is faster

990. By Michael Vogt

* 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)

991. By Michael Vogt

upload as 0.91.8

992. By Michael Vogt

* 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

993. By Michael Vogt

upload as 0.91.9

994. By Michael Vogt

* UpdateManager/Core/DistUpgradeFetcherCore.py:
  - improved error handling for people who run
    /tmp with noexec (LP: #219518)

995. By Michael Vogt

* DistUpgrade/ReleaseAnnouncement:
  - fixes in the announcement text (thanks to
    Brian Murray, LP: #250693)

996. By Michael Vogt

* 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

997. By Michael Vogt

    old packages need to go way (LP: #249329)

998. By Michael Vogt

* 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)

999. By Michael Vogt

DistUpgrade/DistUpgradeViewNonInteractive.py: show percent and flush if running on a tty

1000. By Michael Vogt

upload as 0.92

1001. By Michael Vogt

* UpdateManager/UpdateManager.py:
  - fix typo (LP: #252195)

1002. By Michael Vogt

* port the kde frontend to qt4

1003. By Michael Vogt

* DistUpgradeViewKDE4:
  - add --test-term mode that displays a given file inside the terminal window
  - add regular test mode that installs or removes the sys.argv[1] package
* DistUpgrade/DistUpgradeCache.py:
  - improve the description

1004. By Michael Vogt

DistUpgrade/DistUpgradeViewKDE4.py:
- fix keyboard input

1005. By Michael Vogt

DistUpgradeViewKDE4: make the backspace work again somewhat (not perfect :(

1006. By Michael Vogt

add deprecation message to kde frontend

1007. By Michael Vogt

* DistUpgrade/DistUpgradeController.py:
  - fix crash in cleanup code

1008. By Michael Vogt

* UpdateManager/UpdateManager.py:
  - make the init_proxy stuff look for the apt.conf proxy
    as well (thanks to vega--)

1009. By Michael Vogt

* do-release-upgrade:
  - unify proxy configuration between gtk and cli UI

1010. By Michael Vogt

fix FBTFS in the new kde4 python stuff

1011. By Michael Vogt

fix FBTFS by removing the kdepyuic calls during build
(no longer needed in qt4)

1012. By Michael Vogt

* DistUpgrade/DistUpgradeCache.py:
  - work around problem with packages with no priority
    (LP: #253255)

1013. By Michael Vogt

* DistUpgrade/DistUpgradeViewGtk.py:
  - detect ctrl-c presses in the terminal and warn the
    user that it will kill the upgrade (LP: #90866)

1014. By Michael Vogt

* DistUpgrade/DistUpgrade.cfg:
  - try the kde3 frontend if the kde4 one fails to import

1015. By Michael Vogt

* DistUpgrade/DistUpgradeController.py:
  - when a upgrade is cancelt due to network errors,
    inform that the downloaded files will be kept
    (LP: #242111)

1016. By Michael Vogt

when being run by the sandbox-upgrader, do not
reboot automatically after the upgrade finished

1017. By Michael Vogt

fix ftbfs on powerpc

1018. By Michael Vogt

better progress reporting in non-interactive mode

1019. By Michael Vogt

* DistUpgrade/removal_blacklist.cfg:
  - add openssh-blacklist-extra and openssh-extra

1020. By Michael Vogt

* debian/control:
  - add a explict depends on lsb-release (LP: #255319)
* UpdateManager/UpdateManager.py:
  - do not crash if lsb_release can not be run (LP: #255319)

1021. By Michael Vogt

* 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)

1022. By Michael Vogt

* 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

1023. By Michael Vogt

new upload to intrepid

1024. By 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"

1025. By Michael Vogt

fix syntax error

1026. By Michael Vogt

* UpdateManager/UpdateManager.py:
  - fix plural forms (thanks to Bruce Cowan, LP: #189921)

1027. By Michael Vogt

* DistUpgrade/DistUpgradeViewGtk.py:
  - show kB/sec (LP: #257778)

1028. By Jonathan Riddell

add KDE tools for dist-upgrade checking, to be used by Adept

1029. By Jonathan Riddell

tidying comments

1030. By Jonathan Riddell

tidying, button icons, quit application

1031. By Jonathan Riddell

add packaging

1032. By Michael Vogt

* DistUpgrade/DistUpgradeCache.py:
  - transition "kubuntu-desktop-kde4" to "kubuntu-desktop"
    (thanks to Jonathan Riddell)

1033. By Michael Vogt

* DistUpgrade/DistUpgradeCache.py,
  DistUpgrade/DistUpgradeController.py:
  - fixes in the "AllowUnauthenticated" code (thanks to Adam
    Conrad)

1034. By Emmet Hikory <persia@sigyn>

Merge from previous update-manager-hildon branch
    Comment cleanups
    Remove automatic update check on startup for update-manager-hildon

Subscribers

People subscribed via source and target branches

to status/vote changes: