diff options
| -rw-r--r-- | NEWS | 22 | ||||
| -rw-r--r-- | debian/changelog | 6 |
2 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,22 @@ +------------------ +1.0.2 (2024-05-05) +------------------ +* Cross build fix from Helmut Grohne +* Improved error diagnostics +* Prefer https:// over http:// and git:// +* debian/ is now maintained in a dedicated branch (suggested by Andreas Metzler) + +------------------ +1.0.1 (2019-09-05) +------------------ +* Add ~200 tagged epigrams +* Use system-wide epigram directory +* Make the build reproducible +* Man page goes to section 1 +* Fix a division by zero bug +* Fix a couple of memory leaks + +------------------ +1.0.0 (2018-03-19) +------------------ +* First public version diff --git a/debian/changelog b/debian/changelog index aecfdc6..e37d1d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tfortune (1.0.2-1) unstable; urgency=low + + * Incorporate non-debian changes since v1.0.1 + + -- Andre Noll <maan@tuebingen.mpg.de> Mon, 06 May 2024 02:44:29 +0200 + tfortune (1.0.1-3) unstable; urgency=low * Improved error diagnostics |
