aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-15 21:21:52 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-15 21:21:52 +0000
commita81613df346818ff31889289b4ef82708dd1f73a (patch)
treedf83f4f314f54c3dfe3c648bd9af88fb0497b38a /debian
parentd6d49db5be1d38da65f13e3ddf4c627ec3f6fd75 (diff)
downloadpandoc-a81613df346818ff31889289b4ef82708dd1f73a.tar.gz
Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.
This way all programs that use pandoc libraries will have access to the version number. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1052 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ce7e58d7..dee489f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -101,6 +101,9 @@ pandoc (0.45) unstable; urgency=low
that a temp file is now always used, even when input comes from a
local file or standard input.
+ * Removed 'version' constant from Main.hs; added 'pandocVersion' to
+ Text.Pandoc library.
+
* Fixed MacPorts Portfile:
+ Modified to install the pandoc library in addition to programs.