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 186ccf5 commit 0f6149e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ libqrencode NEWS - Overview of changes
Version 4.1.0 (2020.8.29)
-------------------------
* Command line tool "qrencode" has been improved:
* New option "--inline" has been added. (Thanks to @jp-bennett)
* 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-
* 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)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install libqrencode
./vcpkg install libqrencode
```

The libqrencode port in vcpkg is kept up to date by Microsoft team members and
Expand Down Expand Up @@ -218,13 +218,14 @@ Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q
- bug fix patch
* @4061N - performance improvement patch
* Rosen Penev (@neheb) - CMake bug fix patch
* Mika Lindqvist (@mtl1979)
- replacement for gettimeofday() for Windows.
* Shigeyuki Hirai, Paul Janssens, wangsai, Gavan Fantom, Matthew Baker,
Rob Ryan, Fred Steinhaeuser, Terry Burton, @chisj, @vlad417, Petr,
Hassan Hajji, Emmanuel Blot, ßlúèÇhîp, Heiko Becker, Gavin Andresen,
David Binderman, @ralgozino, Sean McMurray, Vlad Bespalov (@win32asm),
Antenore Gatta, Yoshimichi Inoue, Sunil Maganally, Norman Gray,
Danomi Manchego, @minus7, Ian Sweet, @qianchenglenger, Ronald Michaels,
Yuji Ueno, Jakub Wilk, @KangLin, @c-273, @thebunnyrules, @NancyLi1013,
Frédéric Wang, Dan Jacobson, Mika Lindqvist, Jan Tojnar, @xiaoyur347,
@charmander
Frédéric Wang, Dan Jacobson, Jan Tojnar, @xiaoyur347, @charmander
- bug report / suggestion / typo fixes

0 comments on commit 0f6149e

Please sign in to comment.