summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-08-26 18:29:55 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-08-26 18:33:29 +0100
commitf38cda9046913c3627c52108467ba90e53d18c33 (patch)
tree3080eabd42811e6cf5f950006d9d1ce128f8fb1a
parent19426226c0ff18a36cdfff5a5017e261b5b03bad (diff)
downloadcogl-f38cda9046913c3627c52108467ba90e53d18c33.tar.gz
Release Cogl 1.22.2 (stable)1.22.2
-rw-r--r--NEWS21
-rw-r--r--configure.ac4
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])