Skip to content

Commit 1f0ccfc

Browse files
committed
Document updates.
1 parent 5d7edae commit 1f0ccfc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
2020.08.29 Kentaro Fukuchi <[email protected]>
22
[release-4.1.0]
3-
* .github/workflows/{cmake,configure}.yml:
3+
* .github/workflows/{cmake,configure,cmake-windows}.yml:
44
- Github actions CI scripts have been added.
55
* tests/test_bitstream.c:
66
- Fixed memory leak.
7-
* configure.ac, tests/prof_qrencode.c:
7+
* configure.ac, tests/{prof,pthread}_qrencode.c:
88
- Make configure to define HAVE_SYS_TIME_H in config.h.
9+
* CMakeLists.txt:
10+
- 'wingetopt' has been replaced to 'getopt'.
11+
* qrencode.c, tests/test_qrencode.c:
12+
- ECLEVEL check has been improved.
913

1014
2020.08.28 Kentaro Fukuchi <[email protected]>
1115
[develop]

NEWS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
libqrencode NEWS - Overview of changes
22
======================================
33

4-
Version 4.1.0 (2020.8.28)
4+
Version 4.1.0 (2020.8.29)
55
-------------------------
6-
* Micro QR Code no longer requires to specify the version number.
7-
* 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
86
* Command line tool "qrencode" has been improved:
97
* New option "--inline" has been added. (Thanks to @jp-bennett)
108
* New option "--strict-version" has been added.
119
* UTF8 mode now supports ANSI256 color. (Thanks to András Veres-
1210
Szentkirályi)
13-
11+
* Micro QR Code no longer requires to specify the version number.
12+
* 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
1413
* Some compile time warnings have been fixed.
1514
* Various CMake support improvements. (Thanks to @mgorny and @sdf5)
1615
* Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)

0 commit comments

Comments
 (0)