<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.9.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Commit translations from l10n-kf5</title>
<updated>2015-04-04T12:01:38+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-04-04T12:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=6b793d74401c83e0239f10186ecf6fa737c8f3a0'/>
<id>6b793d74401c83e0239f10186ecf6fa737c8f3a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.9.0 release.</title>
<updated>2015-04-04T11:47:18+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-04-04T11:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=8b0b6a14688bc2b3785b646d13c78cd54de73262'/>
<id>8b0b6a14688bc2b3785b646d13c78cd54de73262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: fix using KSharedConfig in global object destructor.</title>
<updated>2015-04-04T11:44:01+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2015-04-04T11:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d'/>
<id>ee599bfa17f7e56b0db1a4afbbfe929ec90f2c9d</id>
<content type='text'>
ksharedconfig_in_global_object.cpp is now in kdelibs4 too
(where it works) and reproduces Albert's KgDifficulty testcase.

CHANGELOG: fix assert when using KSharedConfig in a global object destructor.
REVIEW: 122232
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ksharedconfig_in_global_object.cpp is now in kdelibs4 too
(where it works) and reproduces Albert's KgDifficulty testcase.

CHANGELOG: fix assert when using KSharedConfig in a global object destructor.
REVIEW: 122232
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade KF5 version to 5.9.0.</title>
<updated>2015-04-04T07:57:10+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-04-04T07:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=731a9b83f4bd1f2dc840cfae84edcd0b533810aa'/>
<id>731a9b83f4bd1f2dc840cfae84edcd0b533810aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize mParamMax coverty report 1289403</title>
<updated>2015-03-22T06:57:26+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-03-22T06:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d50b15ccbcd3125bab06075eceb6a7e274ba7503'/>
<id>d50b15ccbcd3125bab06075eceb6a7e274ba7503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mini-optimization by fixing defects found by coverity and using QByteArrayLiteral</title>
<updated>2015-03-20T22:12:43+00:00</updated>
<author>
<name>Nick Shaforostoff</name>
<email>shafff@ukr.net</email>
</author>
<published>2015-03-20T22:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5a8fe6681fdb283fdf22fefaca7d19ccfc43c7cd'/>
<id>5a8fe6681fdb283fdf22fefaca7d19ccfc43c7cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to generate qloggingcategories support.</title>
<updated>2015-03-17T06:30:46+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-03-09T20:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=094c91f86baf1e82e55b435c07c5ba37ff107dd9'/>
<id>094c91f86baf1e82e55b435c07c5ba37ff107dd9</id>
<content type='text'>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

REVIEW: 122931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new variable to specify it in *.kcfgc : "CategoryLoggingName"

CHANGELOG: Allow to generate file with qloggingcategories support.

REVIEW: 122931
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade ECM and KF5 version requirements for 5.8.0 release.</title>
<updated>2015-02-25T14:17:49+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2015-02-25T14:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=270b5ef5abd5b0db5670ffb4473a161e0553e396'/>
<id>270b5ef5abd5b0db5670ffb4473a161e0553e396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>not necessary to have virtual + Q_DECL_OVERRIDE</title>
<updated>2015-02-25T07:51:58+00:00</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2015-02-25T07:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=9fed4e3bbe5e72641d9793badb090290ce237fae'/>
<id>9fed4e3bbe5e72641d9793badb090290ce237fae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid code path that leaves local config locked</title>
<updated>2015-02-19T10:49:31+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2015-02-12T21:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5a28172868cdc51607e0e87172d4d4fb6f01b896'/>
<id>5a28172868cdc51607e0e87172d4d4fb6f01b896</id>
<content type='text'>
The local config file gets locked on line 415, if we return early we
need to unlock it.

REVIEW: 122549
BUG: 344032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The local config file gets locked on line 415, if we return early we
need to unlock it.

REVIEW: 122549
BUG: 344032
</pre>
</div>
</content>
</entry>
</feed>
