[cogl/cogl-1.22] Release Cogl 1.22.4



commit 60015d7d9756a89fb608887b52fa6b6a5a7db18d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Apr 23 11:18:51 2019 +0100

    Release Cogl 1.22.4

 NEWS         | 22 ++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b118e34d..ec03ce27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Cogl 1.22.4                                                        2019-04-23
+
+  • List of changes since Cogl 1.22.2
+
+  » Add precision for Sampler3D following the GLES 3.0 spec [#770723]
+  » Take pending updates in consideration on Wayland [#772707]
+  » Fix build with both Wayland and EGL support disabled
+  » Support Automake 1.16
+  » Support compositors that do not support wl_shell
+  » Drop deprecated `G_INLINE_FUNC` symbol
+  » Fix introspection annotations
+
+Many thanks to:
+
+  Lionel Landwerlin
+  Piotr Drąg
+  Kalev Lember
+  Ting-Wei Lan
+  Ilia Bozhinov
+  Javier Jardón
+  Marco Trevisan
+
 Cogl 1.22.2                                                        2016-08-25
 
   • List of changes since Cogl 1.22.0
diff --git a/configure.ac b/configure.ac
index 213399f8..4fc9cb5e 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], [3])
+m4_define([cogl_1_micro_version], [4])
 m4_define([cogl_1_version], [1.cogl_1_minor_version.cogl_1_micro_version])
 
 dnl ================================================================


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