Hi, here a patch for KPowersave v0.6.0. This patch fixes problems with the KNotify eventsrc file and remove bad formated UTF-8 which merged in by translation.
If you maintain or package KPowersave for a distribution, you should add the patch (also included a little typo fix in the release news) until we release v0.6.1 . Cherrs, Danny ChangeLog | 5 +++++ NEWS | 2 +- doc/doxy/fixed_bugs.dox | 2 ++ src/eventsrc | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-)
Index: NEWS =================================================================== --- NEWS (revision 2190) +++ NEWS (working copy) @@ -8,7 +8,7 @@ Thanks to all persons which helped to develop KPowersave with patches, testing new unstable versions and report bugs back to us. A special thanks to: - Holger Macht, Stefan Seyfied, Michael Biebl, Daniel Gollub + Holger Macht, Stefan Seyfried, Michael Biebl, Daniel Gollub and last but not least SUSE/Novell. Danny Kukawka Index: src/eventsrc =================================================================== --- src/eventsrc (revision 2198) +++ src/eventsrc (working copy) @@ -1,4 +1,4 @@ -[!Global!] +[!Global!] IconName=kpowersave Comment=KPowersave Comment[de]=KPowersave Index: ChangeLog =================================================================== --- ChangeLog (revision 2200) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2006-04-12 Danny Kukawka <[EMAIL PROTECTED]> + + * doc/doxy/fixed_bugs.dox: added fixed bug to doc + * src/eventsrc: removed bad formated UTF8 + 2006-04-09 Danny Kukawka <[EMAIL PROTECTED]> Retagged v0.6.0 and released new version. Index: doc/doxy/fixed_bugs.dox =================================================================== --- doc/doxy/fixed_bugs.dox (revision 2198) +++ doc/doxy/fixed_bugs.dox (working copy) @@ -4,6 +4,8 @@ * * You will find the newest bugs at the top of this list. * +* \li Bug \b #165462 - kpowersave: knotify messages have a strange source \n \n +* Fixed bad UTF in eventsrc from translation. * \li Bug \b #134683 - KPowersave: Disables CPUs show as "Processor 2: 100% 734017 MHz" \n \n * Fixed update processor info on machines with more than one CPU/Core and/or no CPUFreq support. * Check now every two seconds for updates/changes in /sys and /proc.
_______________________________________________ powersave-devel mailing list [email protected] http://forge.novell.com/mailman/listinfo/powersave-devel
