Release Cogl 1.21.2 (snapshot)

This commit is contained in:
Emmanuele Bassi 2015-08-19 19:18:21 +01:00
parent f4635b6bd2
commit 4a3c16f4bd
2 changed files with 25 additions and 3 deletions

22
NEWS
View File

@ -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 Cogl 1.20.0 2015-03-23
• List of changes since Cogl 1.18.2 • List of changes since Cogl 1.18.2

View File

@ -25,7 +25,7 @@ m4_define([cogl_version],
dnl Since the core Cogl library has to also maintain support for the 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. 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_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]) m4_define([cogl_1_version], [1.cogl_1_minor_version.cogl_1_micro_version])
dnl ================================================================ dnl ================================================================
@ -55,9 +55,9 @@ dnl ================================================================
# #
# 5. If any interfaces have been removed since the last public release, # 5. If any interfaces have been removed since the last public release,
# then set AGE to 0. # 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_revision], 0)
m4_define([cogl_lt_age], 3) m4_define([cogl_lt_age], 4)
# We do also tell libtool the pretty version: # We do also tell libtool the pretty version:
m4_define([cogl_lt_release], [cogl_version]) m4_define([cogl_lt_release], [cogl_version])