summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Noll <maan@tuebingen.mpg.de>2024-05-05 19:58:26 +0200
committerAndre Noll <maan@tuebingen.mpg.de>2024-05-06 02:31:44 +0200
commit53e6709625595f6caafb7a3d92fd7a2f9858c177 (patch)
treeedc7965b36e4991706eb7d0fbe90e38a6cae0da7 /NEWS
parent1c92dba620eba8f40a18e231cfae186e96793cc1 (diff)
Add NEWS file.HEADv1.0.2master
It's generally a good idea to summarize the changes of each version.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f6fa344
--- /dev/null
+++ b/NEWS
@@ -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