diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 43 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 35 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 8bc27537..721ed39b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,26 +1,51 @@ +update-manager (0.44.17) edgy; urgency=low + + * memory leak fixed (lp: #43096) + + -- + +update-manager (0.44.16) edgy; urgency=low + + * fix proxy usage when runing in non-root mode (lp: #40626) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 6 Oct 2006 15:17:37 +0200 + update-manager (0.44.15) edgy; urgency=low - * data/glade/SoftwareProperties.glade: - - fix missing "translatable" property (lp: #62681) - * missing i18n added (lp: 62519) + * 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 <michael.vogt@ubuntu.com> Wed, 4 Oct 2006 21:10:40 +0200 update-manager (0.44.14) edgy; urgency=low - * UpdateManager/UpdateManager.py: - - put the cancel button inside the text-area to avoid flickering - * DistUprade/DistUpgradeControler.py: - - check for self.sources, self.aptcdrom before using it (lp: #61852) + * fix some incorrect i18n markings (lp: #62681) - -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 23:17:27 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> 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 <michael.vogt@ubuntu.com> Sat, 23 Sep 2006 00:53:06 +0200 diff --git a/debian/control b/debian/control index e3c72b8d..7ed4c7a5 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes, python-dbus +Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes, python-dbus, python-vte, gksu Recommends: python-gnome2 Description: GNOME application that manages apt updates This is the GNOME apt update manager. It checks for updates and lets the user |
