All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][V2 07/16] xfce4-cpugraph-plugin: upgrade 1.1.0 -> 1.2.0
Date: Sun,  3 Jan 2021 15:12:38 +0100	[thread overview]
Message-ID: <20210103141247.1637618-8-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20210103141247.1637618-1-schnitzeltony@gmail.com>

Release notes for 1.2.0
=======================
- Highlighting of suboptimal thread placement on SMT CPUs
- Separate the associated command from the rest of config options
- Better resilience to inconsistent OS CPU utilization data
- Display 'Show bars' in the same tab as 'Bars color'
- Clamp CPU usage values to zero if they are below a threshold
- Cleanup NEWS file
- Use larger unscaled icon in about dialog
- Add small explanation about default commands
- Dynamic default command lookup
- Fix RGBA string memory leak
- Fix an invalid memory reference
- Link sensitivity of labels to sensitivity of color buttons
- Allow setting colors with alpha
- Revalidate the event box after showing widgets
- Use floating-point instead of fixed-point CPU load values
- Paint CPU usage if it is 1 pixel tall
- Lower CPU usage when rendering bars
- Update URLs
- Improve performance of CPU data parsing
- Read CPU data correctly if some CPUs are offline (!7)
- Paint CPU bars in left-to-right order
- Separate the bars from the history frame
- Fix old-style function warnings
- Fix clang and gcc warnings
- Also offer a 3 second update interval (#9)
- Update URLs from goodies.x.o to docs.x.o (Bug #16157)
- Allow compilation with panel 4.15
- Fix typo breaking build on NetBSD (Bug #15794)
- Disable frame and make background transparent by default
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
  Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Vietnamese

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...cpugraph-plugin_1.1.0.bb => xfce4-cpugraph-plugin_1.2.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/cpugraph/{xfce4-cpugraph-plugin_1.1.0.bb => xfce4-cpugraph-plugin_1.2.0.bb} (66%)

diff --git a/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb
similarity index 66%
rename from meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.1.0.bb
rename to meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb
index eeb54b315..55941d74b 100644
--- a/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.1.0.bb
+++ b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb
@@ -5,5 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=415654f59d8fa70fe4eac2c3f86c8f5e"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "48ead9dcc019212795637c170d9e2ca2"
-SRC_URI[sha256sum] = "3ece0a24e55827e0d9b6314129906da60513acdc1748d9dece9f50526e906ba4"
+SRC_URI[sha256sum] = "7866dddbbe0557a9bfe603934e9ce82df968fe36e21533d05ee71704e6602da7"
-- 
2.26.2


  parent reply	other threads:[~2021-01-03 14:13 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03 14:12 [PATCH][V2 00/16] xfce pre 4.16 batch Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 01/16] xfce4-panel-profiles: upgrade 1.0.10 -> 1.0.12 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 02/16] xfce4-mount-plugin: upgrade 1.1.3 -> 1.1.5 Andreas Müller
2021-01-04 19:21   ` [oe] " Khem Raj
2021-01-04 19:41     ` Andreas Müller
     [not found]     ` <16571EDE005A7F88.23355@lists.openembedded.org>
2021-01-04 20:41       ` Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 03/16] mousepad: upgrade 0.4.2 -> 0.5.2 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 04/16] xfce4-screenshooter: upgrade 1.9.7 -> 1.9.8 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 05/16] xfce4-taskmanager: upgrade 1.2.3 -> 1.4.0 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 06/16] xfce4-calculator-plugin: upgrade 0.7.0 -> 0.7.1 Andreas Müller
2021-01-03 14:12 ` Andreas Müller [this message]
2021-01-03 14:12 ` [PATCH][V2 08/16] xfce4-datetime-plugin: upgrade 0.8.0 -> 0.8.1 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 09/16] xfce4-diskperf-plugin: upgrade 2.6.2 -> 2.6.3 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 10/16] xfce4-fsguard-plugin: upgrade 1.1.1 -> 1.1.2 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 11/16] xfce4-smartbookmark-plugin: upgrade 0.5.1 -> 0.5.2 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 12/16] xfce4-systemload-plugin: upgrade 1.2.3 -> 1.2.4 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 13/16] xfce4-verve-plugin: upgrade 2.0.0 -> 2.0.1 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 14/16] xfce4-wavelan-plugin: upgrade 0.6.1 -> 0.6.2 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 15/16] xfce4-whiskermenu-plugin: upgrade 2.4.6 -> 2.5.1 Andreas Müller
2021-01-03 14:12 ` [PATCH][V2 16/16] xfce4-xkb-plugin: upgrade 0.8.1 -> 0.8.2 Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210103141247.1637618-8-schnitzeltony@gmail.com \
    --to=schnitzeltony@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.