summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-08-05 18:20:27 +0200
committerraveit65 <[email protected]>2021-08-05 18:20:27 +0200
commitc1be4cce6aa626205049226164ec177eafea6499 (patch)
treee153c9e23daa5b5010bc5076d7424126e334e1ba
parenta4237cbb4f617a7984425c1b1ee3004739688942 (diff)
downloadmate-terminal-c1be4cce6aa626205049226164ec177eafea6499.tar.bz2
mate-terminal-c1be4cce6aa626205049226164ec177eafea6499.tar.xz
release 1.26.0v1.26.0
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 04647d4..749cd2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+### mate-terminal 1.26.0
+
+ * Translations update
+ * update copyright to 2021
+ * terminal-window: Remove -Wmissing-field-initializers warnings
+ * build: underline package name and version in configure summary
+ * build: Use PACKAGE_URL variable
+ * Fix desktop file validation warning
+ * update resource for transifex
+ * Update copyright to 2021
+ * Upgrade ui files
+ * Remove unused macros
+ * Remove the execution bit from two png files
+ * profile-editor: Fix -Wsign-compare warning
+ * Remove -Wfloat-conversion warnings
+ * Help: fix permissions of images
+ * add meson build system
+ * terminal_profile_edit_dialog_page_scroll_event_cb is only used in profile-editor.c (#361)
+ * README: Remove environment version number
+ * Add compilation help
+ * Add tab scrolling support for GTK3
+
### mate-terminal 1.25.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 2cdcce1..dbc5489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define(mt_major_version, 1)
-m4_define(mt_minor_version, 25)
+m4_define(mt_minor_version, 26)
m4_define(mt_micro_version, 0)
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)
diff --git a/meson.build b/meson.build
index 102107a..8bf45a5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'mate-terminal', 'c',
- version: '1.25.0',
+ version: '1.26.0',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],