summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-05-19 00:11:42 +0200
committerpgen <p.gen.progs@gmail.com>2022-05-19 18:15:10 +0200
commit90e0add8ef7d92660c321b8b1538fccbf522b689 (patch)
tree9cdbf9a318261d338fd74e8ff6b5b8a4c684f2d9 /ChangeLog
parent27017155e22a5796da1935d61ed8d81422e916d7 (diff)
Prepare for 1.0.0 RC1 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6adff7..692c979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+- Version 1.0.0.RC1
+* 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.
+ * Fixed color and attribute parsing.
+ * Remove some bad code and fix a related test.
+* Improvements:
+ * Update to autoconf 2.71.
+ * Added "invisible" style attribute (n).
+ * Prevent smenu from running in the background.
+ * Catch and handle SIGPIPE signal.
+* Miscellaneous:
+ * Code simplifications.
+ * Removal of some unnecessary parameter.
+ * Simplification of some if-then-else statements.
+ * Fixed typos in the README.
- Version 0.9.19
* Fixes:
* Prevent an attempt to free memory that has already been freed.