<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v11.4.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.4.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.4.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-05-19T01:16:59Z</updated>
<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>
<entry>
<title>Comment nit</title>
<updated>2019-05-19T00:26:10Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-17T19:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=a75e073072399aa59fa52a0a0e02cbc1e9722dca'/>
<id>urn:sha1:a75e073072399aa59fa52a0a0e02cbc1e9722dca</id>
<content type='text'>
</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>Clarify direct_dep and dep documentation</title>
<updated>2019-05-11T12:27:25Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-05-11T12:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=95b80e16c4541089a8c5e33f73bbbac7a7f8ba8b'/>
<id>urn:sha1:95b80e16c4541089a8c5e33f73bbbac7a7f8ba8b</id>
<content type='text'>
 - Mention that having no direct dependencies corresponds to having y
   direct dependencies

 - Remove the note about how direct_dep is used internally. It's also
   used for the select-with-unsatisfied-deps warning.

 - Remove the note about how checking direct_dep might be "redundant"
   since it's propagated. direct_dep can be useful in scripts still, and
   maybe it could scare people away from it.

 - Say 'surrounding menus and ifs' instead of of 'parent' in the 'dep'
   docstring

 - Fix two s/config/kconfig/ typos
</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>
</feed>
