diff options
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | pandoc.cabal | 11 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,7 @@ +pandoc (1.10.0.3) + + * Added further missing fb2 tests to cabal file. + pandoc (1.10.0.2) * Added fb2 tests to cabal file's extra-source-files. diff --git a/pandoc.cabal b/pandoc.cabal index d3d98bf28..61b72565e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.10.0.2 +Version: 1.10.0.3 Cabal-Version: >= 1.10 Build-Type: Custom License: GPL @@ -184,10 +184,17 @@ Extra-Source-Files: tests/pipe-tables.txt, tests/pipe-tables.native, tests/fb2.basic.markdown, + tests/fb2.basic.fb2, tests/fb2.titles.markdown, + tests/fb2.titles.fb2, tests/fb2.images.markdown, + tests/fb2.images.fb2, tests/fb2.images-embedded.html, - tests/fb2.math.markdown + tests/fb2.images-embedded.fb2, + tests/fb2.math.markdown, + tests/fb2.math.fb2, + tests/fb2.test-small.png, + tests/fb2.test.jpg Extra-Tmp-Files: man/man1/pandoc.1, man/man5/pandoc_markdown.5 |