summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-12-06 23:58:27 +0100
committerpgen <p.gen.progs@gmail.com>2021-12-06 23:58:27 +0100
commit37c5da85c392af168c59e7d441b672ef399d370d (patch)
treea397f265ba40d954d6b0dd87a21f1a4c19373e4f
parent67a42a56d5de9da6725737879f717923e3dc4401 (diff)
Update the changelog
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 121969f..e846b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+- Up to now.
+* Fixes:
+ * Prevent an attempt to free memory that has already been freed.
+ * Prevent memory leaks when requesting help.
+ * Correctly handle the order of invocation of -i/-e options.
+ * Apply a PR from h1z1 with a small correction.
+ * Fix the UTF-8 byte sequence generation from a given UCS-4 codepoint.
+ * Many small fixes.
+* Improvements:
+ * Improve the documentation.
+ * Improve compatibility with some older compilers.
+ * Added the ability to set a global inactivity timeout.
+ * Improve the reliability of the code.
+* Miscellaneous:
+ * Removed the generation of the SUSE specific specfile.
+ * Many typos have been corrected.
+ * Various code simplifications.
+
- Version 0.9.18
* Fixes:
* A mismatch between signed and unsigned chars has been corrected.