[cogl/cogl-1.22] Release Cogl 1.22.2 (stable)



commit f38cda9046913c3627c52108467ba90e53d18c33
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Aug 26 18:29:55 2016 +0100

    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 c7dfab0..b118e34 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 e9d24d4..b32bb88 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]