aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 12:49:13 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-06 12:49:13 -0800
commit408f975e4706a7dfb441fc1f0c6f737f383a7fc4 (patch)
tree09d26bc01300c45a831ac8d8c273dc74450051c8
parentdf3f3ddb6eacc01b2462a862eb7bf8ee6db6b9f7 (diff)
downloadpandoc-408f975e4706a7dfb441fc1f0c6f737f383a7fc4.tar.gz
Version bump to 1.9.0.4, updated changelog.
-rw-r--r--changelog12
-rw-r--r--pandoc.cabal2
2 files changed, 13 insertions, 1 deletions
diff --git a/changelog b/changelog
index bd67d1c4b..f8d622f86 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,15 @@
+pandoc (1.9.0.4)
+
+ * Raised version bound on test-framework to avoid problems
+ compiling tests on GHC 7.4.1.
+
+ * LaTeX reader: Use raw LaTeX as fallback inline text for Cites,
+ so citations don't just disappear unless you process with
+ citeproc. Ignore `\bibliographystyle`, `\nocite`.
+
+ * Simplified tex2pdf; it will always run latex twice to
+ resolve table of contents and hyperrefs.
+
pandoc (1.9.0.3)
* Require Cabal >= 1.10.
diff --git a/pandoc.cabal b/pandoc.cabal
index 1764682d9..2fad328a2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.9.0.3
+Version: 1.9.0.4
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL