From c7bdab4bd27065d256913686a3464dde3989eae83e3b4f6fe19137772c109a01 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Wed, 4 May 2011 23:13:07 +0000 Subject: [PATCH] 2.0.9 OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=2 --- discount-2.0.4.tar.bz2 | 3 --- discount-2.0.9.tar.bz2 | 3 +++ discount.changes | 24 ++++++++++++++++++++++++ discount.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 discount-2.0.4.tar.bz2 create mode 100644 discount-2.0.9.tar.bz2 diff --git a/discount-2.0.4.tar.bz2 b/discount-2.0.4.tar.bz2 deleted file mode 100644 index 6889137..0000000 --- a/discount-2.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad44c2c2c68d1f74daf2767509e24df666bae272500664f9290d2ed8997b9b2b -size 78435 diff --git a/discount-2.0.9.tar.bz2 b/discount-2.0.9.tar.bz2 new file mode 100644 index 0000000..136a821 --- /dev/null +++ b/discount-2.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61871de7337e205f9241b196bdde08aaf54c51c03222140e7d8170ad22b2cdc +size 80783 diff --git a/discount.changes b/discount.changes index 8ff7584..d053785 100644 --- a/discount.changes +++ b/discount.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed May 04 23:08:49 UTC 2011 - pascal.bleser@opensuse.org + +- update to 2.0.9: no user-visible changes + +- changes from 2.0.8: + * changes and optimizations were made in table handling + * a collection of bug and documentation fixes were made + +- changes from 2.0.7: + * the PHP markdown-extra style footnotes were documented + * a new public function was added to modify the output that is generated for + them + * a few small typographical corrections were made to other manpages + +- changes from 2.0.6: + * support was added for PHP markdown extra footnotes + +- changes from 2.0.5: + * small tweaks to the table-of-contents generator + * a change to the arguments of linkyformat() for inside-tag formatting + * adds an expanded definition of CSS class names to include dashes and + underscores + ------------------------------------------------------------------- Sun Jan 16 00:17:08 CET 2011 - pascal.bleser@opensuse.org diff --git a/discount.spec b/discount.spec index 543f045..8a18599 100644 --- a/discount.spec +++ b/discount.spec @@ -1,7 +1,7 @@ # vim: set sw=4 ts=4 et nu: Name: discount -Version: 2.0.4 +Version: 2.0.9 %define soname 2 Release: 0 Summary: Markdown text to HTML converter