<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/README.rst, branch v11.5.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.5.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.5.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-05-22T07:06:05Z</updated>
<entry>
<title>Make 11.5.0 release</title>
<updated>2019-05-22T07:06:05Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-22T07:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7e0b9f7ae124e87c706bfa6f7b467e67215d3fca'/>
<id>urn:sha1:7e0b9f7ae124e87c706bfa6f7b467e67215d3fca</id>
<content type='text'>
Fixes a minor menuconfig interface bug in commit f962269 ("menuconfig:
Fix inconsistent top/bottom scroll offset due to off-by-one").

Some doc tweaks are included as well:

 - Commit 841ab04 ("Mention that .config can be brought up-to-date via
   menuconfig/guiconfig")

 - Commit f8978b0 ("Say "removes" instead of "resets" in the
   unset_value(s)() docstring")
</content>
</entry>
<entry>
<title>Mention that .config can be brought up-to-date via menuconfig/guiconfig</title>
<updated>2019-05-22T07:04:52Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-22T07:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=841ab04973a1f42cfafea41835bb8d09df15dbd6'/>
<id>urn:sha1:841ab04973a1f42cfafea41835bb8d09df15dbd6</id>
<content type='text'>
Good to know.
</content>
</entry>
<entry>
<title>Make 11.4.0 release</title>
<updated>2019-05-19T01:16:59Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-19T01:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=98dcbc03b0f5574ccd17aee9ea7d82636624e312'/>
<id>urn:sha1:98dcbc03b0f5574ccd17aee9ea7d82636624e312</id>
<content type='text'>
 - Commit aed7b40 ("Add guiconfig to PHONY in Makefile patch")

 - Commit 50ded1d ("Make .config.old easier to discover")
</content>
</entry>
<entry>
<title>Make .config.old easier to discover</title>
<updated>2019-05-19T01:07:47Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-19T01:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=50ded1daebc6cc7e133ac02912fd184aba5f642d'/>
<id>urn:sha1:50ded1daebc6cc7e133ac02912fd184aba5f642d</id>
<content type='text'>
Mention that the old version of an overwritten configuration file is
saved to &lt;filename&gt;.old in a few different places, to make it easier to
discover.
</content>
</entry>
<entry>
<title>Add installation instructions for tkinter</title>
<updated>2019-05-14T21:36:17Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-14T21:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=67be3f0be01185ab2e7a0460c30dd939236b4f8c'/>
<id>urn:sha1:67be3f0be01185ab2e7a0460c30dd939236b4f8c</id>
<content type='text'>
Not installed by default on many Linux systems, despite being part of
the Python standard library.
</content>
</entry>
<entry>
<title>Make 11.3.0 release</title>
<updated>2019-05-11T12:30:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-11T12:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=72e4c8d2ac5eb3fbd801476787960884de727109'/>
<id>urn:sha1:72e4c8d2ac5eb3fbd801476787960884de727109</id>
<content type='text'>
Improves dependency-related documentation a bit, in commit 95b80e1
("Clarify direct_dep and dep documentation").
</content>
</entry>
<entry>
<title>Make 11.2.0 release</title>
<updated>2019-05-10T22:38:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-10T22:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=ec30eb4da88803252524dfe9c64f12af0820887d'/>
<id>urn:sha1:ec30eb4da88803252524dfe9c64f12af0820887d</id>
<content type='text'>
Improves documentation for the Symbol/Choice.referenced attribute, in
commit 814e2de ("Improve the 'referenced' docstring").
</content>
</entry>
<entry>
<title>Link ESP-IDF scripts</title>
<updated>2019-05-10T13:19:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-10T13:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=7188124edfcc9b40006e469078711a3815176045'/>
<id>urn:sha1:7188124edfcc9b40006e469078711a3815176045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make 11.1.0 release</title>
<updated>2019-05-03T04:16:49Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-03T04:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=ae147b3d2727b222653183b5abf77e38c052b595'/>
<id>urn:sha1:ae147b3d2727b222653183b5abf77e38c052b595</id>
<content type='text'>
Adds a Python 2/3-compatible GUI menuconfig, in commit 9be6b7b
("guiconfig: Add a Tkinter-based menuconfig").

See that commit and the updated README for a longer description.
</content>
</entry>
<entry>
<title>Mention where _USE_EMBEDDED_IMAGES is</title>
<updated>2019-05-03T04:14:39Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-03T04:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=36d0734355fc45085af407b0f89c994564d5b53a'/>
<id>urn:sha1:36d0734355fc45085af407b0f89c994564d5b53a</id>
<content type='text'>
</content>
</entry>
</feed>
