summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/contents.rst1
-rw-r--r--doc/source/whatsnew/0.9.3.rst10
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/source/contents.rst b/doc/source/contents.rst
index 3c9fb511..6c4e161d 100644
--- a/doc/source/contents.rst
+++ b/doc/source/contents.rst
@@ -16,5 +16,4 @@ Indices and tables
==================
* :ref:`genindex`
-* :ref:`modindex`
* :ref:`search`
diff --git a/doc/source/whatsnew/0.9.3.rst b/doc/source/whatsnew/0.9.3.rst
new file mode 100644
index 00000000..529b34c1
--- /dev/null
+++ b/doc/source/whatsnew/0.9.3.rst
@@ -0,0 +1,10 @@
+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