KDE 4.2.3 tagging upcoming tomorrow 23:59 UTC
Rolf Eike Beer
kde at opensource.sf-tec.de
Sun May 3 20:41:17 CEST 2009
Am Dienstag 28 April 2009 schrieb Dirk Mueller:
> Hi,
>
> KDE 4.2.3 tagging is scheduled for tomorrow around 23:59 UTC. Pleasemake
> sure that your fixes are included and backported to 4.2 branch until then.
>
> If there are outstanding bugs that must be fixed before 4.2.3, please tag
> them with the "kde-4.2.3-blocker" keyword in bugzillaand I'll review the
> list.
While I was cleaning up the code of KGpg trunk today I found some things also
wrong in branches/4.2/kdeutils/kgpg/ and now fixed there to. Please judge
which of them you find acceptable for 4.2.3:
r962821 (fixed by r962835)
Fixed a memleak, the objects were created without parents and never deleted.
r962827
Removed i18n concatenations, instead of "foo + ' ' + i18n("Default")" now
"i18n("%1 (Default)", foo)" is used. That "new" string was already used for
the same thing on other places, so this has no impact on i18n.
r962851
Moved a lone checkbox and label to a layout with a related item. So instead of
a
---
b
---
a'
---
there is now
---
b
---
a'
a
---
There is no functional or i18n change in this, just the ordering of the gui
objects is slightly different (and IMHO less confusing).
Greetings,
Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/release-team/attachments/20090503/e914d756/attachment.sig
More information about the release-team
mailing list