summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-28 10:01:59 +0200
committerraveit65 <[email protected]>2020-06-28 10:01:59 +0200
commit6434ac44d98c97e04f32defd61cab55e2ba92e77 (patch)
tree0c18ff9b7c776d4c2789514b60cbb126b92028f7
parentcc3f2f383071894448c9766716cb8573d6d023c8 (diff)
downloadmate-terminal-6434ac44d98c97e04f32defd61cab55e2ba92e77.tar.bz2
mate-terminal-6434ac44d98c97e04f32defd61cab55e2ba92e77.tar.xz
release 1.25.0v1.25.0
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d291dd2..04647d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+### mate-terminal 1.25.0
+
+ * Translations update
+ * use libegg submodules
+ * Add git.mk to generate .gitignore
+ * Compile code only when GDK supports X11
+ * restore deprecated gtk_menu_popup for context-menu
+ * Enable wayland support
+ * profile-editor: Remove enum conversion warnings
+ * terminal-encoding: Remove -Wformat warning
+ * build: SMlib is dependent on ICElib
+ * build: Isolate smclient
+ * build: silent build warnings for distcheck
+ * Add set-title-dialog.ui
+ * build: do not override the default value for MATE_COMPILE_WARNINGS
+ * terminal-window: expand the content of the comment on about dialog
+ * Add confirm-close-dialog.ui
+ * fix searching in terminal window
+ * terminal-window: add icons to "open tab" and "close window/tab"
+ * terminal-window: show VTE version in about dialog
+ * fix url highlighting due to deprecation of vte_terminal_match_add_gregex
+ * terminal-screen: prevent crash on bad term spawn due to redundant frees
+ * Use user page on github when user email is private
+ * Update authors
+
### mate-terminal 1.24.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 9eac461..c15986c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
m4_define(mt_major_version, 1)
-m4_define(mt_minor_version, 24)
+m4_define(mt_minor_version, 25)
m4_define(mt_micro_version, 0)
m4_define(mt_version, mt_major_version.mt_minor_version.mt_micro_version)