Skip to content

Commit

Permalink
release 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 13, 2020
1 parent 5232cce commit a28479d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
### mate-applets 1.25.2

* tx:sync with transifex
* mateweather: Use common subdirs - src, data
* netspeed: show ipv6 address in tooltip if ipv4 address is not used
* multiload: Use common subdirs - src, data
* stickynotes: Add stickynotes-applet-menu.xml into resource bundle
* drivemount: Use common subdirs - data, src
* geyes: Do not use dirent
* geyes: define GEYES_SETTINGS_THEME_PATH_KEY & GEYES_SETTINGS_SCHEMA
* geyes: Use g_clear_error
* geyes: use returned value by load_theme
* geyes: Remove duplicated NULL check
* geyes: Use g_debug instead of printf for logging
* geyes: format code
* trashapplet: load menu and ui files from resource bundle
* cpufreq: Remove /proc/cpufreq support (Linux 2.4)
* build: Remove legacy variable MATE_ICONDIR
* update issue template
* update issue template
* geyes: signal 'dispose' is invalid for instance 'ID' of type 'GtkBox'
* remove dead function mate_panel_applet_set_background_widget
* trashapplet: Remove warning about missing initializer
* build: Do not define M4_FILES twice
* ac-define-dir.m4: Remove execution bit
* fix build warning caused by several translations
* build: make maintainer-clean
* drivemount: improve code-style
* build: replace acinclude.m4 with original as-ac-expand.m4
* timer: i18n label
* Cpufreq: improve code-style
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* charpick: improve code-style
* timerapplet: Use common subdirs - src, data
* battstat: improve code-style
* mateweather: Warn about accessing an undefined property of object
* accessx-status: improve code-style
* multiload: improve code-style
* accessx-status: array subscript 128 is above array bounds
* drivemount: Load menu from resources
* multiload: do not count shared memory twice on Linux
* multiload: Remove legacy variable 'show_frame'
* multiload: do not use a computed compound key for graph visibility
* multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoad
* multiload: Remove dead function - GetPage
* timerapplet: Use gtk_spin_button_get_value_as_int for int values

### mate-applets 1.25.1

* update translations
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.1)
AC_INIT(mate-applets, 1.25.2)
AC_PREREQ(2.59)

AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit a28479d

Please sign in to comment.