[cogl/cogl-1.22] Release Cogl 1.21.2 (snapshot)



commit 4a3c16f4bda9729c6cdd6ca95793e4d82f8649df
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Aug 19 19:18:21 2015 +0100

    Release Cogl 1.21.2 (snapshot)

 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c10b1a9..d3820d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Cogl 1.21.2                                                        2015-08-21
+
+  • List of changes since Cogl 1.20.0
+
+  » Add X11-specific API for retrieving the renderer's visual
+  » Improvement to the MSVC build
+  » Support KMS drivers without page flip
+  » Do not use deprecated OpenGL API with the GL3 driver
+
+Many thanks to:
+
+  Chun-wei Fan
+  Cédric Valmary
+  Jasper St. Pierre
+  Adel Gadllah
+  Marek Chalupa
+  Ray Strode
+  Robert Bragg
+  Rui Matos
+  Samir Ribic
+  Ting-Wei Lan
+
 Cogl 1.20.0                                                        2015-03-23
 
   • List of changes since Cogl 1.18.2
diff --git a/configure.ac b/configure.ac
index 176b1c2..31d1270 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], [21])
-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 ================================================================
@@ -55,9 +55,9 @@ dnl ================================================================
 #
 #  5. If any interfaces have been removed since the last public release,
 #     then set AGE to 0.
-m4_define([cogl_lt_current], 23)
+m4_define([cogl_lt_current], 24)
 m4_define([cogl_lt_revision], 0)
-m4_define([cogl_lt_age], 3)
+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]