<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/README.rst, branch v13.0.0</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v13.0.0</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v13.0.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2019-10-05T21:30:22Z</updated>
<entry>
<title>Make 13.0.0 release (with Windows packaging change)</title>
<updated>2019-10-05T21:30:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-10-05T19:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=068bc48cb60bac7b7c241e313b60e7f7707c07f3'/>
<id>urn:sha1:068bc48cb60bac7b7c241e313b60e7f7707c07f3</id>
<content type='text'>
Adds commit 21b4c1e ("Do not automatically install windows-curses on
Windows"), which fixes installation on MSYS2. See that commit for an
explanation, and this issue: https://github.com/ulfalizer/Kconfiglib/issues/77

Also adds commit 72e3d20 ("menuconfig: Give hint when 'curses' can't be
imported on Windows"), to make it easy for users to know what to do if
stuff breaks.

Sorry if this change caused problems!
</content>
</entry>
<entry>
<title>Do not automatically install windows-curses on Windows</title>
<updated>2019-10-05T20:06:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-10-05T19:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=21b4c1e3b6e2867b9a0788d21a358f6b1f581d86'/>
<id>urn:sha1:21b4c1e3b6e2867b9a0788d21a358f6b1f581d86</id>
<content type='text'>
It breaks installation with pip on MSYS2, and Kconfiglib can still be
useful without the terminal menuconfig.

Unfortunately, MSYS2 seems tricky to identify via environment markers
(https://www.python.org/dev/peps/pep-0508/#environment-markers).

This has breakage/annoyance potential, as windows-curses now needs to be
installed manually. The major Kconfiglib version will be increased.
Sorry if this change caused problems!

Fixes: #77
</content>
</entry>
<entry>
<title>Mention that the header is sorted by definition location</title>
<updated>2019-10-05T20:06:43Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-10-05T20:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=bc6345d7fee1a7200bef5d717d1b2d00264d9e01'/>
<id>urn:sha1:bc6345d7fee1a7200bef5d717d1b2d00264d9e01</id>
<content type='text'>
Handy to know.
</content>
</entry>
<entry>
<title>Make linux-next dependency loop fix easier to notice in README</title>
<updated>2019-09-28T13:39:35Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-09-28T12:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8351aabf36dff1de6f2688b131f043ae1366c1ec'/>
<id>urn:sha1:8351aabf36dff1de6f2688b131f043ae1366c1ec</id>
<content type='text'>
Piggyback fixing a typo.
</content>
</entry>
<entry>
<title>Link patch with fix for dependency loop</title>
<updated>2019-09-27T18:20:19Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-09-27T18:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=57ae0eefb002916963127a1990a4b0641acc10f8'/>
<id>urn:sha1:57ae0eefb002916963127a1990a4b0641acc10f8</id>
<content type='text'>
Sent upstream.</content>
</entry>
<entry>
<title>Make 12.14.1 release</title>
<updated>2019-09-26T09:52:59Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-09-26T09:51:18Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f877b16b3432a2f68a7079877370cce3fe47918f'/>
<id>urn:sha1:f877b16b3432a2f68a7079877370cce3fe47918f</id>
<content type='text'>
Fixes a preprocessor issue, in commit 720ce88 ("Fix handling of
parentheses in macro argument values").
</content>
</entry>
<entry>
<title>Make 12.14.0 release</title>
<updated>2019-09-04T19:16:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-09-04T19:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=f2ce282eca6537210d83f9f0d2c753c2b280943c'/>
<id>urn:sha1:f2ce282eca6537210d83f9f0d2c753c2b280943c</id>
<content type='text'>
Adds commit 26e1db6 ("Allow preprocessor user functions to access the
parsing location").
</content>
</entry>
<entry>
<title>Make 12.13.0 release</title>
<updated>2019-08-03T15:02:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-08-03T14:27:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=87856f23b359daece6b2a22c42290e2ef4bd479e'/>
<id>urn:sha1:87856f23b359daece6b2a22c42290e2ef4bd479e</id>
<content type='text'>
Mostly to get some cleanups into a release, but adds a tiny improvement
in commit a4b5775 ("menuconfig/guiconfig: Print 'default:' with no 's'
if there's just one").
</content>
</entry>
<entry>
<title>Fix duplicated label names in README</title>
<updated>2019-08-03T15:02:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-08-03T14:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b94308a1afab1b4c13a2cb3144d9d6a3c740eae0'/>
<id>urn:sha1:b94308a1afab1b4c13a2cb3144d9d6a3c740eae0</id>
<content type='text'>
Made PyPI complain.
</content>
</entry>
<entry>
<title>Fix kernel Kconfig doc links</title>
<updated>2019-07-13T10:20:31Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2019-07-13T10:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=dd2ab68f92aa2a5f140f3d5f68d6bfb2079b12a6'/>
<id>urn:sha1:dd2ab68f92aa2a5f140f3d5f68d6bfb2079b12a6</id>
<content type='text'>
They were converted to RST. Link to rendered versions.
</content>
</entry>
</feed>
