From 7159ae3d772d774aaaeb3c2768d34b486ed73079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Tue, 1 Nov 2016 21:06:40 +0200 Subject: bump version to 3.22.1, update NEWS --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5378e716..2c80d475 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 3.22.1 +============== +- Fix tooltip style (Alberts Muktupāvels; #772984) +- Fix crash in meta_group_new (Alberts Muktupāvels; LP:#1638153) +- Fix window stacking order in compositor (Alberts Muktupāvels; LP:#1614050) +- Ignore deprecation warnings (Alberts Muktupāvels) +- Updated translations: + Gianvito Cavasoli (it), Theppitak Karoonboonyanan (th), Tiago Santos (pt). + Version 3.22.0 ============== - Use shadow from GTK+ theme (Alberts Muktupāvels) diff --git a/configure.ac b/configure.ac index 7b01b54a..7256b839 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ************************************************************************** m4_define([m_major_version], [3]) m4_define([m_minor_version], [22]) -m4_define([m_micro_version], [0]) +m4_define([m_micro_version], [1]) m4_define([m_version], [m_major_version.m_minor_version.m_micro_version]) dnl ************************************************************************** -- cgit v1.2.1