diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-27 17:14:54 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-27 17:21:16 +0200 |
| commit | 0100bb05fba211ceea21b83697b7bcfd5e2e0bd7 (patch) | |
| tree | f766459b3c5c85e1f4644e18147c11da133a2cc2 /README.rst | |
| parent | dd133fe034274ea6bdd2c738241191087a92a3c7 (diff) | |
Make 1.0.3 releasev1.0.3
Fixes two minor issues that didn't trigger for the kernel defconfigs but
were found by inspecting the Kconfig C sources:
- 5f3d307 (Fix 'default' on non-visible choice symbols)
- f76a524 (Hide non-tristate symbols in non-y tristate choices)
Also includes some minor optimizations and a lot of code cleanups,
including prefixing all internal identifiers with _.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ installed with e.g. $ pip(3) install kconfiglib --user -All releases have a corresponding tag in the git repository, e.g. ``v1.0.2``. +All releases have a corresponding tag in the git repository, e.g. ``v1.0.3``. `Semantic versioning <http://semver.org/>`_ is used. Installation for the Linux kernel |
