summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DistUpgrade/DistUpgradeCache.py1
-rw-r--r--debian/changelog22
2 files changed, 7 insertions, 16 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 453efe92..3d10c707 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -1,7 +1,6 @@
import warnings
warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
-warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import apt
import apt_pkg
import os
diff --git a/debian/changelog b/debian/changelog
index 8bc27537..3b83d42f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,26 +1,18 @@
-update-manager (0.44.15) edgy; urgency=low
+update-manager (0.44.13) edgy; urgency=low
+ * fix missing i18n declarations (lp: #62519)
* data/glade/SoftwareProperties.glade:
- fix missing "translatable" property (lp: #62681)
- * missing i18n added (lp: 62519)
-
- --
-
-update-manager (0.44.14) edgy; urgency=low
-
+ * 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
- * DistUprade/DistUpgradeControler.py:
- - check for self.sources, self.aptcdrom before using it (lp: #61852)
-
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Sep 2006 23:17:27 +0200
-
-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)
+ * 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