Skip to content

Commit

Permalink
release 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jan 7, 2021
1 parent d188207 commit ad76d1d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
38 changes: 37 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
### 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

### mate-applets 1.25.2

* tx:sync with transifex
* update translations
* mateweather: Use common subdirs - src, data
* netspeed: show ipv6 address in tooltip if ipv4 address is not used
* multiload: Use common subdirs - src, data
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
AC_INIT(mate-applets, 1.25.2)
AC_INIT(mate-applets, 1.25.3)
AC_PREREQ(2.59)

AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit ad76d1d

Please sign in to comment.