Skip to content

Commit

Permalink
release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Jun 25, 2020
1 parent 6d8d234 commit f58bfc6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
### mate-applets 1.25.0

* update translations
* timerapplet: Add timerapplet-preferences.ui
* mate-cpufreq-selector: Fix example in man page
* command: Add command-preferences.ui
* netspeed: Add netspeed-preferences.ui
* charpic-about: fix DE name in about dialog
* stickynotes: Remove enum conversion warnings
* build: set 'enable_polkit=yes' if not given
* cpufreq: Port client of selector service to GDBus
* build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS
* build: Use dbus-glib only when required
* Remove unused-function warnings
* build: silent build warnings for distcheck
* multiload: declaration of ‘screen’ shadows a previous local
* Remove unused-variable warnings
* stickynotes: Remove strict-prototypes warning
* build: Remove --enable-more-warnings configure flag
* build: Use WARN_CFLAGS variable
* cpufreq: generate missing 256x256 and 64x64 icons from svg file
* eyes: generate missing 256x256 and 64x64 icons from svg file
* stickynotes: Use gresources for UI files
* netspeed: don't define MATELOCALEDIR
* build: drop unused matelocaledir variable
* tx: pull with fixed translations of pt and pt_BR
* drivemount: Remove global variable

### mate-applets 1.24.0

* 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.24.0)
AC_INIT(mate-applets, 1.25.0)
AC_PREREQ(2.59)

AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit f58bfc6

Please sign in to comment.