From 73a9136ac3567732a5aabf0f5592b96cfbe26459 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 29 Jan 2017 11:09:30 -0700 Subject: convert changelog to Debian's format --- CHANGELOG | 31 +---------------------------- debian/changelog | 44 ++++++++++++++++++++++++++++++++++++++++++ pandoc-citeproc-preamble.cabal | 2 +- 3 files changed, 46 insertions(+), 31 deletions(-) mode change 100644 => 120000 CHANGELOG create mode 100644 debian/changelog diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 1332a62..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,30 +0,0 @@ - - -# Version 1.2.2 (2016-12-22) # - -* Delete LTS Haskell cabal.config. - -pandoc-citeproc-preamble is tested and working with pandoc 1.19 and -pandoc-citeproc 0.10.3. However, to use these versions, you need to -compile pandoc-citeproc-preamble against pandoc-types 1.17. The -existing cabal.config was making that more difficult. - -# Version 1.2.1 (2016-11-10) # - -* Bump version in pandoc-citeproc-preamble.cabal. -* Bump resolver in README.md. - -# Version 1.2.0 (2016-11-10) # - -* Bump LTS Haskell version to 7.8. - -# Version 1.1.0 (2016-02-23) # - -* Bump LTS Haskell version to 5.4 by means of cabal.config file. - This should fix SoftBreak errors. -* Don't insert a preamble if pandoc-citeproc inserted no bibliographic - entries. - -# Version 1.0.0 (2015-09-26) - -* Initial release. diff --git a/CHANGELOG b/CHANGELOG new file mode 120000 index 0000000..d526672 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ad03739 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,44 @@ +pandoc-citeproc-preamble (1.2.3) UNRELEASED; urgency=medium + + * Convert changelog to Debian's format. + + -- Sean Whitton Sun, 29 Jan 2017 11:00:07 -0700 + +pandoc-citeproc-preamble (1.2.2) unstable; urgency=medium + + * Delete LTS Haskell cabal.config. + + pandoc-citeproc-preamble is tested and working with pandoc 1.19 and + pandoc-citeproc 0.10.3. However, to use these versions, you need to + compile pandoc-citeproc-preamble against pandoc-types 1.17. The + existing cabal.config was making that more difficult. + + -- Sean Whitton Thu, 22 Dec 2016 13:54:00 +0000 + +pandoc-citeproc-preamble (1.2.1) unstable; urgency=medium + + * Bump version in pandoc-citeproc-preamble.cabal. + * Bump resolver in README.md. + + -- Sean Whitton Thu, 10 Nov 2016 09:48:40 -0700 + +pandoc-citeproc-preamble (1.2.0) unstable; urgency=medium + + * Bump LTS Haskell version to 7.8. + + -- Sean Whitton Thu, 10 Nov 2016 09:45:19 -0700 + +pandoc-citeproc-preamble (1.1.0) unstable; urgency=medium + + * Bump LTS Haskell version to 5.4 by means of cabal.config file. + This should fix SoftBreak errors. + * Don't insert a preamble if pandoc-citeproc inserted no bibliographic + entries. + + -- Sean Whitton Tue, 23 Feb 2016 20:50:34 -0700 + +pandoc-citeproc-preamble (1.0.0) unstable; urgency=medium + + * Initial release. + + -- Sean Whitton Sat, 26 Sep 2015 22:18:00 -0700 diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal index 16321c5..1732210 100644 --- a/pandoc-citeproc-preamble.cabal +++ b/pandoc-citeproc-preamble.cabal @@ -1,5 +1,5 @@ name: pandoc-citeproc-preamble -version: 1.2.2 +version: 1.2.3 synopsis: Insert a preamble before pandoc-citeproc's bibliography description: Please see README.md homepage: https://github.com/spwhitton/pandoc-citeproc-preamble -- cgit v1.2.3