From d161ed31914711b97a1c6ebef0558d80ce51113b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 10 May 2021 19:02:06 +0200 Subject: Release: 40.0 --- NEWS | 28 ++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 58b9a82..22ccb40 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +============== +Version 40.0 +============== + + Features + + * Use new GNOME versioning scheme (not strictly the same schedule though) + * pager: Add API to disable scrolling (Andre Miranda) + * tasklist: Reworked the size management to use internal WnckButton + and GTK's preferred size + * Add WnckHandle (private for now, Alberts Muktupāvels) + + Fixes + + * Do not leak pango font description (Tomas Bzatek) + * tasklist: Use geometries to respect HiDPI settings + (Alberts Muktupāvels) + + Translations + + * Asier Sarasua Garmendia (eu) + * Goran Vidović (hr) + * Jordi Mas (ca) + * Jwtiyar Nariman (ckb) + * Stephan Woidowski (en_GB) + * Yuri Chornoivan (uk) + + ============== Version 3.36.0 ============== diff --git a/meson.build b/meson.build index b2a1711..290e5d2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libwnck', 'c', - version: '3.36.0', + version: '40.0', meson_version: '>= 0.50.0') LIBWNCK_SOVERSION = 0 -- cgit v1.2.1