summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 16:18:26 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 16:18:26 +0200
commit12c1f3293bc257a325dc4eb16dac2f385340c89e (patch)
tree6d51654dd4a4f314ccd41b73dd95456ad8baf101
parent58b57b320c88cbb3e7df0a12fb47f057ab5da0b1 (diff)
downloadpython-apt-12c1f3293bc257a325dc4eb16dac2f385340c89e.tar.gz
What's new in 0.8 document
-rw-r--r--doc/source/whatsnew/0.8.0.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/source/whatsnew/0.8.0.rst b/doc/source/whatsnew/0.8.0.rst
new file mode 100644
index 00000000..fda53443
--- /dev/null
+++ b/doc/source/whatsnew/0.8.0.rst
@@ -0,0 +1,28 @@
+What's New In python-apt 0.8
+============================
+Python-apt 0.8 is a new major release of the python bindings for the APT
+package management libraries.
+
+
+Removal of old API
+------------------
+The old API that was deprecated in 0.7.100 is no longer available. Applications
+that have not yet updated to the new API should do so.
+
+Multi-arch support
+------------------
+This version of python-apt introduces multi-arch support:
+
+ * A new class, :class:`apt_pkg.Group` has been added.
+ * :class:`apt_pkg.Cache` can now be indexed by ``(name, architecture)``
+ tuples
+
+Other changes
+-------------
+This release of python-apt also features several other, smaller changes:
+
+ * apt_pkg.Cache() now takes None for the progress parameter, preventing
+ progress reporting.
+
+There have been various other changes, see the changelog for a complete list
+of changes.