1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Release gperf-3.2.

* src/version.cc (version_string): Bump to 3.2.
* src/options.cc (Options::parse_options): Bump copyright year.
* tests/*.exp: Update.
* doc/gperf.texi: Bump date.
This commit is contained in:
Bruno Haible
2022-01-05 12:59:54 +01:00
parent 96ebd0b95d
commit 6d53a2dbe0
18 changed files with 29 additions and 21 deletions

View File

@@ -1,3 +1,11 @@
2022-01-05 Bruno Haible <bruno@clisp.org>
Release gperf-3.2.
* src/version.cc (version_string): Bump to 3.2.
* src/options.cc (Options::parse_options): Bump copyright year.
* tests/*.exp: Update.
* doc/gperf.texi: Bump date.
2021-06-06 Michael Drake <tlsa@netsurf-browser.org> (tiny change)
Honor --readonly-tables when outputting table for --ignore-case.