<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.19.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2016-01-20T12:41:24+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2016-01-20T12:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2639e721ee40817a731f551f4d27a475db073245'/>
<id>2639e721ee40817a731f551f4d27a475db073245</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt 5.3 is required, remove code for &lt; 5.3</title>
<updated>2016-01-02T16:15:14+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2016-01-02T16:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4ca3442fe635500a0f33209bf228dcb4183db779'/>
<id>4ca3442fe635500a0f33209bf228dcb4183db779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure KonfUpdate's fields are all initialized.</title>
<updated>2015-12-30T03:48:00+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-30T03:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2ebffd8e220b0f92a0a288a717d122018767a6b4'/>
<id>2ebffd8e220b0f92a0a288a717d122018767a6b4</id>
<content type='text'>
These fields should all be written to before they are read during normal
operation, but this ensures they have a sensible default in case they are not.

Coverity issue 1291513.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These fields should all be written to before they are read during normal
operation, but this ensures they have a sensible default in case they are not.

Coverity issue 1291513.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable in KConfigPrivate</title>
<updated>2015-12-30T00:37:26+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-29T05:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=df3440f328405623de927595b4555e06600d5626'/>
<id>df3440f328405623de927595b4555e06600d5626</id>
<content type='text'>
This seems to be left over from KDE 3.5 times, and isn't referenced anywhere
in the code.  Since its a private header, just remove.

Found by Coverity, issue 1175531.

REVIEW: 126555
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to be left over from KDE 3.5 times, and isn't referenced anywhere
in the code.  Since its a private header, just remove.

Found by Coverity, issue 1175531.

REVIEW: 126555
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure group is unescaped properly in kconf_update.</title>
<updated>2015-12-30T00:34:38+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-29T05:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=55bf90ff787f4e84947a5df833f66082e54016df'/>
<id>55bf90ff787f4e84947a5df833f66082e54016df</id>
<content type='text'>
During a kconf_update run, an invalid group name may be treated as correct
even though the name failed to unescape.  This leads the group name to be
a null character, which will fail.

If the unescape failed, return that failure status instead.  This should have
no impact, as the previous result would have been wrong anyways.  Now a
more useful diagnostic will be returned instead.

Update the unit tests to ensure this issue is tested in the future.

Found in Coverity issue 258087.

REVIEW: 126556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During a kconf_update run, an invalid group name may be treated as correct
even though the name failed to unescape.  This leads the group name to be
a null character, which will fail.

If the unescape failed, return that failure status instead.  This should have
no impact, as the previous result would have been wrong anyways.  Now a
more useful diagnostic will be returned instead.

Update the unit tests to ensure this issue is tested in the future.

Found in Coverity issue 258087.

REVIEW: 126556
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate branch in kconfig_compiler.cpp</title>
<updated>2015-12-29T05:30:50+00:00</updated>
<author>
<name>Matthew Dawson</name>
<email>matthew@mjdsystems.ca</email>
</author>
<published>2015-12-29T05:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=837edaabc446b946fca5f318ae53ad305eab13fd'/>
<id>837edaabc446b946fca5f318ae53ad305eab13fd</id>
<content type='text'>
This has been around for a long time, no need to dupilcate.

Coverity issue 1289077.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been around for a long time, no need to dupilcate.

Coverity issue 1289077.
</pre>
</div>
</content>
</entry>
<entry>
<title>gui: add a small apidox bit for the KConfigGui namespace</title>
<updated>2015-12-23T22:32:09+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2015-12-23T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7a6d0d0d7b712e326fe787316d0a98e653ceb6f2'/>
<id>7a6d0d0d7b712e326fe787316d0a98e653ceb6f2</id>
<content type='text'>
This way it can be shown in the apidox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way it can be shown in the apidox.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some Clazy warnings</title>
<updated>2015-12-23T14:57:57+00:00</updated>
<author>
<name>Imran Tatriev</name>
<email>itatriev@gmail.com</email>
</author>
<published>2015-12-23T14:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=74d30c02373383748219318372907539d8259250'/>
<id>74d30c02373383748219318372907539d8259250</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2015-11-21T19:21:44+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-11-21T19:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=417c7300ef01cc3aa0d11f8e5506d365855019e2'/>
<id>417c7300ef01cc3aa0d11f8e5506d365855019e2</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2015-11-04T17:04:03+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-11-04T17:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=12399c3558a124bb3ba7e782842889c50043454d'/>
<id>12399c3558a124bb3ba7e782842889c50043454d</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
</feed>
