aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-02-05 10:38:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-02-05 10:38:25 -0800
commit9277d89bdd5ef89c262744fdab7587fb88a56980 (patch)
treee4575f57051d41c2266567a81bd7267805a7c879
parent1d8c2d36a721cc3102ebc8f8a59a6e0e3c87b76f (diff)
downloadpandoc-9277d89bdd5ef89c262744fdab7587fb88a56980.tar.gz
Bumped version to 1.8.0.3; updated changelog; fixed source-repository.
-rw-r--r--changelog4
-rw-r--r--pandoc.cabal4
2 files changed, 6 insertions, 2 deletions
diff --git a/changelog b/changelog
index a4a1fbb45..dc2304e91 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+pandoc (1.8.0.3)
+
+ * Fixed Source-repository stanza in cabal file.
+
pandoc (1.8.0.2)
* HTML writer:
diff --git a/pandoc.cabal b/pandoc.cabal
index 2efcb1edd..e3d653962 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.8.0.2
+Version: 1.8.0.3
Cabal-Version: >= 1.6
Build-Type: Custom
License: GPL
@@ -162,7 +162,7 @@ Extra-Tmp-Files: man/man1/pandoc.1,
Source-repository head
type: git
- location: https://jgm@github.com/jgm/pandoc.git
+ location: git://github.com/jgm/pandoc.git
Flag threaded
Description: Compile markdown2pdf with -threaded option.