From 1f0ccfc624ab0718cff67383a4ccc6c39c672f74 Mon Sep 17 00:00:00 2001 From: Kentaro Fukuchi Date: Sat, 29 Aug 2020 16:20:25 +0900 Subject: [PATCH] Document updates. --- ChangeLog | 8 ++++++-- NEWS | 7 +++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 49668788..2186126c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ 2020.08.29 Kentaro Fukuchi [release-4.1.0] - * .github/workflows/{cmake,configure}.yml: + * .github/workflows/{cmake,configure,cmake-windows}.yml: - Github actions CI scripts have been added. * tests/test_bitstream.c: - Fixed memory leak. - * configure.ac, tests/prof_qrencode.c: + * configure.ac, tests/{prof,pthread}_qrencode.c: - Make configure to define HAVE_SYS_TIME_H in config.h. + * CMakeLists.txt: + - 'wingetopt' has been replaced to 'getopt'. + * qrencode.c, tests/test_qrencode.c: + - ECLEVEL check has been improved. 2020.08.28 Kentaro Fukuchi [develop] diff --git a/NEWS b/NEWS index e12f166c..0b5e5492 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,15 @@ libqrencode NEWS - Overview of changes ====================================== -Version 4.1.0 (2020.8.28) +Version 4.1.0 (2020.8.29) ------------------------- -* Micro QR Code no longer requires to specify the version number. -* 'make check' allows to run the test programs. (Thanks to Jan Tojnar) * Command line tool "qrencode" has been improved: * New option "--inline" has been added. (Thanks to @jp-bennett) * New option "--strict-version" has been added. * UTF8 mode now supports ANSI256 color. (Thanks to András Veres- Szentkirályi) - +* Micro QR Code no longer requires to specify the version number. +* 'make check' allows to run the test programs. (Thanks to Jan Tojnar) * Some compile time warnings have been fixed. * Various CMake support improvements. (Thanks to @mgorny and @sdf5) * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)