<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/README.rst, branch v11.0.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.0.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v11.0.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-04-30T20:36:58Z</updated>
<entry>
<title>Make 11.0.0 release</title>
<updated>2019-04-30T20:36:58Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-30T19:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9cd7a1932321c9b2ddbacde018740a824cd4ad9e'/>
<id>urn:sha1:9cd7a1932321c9b2ddbacde018740a824cd4ad9e</id>
<content type='text'>
Simplifies the filename calculation for .old files, in commit 4fed39d
("Never prepend '.' to $KCONFIG_CONFIG.old"). This makes it reliable to
refer to the backup file as $KCONFIG_CONFIG.old in scripts.

This is a backwards-incompatible change when $KCONFIG_CONFIG is set to a
filename that does not start with a '.', so the major version is
increased. Note that $KCONFIG_CONFIG is usually set to
&lt;some path&gt;/.config, so few people should be affected.
</content>
</entry>
<entry>
<title>Make 10.51.0 release</title>
<updated>2019-04-28T15:47:25Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-28T15:47:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=9fe13c03de16c341cd7ed40167216207b821ea50'/>
<id>urn:sha1:9fe13c03de16c341cd7ed40167216207b821ea50</id>
<content type='text'>
Makes sync_deps() safe to use in threaded scripts, in commit a664a6d
("Avoid chdir()ing in sync_deps()").
</content>
</entry>
<entry>
<title>Make 10.50.1 release</title>
<updated>2019-04-28T02:17:05Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-28T02:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8d27bfe5a9ac7bfd3147ef514e364e0990d54267'/>
<id>urn:sha1:8d27bfe5a9ac7bfd3147ef514e364e0990d54267</id>
<content type='text'>
Fixes an obscure menuconfig display issue, in commit 4b387e0
("menuconfig: Fix display issue for unsatisfied-deps selected symbol
with children").
</content>
</entry>
<entry>
<title>Make 10.50.0 release</title>
<updated>2019-04-27T13:10:20Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-27T13:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8729a239816ba692b560f6baa0dce0c079bb04e3'/>
<id>urn:sha1:8729a239816ba692b560f6baa0dce0c079bb04e3</id>
<content type='text'>
Adds a simple utility for initializing the configuration from an
existing configuration, in commit 4f1674f ("defconfig: Add script").
</content>
</entry>
<entry>
<title>defconfig: Add script</title>
<updated>2019-04-27T13:09:08Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-27T12:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=4f1674fc32224003931af4a74aa18168786ec9a2'/>
<id>urn:sha1:4f1674fc32224003931af4a74aa18168786ec9a2</id>
<content type='text'>
Simple script for initializing the configuration from an existing
configuration file (usually a minimal configuration).

Just copying the minimal configuration to .config would usually work,
due to Kconfig semantics, but having it be a full configuration file
from the start might be handier and less confusing.
</content>
</entry>
<entry>
<title>Add link to Zephyr CI checks</title>
<updated>2019-04-27T01:18:13Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-27T01:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=de8fa40a11e8a84b0388502147a346e00b6318a8'/>
<id>urn:sha1:de8fa40a11e8a84b0388502147a346e00b6318a8</id>
<content type='text'>
Might be handy in other projects.

Also clean up formatting a bit.
</content>
</entry>
<entry>
<title>Make 10.49.0 release</title>
<updated>2019-04-26T15:39:18Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-26T15:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=e998668b1aac49a97bc9b33fbb92d0d500508385'/>
<id>urn:sha1:e998668b1aac49a97bc9b33fbb92d0d500508385</id>
<content type='text'>
Improves menuconfig.py behavior slightly, in commit 61591f0
("menuconfig: Improve space/enter behavior slightly").
</content>
</entry>
<entry>
<title>Make 10.48.0 release</title>
<updated>2019-04-18T08:30:56Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-18T08:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b419eb3cd2050ce75d5b8a540c5b7359ec5d7455'/>
<id>urn:sha1:b419eb3cd2050ce75d5b8a540c5b7359ec5d7455</id>
<content type='text'>
Improves save/load UI design in the menuconfig, in commit 90c5573
("menuconfig: Remember last saved/loaded path and improve
_conf_changed").
</content>
</entry>
<entry>
<title>Make 10.47.0 release</title>
<updated>2019-04-17T13:15:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T13:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=adbae5bbd13a3ac313830959560aa7dbb1e4d00f'/>
<id>urn:sha1:adbae5bbd13a3ac313830959560aa7dbb1e4d00f</id>
<content type='text'>
Adds a (perhaps not noticeable) performance improvement to the
menuconfig, in commit a47615f ("menuconfig: Prune _shown_nodes()
recursion").
</content>
</entry>
<entry>
<title>Make 10.46.1 release</title>
<updated>2019-04-17T01:47:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-04-17T01:45:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c74e147201f7998b3a848db741d8c6b7b7e1772d'/>
<id>urn:sha1:c74e147201f7998b3a848db741d8c6b7b7e1772d</id>
<content type='text'>
Fixes a display issue for m/y-valued 'menuconfig' symbols with disabled
optional prompts and visible children, in commit 37c6984 ("menuconfig:
Fix display issue for optional-prompt menuconfigs").
</content>
</entry>
</feed>
