diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-15 21:21:52 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-15 21:21:52 +0000 |
commit | a81613df346818ff31889289b4ef82708dd1f73a (patch) | |
tree | df83f4f314f54c3dfe3c648bd9af88fb0497b38a /debian/changelog | |
parent | d6d49db5be1d38da65f13e3ddf4c627ec3f6fd75 (diff) | |
download | pandoc-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/changelog')
-rw-r--r-- | debian/changelog | 3 |
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. |