summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2007-11-29 12:25:33 +0100
committerMichael Vogt <egon@bottom>2007-11-29 12:25:33 +0100
commit0fc4aa9466d57ddc4a54191eeb8775e41ad35525 (patch)
tree93b7f4e949c3c013309d397de200d058ec7b5af5 /debian
parentbe3ddb25ea0baa259f20936f1d7a62cafa019b99 (diff)
parentabf6c5801c6b162a9dcda5099e8eb746525dc826 (diff)
downloadpython-apt-0fc4aa9466d57ddc4a54191eeb8775e41ad35525.tar.gz
* apt/package.py:
- fix apt.package.Dependency.relation initialization * python/string.cc: - fix overflow in SizeToStr() * python/metaindex.cc: - added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries * python/depcache.cc: - be more threading friendly * python/tag.cc - support "None" as default in ParseSection(control).get(field, default), LP: #44470 * python/progress.cc: - fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress * apt/README.apt: - fix typo (thanks to Thomas Schoepf, closes: #387787) * po/fr.po: - merge update, thanks to Christian Perrier (closes: #435918)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
1 files changed, 25 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f206ad0d..5cfa8a16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,37 @@
-python-apt (0.7.4) UNRELEASED; urgency=low
+python-apt (0.7.4) unstable; urgency=low
* apt/debfile.py:
- added wrapper around apt_inst.debExtract()
- support dictionary like access
+ * apt/package.py:
+ - fix apt.package.Dependency.relation initialization
* python/apt_instmodule.cc:
- added arCheckMember()
* aptsources/distro.py:
- throw NoDistroTemplateException if not distribution template
can be found
-
- -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jul 2007 22:33:59 +0200
+ * python/string.cc:
+ - fix overflow in SizeToStr()
+ * python/metaindex.cc:
+ - added support for the metaIndex objects
+ * python/sourceslist.cc:
+ - support new "List" attribute that returns the list of
+ metaIndex source entries
+ * python/depcache.cc:
+ - be more threading friendly
+ * python/tag.cc
+ - support "None" as default in
+ ParseSection(control).get(field, default), LP: #44470
+ * python/progress.cc:
+ - fix refcount problem in OpProgress
+ - fix refcount problem in FetchProgress
+ - fix refcount problem in CdromProgress
+ * apt/README.apt:
+ - fix typo (thanks to Thomas Schoepf, closes: #387787)
+ * po/fr.po:
+ - merge update, thanks to Christian Perrier (closes: #435918)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 29 Nov 2007 12:17:17 +0100
python-apt (0.7.3.1) unstable; urgency=low