summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-05-19 17:41:44 +0200
committerpgen <p.gen.progs@gmail.com>2022-05-20 10:52:00 +0200
commitfd6694a3fba6fa87ed44819998ca1912431d5b32 (patch)
treeb1979e5882d50a55a1573daa633d0410526352a8
parent1a418383be493222ae261d28d92c5bb465571271 (diff)
Bump to release 1.0.0.RC1v1.0.0.RC1
-rw-r--r--ChangeLog14
1 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 692c979..5b721dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,25 +2,23 @@
* Fixes:
* Fix configure.ac for autoconf >= 2.70.
* Fixed a bug in the bash example in the README.
- * Improve the manual.
* Synchronization with the commit 9ddac73 of ctxopt on github.
* Use the right format to print size_t values (C99).
* Add a missing break.
- * Removal of unnecessary code.
- * Fix a potential segfault when allocating ini paths.
- * Added a note on UTF-8 canonical forms in the manual.
+ * Fix a potential segfault when allocating .ini paths.
* Fixed color and attribute parsing.
- * Remove some bad code and fix a related test.
+ * Fix some tests.
* Improvements:
* Update to autoconf 2.71.
* Added "invisible" style attribute (n).
* Prevent smenu from running in the background.
* Catch and handle SIGPIPE signal.
+ * Improve the manual.
* Miscellaneous:
- * Code simplifications.
+ * Various code simplifications.
* Removal of some unnecessary parameter.
- * Simplification of some if-then-else statements.
- * Fixed typos in the README.
+ * Removal of unnecessary code.
+ * Fixed typos in the README file.
- Version 0.9.19
* Fixes:
* Prevent an attempt to free memory that has already been freed.