summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-08-19 19:18:21 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-08-21 11:42:48 +0100
commit4a3c16f4bda9729c6cdd6ca95793e4d82f8649df (patch)
tree4a4a893b7c3ef0ba3408aa87227dacee3aae4f82
parentf4635b6bd2a46413f7ee5c772e77c4cc60430fae (diff)
downloadcogl-4a3c16f4bda9729c6cdd6ca95793e4d82f8649df.tar.gz
Release Cogl 1.21.2 (snapshot)1.21.2
-rw-r--r--NEWS22
-rw-r--r--configure.ac6
2 files changed, 25 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c10b1a92..d3820d62 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 176b1c20..31d1270c 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])