Skip to content

Commit ad76d1d

Browse files
author
raveit65
committed
release 1.25.3
1 parent d188207 commit ad76d1d

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

NEWS

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
1+
### mate-applets 1.25.3
2+
3+
* update translations
4+
netspeed: avoid a NULL pointer dereference
5+
netspeed: allow to select an interface which is down
6+
netspeed-preferences: disconnect a signal handler on finalize
7+
multiload: fix typo reported by translator
8+
netspeed: fix typo
9+
netspeed: Add NetspeedPreferences class
10+
mateweather: Remove conversion warnings
11+
geyes: Remove conversion warnings
12+
trashapplet: Upgrade trashapplet-empty-progress.ui
13+
stickynotes: improve code-style
14+
multiload: Add properties.ui
15+
netspeed: connect the widget signal handlers on class_init
16+
netspeed: refactor variable names
17+
netspeed: NetspeedApplet subclass of MatePanelApplet
18+
netspeed: fix line indent
19+
netspeed: Fix display of IP if no IPv4 is configured
20+
netspeed: improve display of IPv6 addresses in device details.
21+
netspeed: show all ipv6 addrs in device details dialog
22+
netspeed: show all IP addresses on tooltip if enabled
23+
mateweather: Do not update panel when upgrade process begins
24+
mateweather: Avoid NULL pointer dereferences if there is no weather info
25+
mateweather: set values before connecting signals on preferences dialog
26+
multiload: use guint64 as data source for graphs
27+
multiload: use bit rate in netload graph
28+
multiload: compute combined network data on GetNet once
29+
multiload: Drop scaler from GetNet
30+
multiload: fix interval on autoscaler_init call
31+
multiload: Use one callback for each of the spin buttons
32+
multiload: increase refresh rate range setting
33+
battstat: whitespace is missing
34+
netspeed: code style
35+
multiload: load menu from resource bundle
36+
137
### mate-applets 1.25.2
238

3-
* tx:sync with transifex
39+
* update translations
440
* mateweather: Use common subdirs - src, data
541
* netspeed: show ipv6 address in tooltip if ipv4 address is not used
642
* multiload: Use common subdirs - src, data

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl ***************************************************************************
22
dnl *** configure.in for MATE-APPLETS ***
33
dnl ***************************************************************************
4-
AC_INIT(mate-applets, 1.25.2)
4+
AC_INIT(mate-applets, 1.25.3)
55
AC_PREREQ(2.59)
66

77
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)