summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 14:24:24 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 14:24:24 +0100
commit4b05bc1cd847c13650e276e1d23c987e0ed3a4a8 (patch)
tree22e416bb7b40f3354371d818b7440144216f2401 /CHANGES
parentd7acefae40bbe3de5c8414ef56d8dc47dd5a5567 (diff)
parenteca39d1fb1e102caff120ac7c9c0d38e263c3939 (diff)
downloadsphinx-4b05bc1cd847c13650e276e1d23c987e0ed3a4a8.tar.gz
merge with trunk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 0367be1a..21d0f72c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -94,9 +94,20 @@ Release 1.0 (in development)
* Added ``htmltitle`` block in layout template.
-Release 0.6.4 (in development)
+Release 0.6.5 (in development)
==============================
+* #321: Fix link generation in the LaTeX builder.
+
+
+Release 0.6.4 (Jan 12, 2010)
+============================
+
+* Improve the handling of non-Unicode strings in the configuration.
+
+* #316: Catch OSErrors occurring when calling graphviz with
+ arguments it doesn't understand.
+
* Restore compatibility with Pygments >= 1.2.
* #295: Fix escaping of hyperref targets in LaTeX output.