summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-05-07 18:21:35 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-05-07 18:21:41 +0200
commite6cea6d7d03b696460cf324aab9841a7433856fb (patch)
treea7057e7f4d74932e87fcc28ab2d4204eb05c2925
parente0345407d2f4ce18efde3e5a935a44668a203024 (diff)
downloadpython-apt-e6cea6d7d03b696460cf324aab9841a7433856fb.tar.gz
update whatsnew
-rw-r--r--doc/source/whatsnew/0.9.3.rst10
-rw-r--r--doc/source/whatsnew/0.9.4.rst17
2 files changed, 17 insertions, 10 deletions
diff --git a/doc/source/whatsnew/0.9.3.rst b/doc/source/whatsnew/0.9.3.rst
deleted file mode 100644
index 529b34c1..00000000
--- a/doc/source/whatsnew/0.9.3.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-What's New In python-apt 0.9.3
-============================
-Python-apt 0.9.3 is a maintenance update.
-
-Maintenance
------------
-
- * Support for python2.6 got dropped
- * Documentation improvements
- * Lots of bugfixes
diff --git a/doc/source/whatsnew/0.9.4.rst b/doc/source/whatsnew/0.9.4.rst
new file mode 100644
index 00000000..617ef08f
--- /dev/null
+++ b/doc/source/whatsnew/0.9.4.rst
@@ -0,0 +1,17 @@
+What's New In python-apt 0.9.4
+==============================
+Python-apt 0.9.4 is a maintenance update.
+
+New features
+------------
+
+ * Support for apt_pkg.sha512sum()
+ * Support for apt_pkg.maybe_open_clear_signed_file()
+ * Use apt_pkg.open_maybe_clear_signed_file() when opening a .dsc file
+ * add MULTI_ARCH_NO constant (MULTI_ARCH_NONE is deprecated)
+
+Maintenance
+-----------
+
+ * Add Ubuntu Wily
+ * Update examples