From 836ba8694db59c1cd2c3aba166e69275912eafd6 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 1 Nov 2006 22:38:57 +0000 Subject: Created new changelog, made debian/changelog a symlink to changelog in top-level. git-svn-id: https://pandoc.googlecode.com/svn/trunk@65 788f1e2b-df1e-0410-8736-df70ead52e1b --- changelog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 26 +----------------------- 2 files changed, 61 insertions(+), 25 deletions(-) create mode 100644 changelog mode change 100644 => 120000 debian/changelog diff --git a/changelog b/changelog new file mode 100644 index 000000000..dc013e9b8 --- /dev/null +++ b/changelog @@ -0,0 +1,60 @@ +pandoc (0.3) unstable; urgency=low + + * New release with new build system and proper debian package + + [ Recai Oktaş ] + + * Revamped build process to conform to debian standards and created + a proper debian package. Closes: #391666. + + * Modified build process to support GHC 6.6. + + The package can still be compiled using GHC 6.4.2, though because + of dependencies the "make deb" target works only with GHC 6.6+. + + The script 'cabalize' is used to create an appropriate + 'Pandoc.cabal' from 'Pandoc.cabal.in', depending on the GHC and + Cabal versions. + + * Refactored template processing (fillTemplates.pl). + + * Modified wrapper scripts to make them more robust. + + * Added '--output' option to markdown2pdf. + + [ John MacFarlane ] + + * Revised RTF writer: + + Default font is now Helvetica. + + An \f0 is added to each \pard, so that font resizing works correctly. + + * Fixed handling of dashes in LaTeX writer: + + Recognize a double hyphen as an Em-dash, even when it occurs next + to punctuation (e.g. a quotation mark). + + Collapse space around Em-dashes. + + Process quotes before dashes. This way (foo -- 'bar') will turn into + (foo---`bar') instead of (foo---'bar'). + + * Revised pandoc wrapper scripts to pipe output (as well as input) + through iconv. + + * Added osx-pkg and osx-dmg targets to Makefile: + + osx-pkg creates a Mac OS X package (directory); osx-dmg creates a + compressed disk image containing the package. + + New osx directory contains files needed for construction + of the package. + + * Rewrote documentation and man pages. Split README into INSTALL + and README. + + -- Recai Oktaş Tue, 24 Oct 2006 07:48:30 +0300 + +pandoc (0.2) unstable; urgency=low + + * Fixed unicode/utf-8 translation + + -- John MacFarlane Mon, 14 Aug 2006 00:00:00 -0400 + +pandoc (0.1) unstable; urgency=low + + * Initial creation of debian package + + -- John MacFarlane Mon, 14 Aug 2006 00:00:00 -0400 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 7b0e0d674..000000000 --- a/debian/changelog +++ /dev/null @@ -1,25 +0,0 @@ -pandoc (0.22) unstable; urgency=low - - * Migrate to GHC 6.6. Modify the whole build system accordingly. - - -- Recai Oktaş Tue, 24 Oct 2006 07:48:30 +0300 - -pandoc (0.21) unstable; urgency=low - - * Revamp and split Debian package. Closes: #391666. - * Revamped build system. - * Various fixes in wrapper scripts. - - -- Recai Oktaş Sun, 3 Sep 2006 13:25:18 +0300 - -pandoc (0.2) unstable; urgency=low - - * Fixed unicode/utf-8 translation - - -- John MacFarlane Mon, 14 Aug 2006 00:00:00 -0400 - -pandoc (0.1) unstable; urgency=low - - * Initial creation of debian package - - -- John MacFarlane Mon, 14 Aug 2006 00:00:00 -0400 diff --git a/debian/changelog b/debian/changelog new file mode 120000 index 000000000..0891c85c5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1 @@ +../changelog \ No newline at end of file -- cgit v1.2.3