summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e695a621..b64c423c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
+### mate-applets 1.19.3
+
+ * Translations update
+ * command: bump range of interval
+ * WidthOfScreen and HeightOfScreen implementation
+ * build: when gtksourceview isn't found, show this package name
+ * Cpufreq: Update tooltips with latest values
+ * Cpufreq: fix a build warning
+ * Cpufreq: stop jumping numbers moving units label
+ * mateweather: update copyright year
+ * update copyright year in other applets
+ * netspeed: update copyright year
+
### mate-applets 1.19.2
- * sync with transifex
+ * Translations update
* Rounding error in draw corrected.
* cpufreq: fix calculating max width of frequency/unit/percent labels
* stickynotes: fix text selection
diff --git a/configure.ac b/configure.ac
index 73ad72fe..b0eeaa97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
-AC_INIT(mate-applets, 1.19.2)
+AC_INIT(mate-applets, 1.19.3)
AC_PREREQ(2.59)
AC_CONFIG_HEADERS(config.h)