diff options
author | raveit65 <[email protected]> | 2021-08-07 13:11:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 13:12:23 +0200 |
commit | d7165dfbde04c06b1c9c4040d1db7ac9db544118 (patch) | |
tree | 7f52d96f0ed02bbf34b31879a9f491c97c9a7247 | |
parent | b0dfbb14c5859a8e9e058acc99f8fe7db85fe96b (diff) | |
download | mate-applets-1.26.0.tar.bz2 mate-applets-1.26.0.tar.xz |
release to 1.26.0v1.26.0
-rw-r--r-- | NEWS | 68 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 37 insertions, 33 deletions
@@ -1,38 +1,42 @@ +### mate-applets 1.26.0 + + * update translations + ### mate-applets 1.25.3 * update translations - netspeed: avoid a NULL pointer dereference - netspeed: allow to select an interface which is down - netspeed-preferences: disconnect a signal handler on finalize - multiload: fix typo reported by translator - netspeed: fix typo - netspeed: Add NetspeedPreferences class - mateweather: Remove conversion warnings - geyes: Remove conversion warnings - trashapplet: Upgrade trashapplet-empty-progress.ui - stickynotes: improve code-style - multiload: Add properties.ui - netspeed: connect the widget signal handlers on class_init - netspeed: refactor variable names - netspeed: NetspeedApplet subclass of MatePanelApplet - netspeed: fix line indent - netspeed: Fix display of IP if no IPv4 is configured - netspeed: improve display of IPv6 addresses in device details. - netspeed: show all ipv6 addrs in device details dialog - netspeed: show all IP addresses on tooltip if enabled - mateweather: Do not update panel when upgrade process begins - mateweather: Avoid NULL pointer dereferences if there is no weather info - mateweather: set values before connecting signals on preferences dialog - multiload: use guint64 as data source for graphs - multiload: use bit rate in netload graph - multiload: compute combined network data on GetNet once - multiload: Drop scaler from GetNet - multiload: fix interval on autoscaler_init call - multiload: Use one callback for each of the spin buttons - multiload: increase refresh rate range setting - battstat: whitespace is missing - netspeed: code style - multiload: load menu from resource bundle + * netspeed: avoid a NULL pointer dereference + * netspeed: allow to select an interface which is down + * netspeed-preferences: disconnect a signal handler on finalize + * multiload: fix typo reported by translator + * netspeed: fix typo + * netspeed: Add NetspeedPreferences class + * mateweather: Remove conversion warnings + * geyes: Remove conversion warnings + * trashapplet: Upgrade trashapplet-empty-progress.ui + * stickynotes: improve code-style + * multiload: Add properties.ui + * netspeed: connect the widget signal handlers on class_init + * netspeed: refactor variable names + * netspeed: NetspeedApplet subclass of MatePanelApplet + * netspeed: fix line indent + * netspeed: Fix display of IP if no IPv4 is configured + * netspeed: improve display of IPv6 addresses in device details. + * netspeed: show all ipv6 addrs in device details dialog + * netspeed: show all IP addresses on tooltip if enabled + * mateweather: Do not update panel when upgrade process begins + * mateweather: Avoid NULL pointer dereferences if there is no weather info + * mateweather: set values before connecting signals on preferences dialog + * multiload: use guint64 as data source for graphs + * multiload: use bit rate in netload graph + * multiload: compute combined network data on GetNet once + * multiload: Drop scaler from GetNet + * multiload: fix interval on autoscaler_init call + * multiload: Use one callback for each of the spin buttons + * multiload: increase refresh rate range setting + * battstat: whitespace is missing + * netspeed: code style + * multiload: load menu from resource bundle ### mate-applets 1.25.2 diff --git a/configure.ac b/configure.ac index 3ca78d0f..fedebdd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT([mate-applets], [1.25.3], [https://github.com/mate-desktop/mate-applets/issues], +AC_INIT([mate-applets], [1.26.0], [https://github.com/mate-desktop/mate-applets/issues], [mate-applets], [https://mate-desktop.org]) AC_PREREQ(2.59) |