[Xfce4-commits] [apps/xfce4-taskmanager] 01/01: Updates for 1.2.2
noreply at xfce.org
noreply at xfce.org
Tue Dec 18 21:00:26 CET 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-taskmanager.
commit 87930ffa22841c07f3d589c184db4f9cf0e877ae
Author: Landry Breuil <landry at xfce.org>
Date: Tue Dec 18 20:53:17 2018 +0100
Updates for 1.2.2
---
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 328854c..f3fa936 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.2.2
+
+- Default to build with Gtk3, Gtk2 still available but will be removed in the next release
+- Appease valgrind by properly calculating size when using memmove
+- Remove g_object_unref() calls at the end of main, were causing double-frees with Gtk3 on OpenBSD
+- Better utf-8 normalization (bug 14172)
+- Improve app search on close (bug 14466)
+- Many translation updates
+
1.2.1
- New Feature: add --start-hidden commandline argument (Bug #14343)
diff --git a/configure.ac.in b/configure.ac.in
index 88f2659..6d4e9ce 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,9 +9,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([taskmanager_version_major], [1])
m4_define([taskmanager_version_minor], [2])
-m4_define([taskmanager_version_micro], [1])
+m4_define([taskmanager_version_micro], [2])
m4_define([taskmanager_version_build], [@REVISION@])
-m4_define([taskmanager_version_tag], [git])
+m4_define([taskmanager_version_tag], [])
m4_define([taskmanager_version], [taskmanager_version_major().taskmanager_version_minor().taskmanager_version_micro()ifelse(taskmanager_version_tag(), [git], [taskmanager_version_tag()-taskmanager_version_build()], [taskmanager_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list