summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-07 14:31:09 +0200
committerraveit65 <[email protected]>2021-08-07 14:31:09 +0200
commit0778cc8da5705f2a4b4e48b8faf72ed9a1b8405f (patch)
tree79a64f1641d2f7908354bca67b76b6b144113d25
parentb6d6d68dea2fdbb06503a22ae17a4822d73a39f8 (diff)
downloadmate-netbook-0778cc8da5705f2a4b4e48b8faf72ed9a1b8405f.tar.bz2
mate-netbook-0778cc8da5705f2a4b4e48b8faf72ed9a1b8405f.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78b4800..bb1511f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+### mate-netbook 1.26.0
+
+ * Translations update
+ * update copyright to 2021
+ * mate-window-picker-applet: Do not build the path to the menu file
+ * mate-maximus-autostart.desktop: The Encoding key is deprecated
+ * mate-window: Replace GtkStock icons
+ * Update copyright to 2021
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * build: silent build warnings for distcheck
+ * windows-picker: fix `make clean` command
+ * use MATE_COMPILE_WARNINGS from mate-common
+
### mate-netbook 1.24.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 3ef78e7..91135a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(mate-netbook, 1.24.0, [])
+AC_INIT(mate-netbook, 1.26.0, [])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR(maximus/main.c)