diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-26 10:46:49 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-26 10:46:49 +0200 |
| commit | 90a9b9f0faf09a401693f7cfcbd362ff62559929 (patch) | |
| tree | e00d94e7c77b45f8ac9792a9c80a68e2a2391d7c /debian | |
| parent | a807cb63c7b82450fb53f9de5958ae5637fff0d1 (diff) | |
| parent | d8c288d928da41fae20947b7dd2064740c2593b3 (diff) | |
| download | python-apt-90a9b9f0faf09a401693f7cfcbd362ff62559929.tar.gz | |
* merge with mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 413dcfce..d817dea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +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) + + -- + +update-manager (0.44.13) edgy; urgency=low + + * UpdateManager/UpdateManager.py: + - make sure that src_ver is always initialized (thanks to + Simira for reporting) + - filter python-apt future warning (especially for seb128) + + -- Michael Vogt <michael.vogt@ubuntu.com> 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 <michael.vogt@ubuntu.com> 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 <michael.vogt@ubuntu.com> Tue, 12 Sep 2006 20:37:55 +0200 + update-manager (0.44.10) edgy; urgency=low * aptsources.py: |
