Skip to content

Commit a28479d

Browse files
author
raveit65
committed
release 1.25.2
1 parent 5232cce commit a28479d

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

NEWS

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
### mate-applets 1.25.2
2+
3+
* tx:sync with transifex
4+
* mateweather: Use common subdirs - src, data
5+
* netspeed: show ipv6 address in tooltip if ipv4 address is not used
6+
* multiload: Use common subdirs - src, data
7+
* stickynotes: Add stickynotes-applet-menu.xml into resource bundle
8+
* drivemount: Use common subdirs - data, src
9+
* geyes: Do not use dirent
10+
* geyes: define GEYES_SETTINGS_THEME_PATH_KEY & GEYES_SETTINGS_SCHEMA
11+
* geyes: Use g_clear_error
12+
* geyes: use returned value by load_theme
13+
* geyes: Remove duplicated NULL check
14+
* geyes: Use g_debug instead of printf for logging
15+
* geyes: format code
16+
* trashapplet: load menu and ui files from resource bundle
17+
* cpufreq: Remove /proc/cpufreq support (Linux 2.4)
18+
* build: Remove legacy variable MATE_ICONDIR
19+
* update issue template
20+
* update issue template
21+
* geyes: signal 'dispose' is invalid for instance 'ID' of type 'GtkBox'
22+
* remove dead function mate_panel_applet_set_background_widget
23+
* trashapplet: Remove warning about missing initializer
24+
* build: Do not define M4_FILES twice
25+
* ac-define-dir.m4: Remove execution bit
26+
* fix build warning caused by several translations
27+
* build: make maintainer-clean
28+
* drivemount: improve code-style
29+
* build: replace acinclude.m4 with original as-ac-expand.m4
30+
* timer: i18n label
31+
* Cpufreq: improve code-style
32+
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
33+
* charpick: improve code-style
34+
* timerapplet: Use common subdirs - src, data
35+
* battstat: improve code-style
36+
* mateweather: Warn about accessing an undefined property of object
37+
* accessx-status: improve code-style
38+
* multiload: improve code-style
39+
* accessx-status: array subscript 128 is above array bounds
40+
* drivemount: Load menu from resources
41+
* multiload: do not count shared memory twice on Linux
42+
* multiload: Remove legacy variable 'show_frame'
43+
* multiload: do not use a computed compound key for graph visibility
44+
* multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad
45+
* multiload: Remove dead function - GetPage
46+
* timerapplet: Use gtk_spin_button_get_value_as_int for int values
47+
148
### mate-applets 1.25.1
249

350
* update translations

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.1)
4+
AC_INIT(mate-applets, 1.25.2)
55
AC_PREREQ(2.59)
66

77
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)