Skip to content

Commit

Permalink
Document updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed Aug 29, 2020
1 parent 5d7edae commit 1f0ccfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
2020.08.29 Kentaro Fukuchi <[email protected]>
[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 <[email protected]>
[develop]
Expand Down
7 changes: 3 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1f0ccfc

Please sign in to comment.