From f38cda9046913c3627c52108467ba90e53d18c33 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 26 Aug 2016 18:29:55 +0100 Subject: Release Cogl 1.22.2 (stable) --- NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c7dfab08..b118e34d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Cogl 1.22.2 2016-08-25 + + • List of changes since Cogl 1.22.0 + + » Skip journal dumping if not supported [#728355] + » Support glMapBufferRange from ES3 [#728355] + » Improvements in the KMS winsys [#756926, #758073] + » Require gettext 0.19 to avoid hacks [#760285] + » Respect the Wayland spec for EGL surface creation [#765351] + +Many thanks to: + + Cédric Valmary + Emmanuele Bassi + Ray Strode + Daniel Stone + Piotr Drąg + Javier Jardón + Murray Cumming + Sjoerd Simons + Cogl 1.22.0 2015-09-16 • List of changes since Cogl 1.21.2 diff --git a/configure.ac b/configure.ac index e9d24d46..b32bb881 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ m4_define([cogl_version], dnl Since the core Cogl library has to also maintain support for the dnl Cogl 1.x API for Clutter then we track the 1.x version separately. m4_define([cogl_1_minor_version], [22]) -m4_define([cogl_1_micro_version], [1]) +m4_define([cogl_1_micro_version], [2]) m4_define([cogl_1_version], [1.cogl_1_minor_version.cogl_1_micro_version]) dnl ================================================================ @@ -56,7 +56,7 @@ dnl ================================================================ # 5. If any interfaces have been removed since the last public release, # then set AGE to 0. m4_define([cogl_lt_current], 24) -m4_define([cogl_lt_revision], 1) +m4_define([cogl_lt_revision], 2) m4_define([cogl_lt_age], 4) # We do also tell libtool the pretty version: m4_define([cogl_lt_release], [cogl_version]) -- cgit v1.2.1