From 408f975e4706a7dfb441fc1f0c6f737f383a7fc4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Feb 2012 12:49:13 -0800 Subject: Version bump to 1.9.0.4, updated changelog. --- changelog | 12 ++++++++++++ pandoc.cabal | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3