summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 10:19:08 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 10:19:08 -0800
commit00fe1dba311cab8a317c25986723be6122489dff (patch)
tree705a1c5add183ff96851f94e7bf8a18085a5454f
parent3c0c1e4ab91195875093f301f1a2da91c73cc4bd (diff)
Bump version to 1.10.0.3; added further missing fb2 tests.
Updated changelog.
-rw-r--r--changelog4
-rw-r--r--pandoc.cabal11
2 files changed, 13 insertions, 2 deletions
diff --git a/changelog b/changelog
index 74cd1fa25..e36be6cae 100644
--- a/changelog
+++ b/changelog
@@ -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