<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, 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>Say "removes" instead of "resets" in the unset_value(s)() docstring</title>
<updated>2019-05-22T06:52:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-22T06:50:08Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f8978b04779aeae790b205a22f68cee0af2e4e5b'/>
<id>urn:sha1:f8978b04779aeae790b205a22f68cee0af2e4e5b</id>
<content type='text'>
Clearer.
</content>
</entry>
<entry>
<title>menuconfig: Fix inconsistent top/bottom scroll offset due to off-by-one</title>
<updated>2019-05-22T06:30:53Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-22T06:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f9622694c5221a0b0f74bf345c5ef832ed79c16a'/>
<id>urn:sha1:f9622694c5221a0b0f74bf345c5ef832ed79c16a</id>
<content type='text'>
The scroll offset when scrolling up was one more than when scrolling
down, due to an off-by-one.
</content>
</entry>
<entry>
<title>Simplify iscriptconfig target in Makefile patch</title>
<updated>2019-05-21T09:17:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-21T09:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=383c8b8a998d05dc0631228bf8c1c5c92f9c9738'/>
<id>urn:sha1:383c8b8a998d05dc0631228bf8c1c5c92f9c9738</id>
<content type='text'>
Interpolate $(Kconfig) directly into the Python code and get rid of the
separate argument. This also gets rid of the old ipython workaround, and
might prevent similar gotchas in general.
</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>Remove some comments re. setup.py entry points</title>
<updated>2019-05-19T01:10:37Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-19T01:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=382fd59d9f6f529160b0628f568c58c185338e83'/>
<id>urn:sha1:382fd59d9f6f529160b0628f568c58c185338e83</id>
<content type='text'>
Only appeared in two of the scripts, and main() is such a common
convention anyway.
</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 guiconfig to PHONY in Makefile patch</title>
<updated>2019-05-19T00:32:21Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-19T00:32:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=aed7b408e777e369e6f464a8c2237d3c0504beab'/>
<id>urn:sha1:aed7b408e777e369e6f464a8c2237d3c0504beab</id>
<content type='text'>
Oversight.
</content>
</entry>
<entry>
<title>String repetition consistency nit</title>
<updated>2019-05-19T00:26:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-19T00:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=57e3aa38707a5b827d987b10dbf999e7081076cd'/>
<id>urn:sha1:57e3aa38707a5b827d987b10dbf999e7081076cd</id>
<content type='text'>
</content>
</entry>
</feed>
