summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2014-03-21 18:07:51 +0000
committerNeil Roberts <neil@linux.intel.com>2014-03-21 18:07:51 +0000
commit8cea40368161763a12b97a229d600f1132ba7769 (patch)
treee4e990ba9d896683abdcb38980ef307f8ef2bbc0
parent94002eaf7c5495088f2c1987007971ab37950f8a (diff)
downloadcogl-8cea40368161763a12b97a229d600f1132ba7769.tar.gz
Updates NEWS for the 1.18.0 release
-rw-r--r--NEWS39
1 files changed, 39 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb6e5d7d..e5967ba5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Cogl 1.18.0 2014-03-21
+
+ • List of changes since Cogl 1.17.4
+
+ » The license has been changed to the MIT license. This is more
+ permissive than the previous LGPLv2 license and is still
+ compatible with the GPL and LGPL. For more background on why we
+ decided to make this change please see the following post on the
+ mailing list:
+ http://lists.freedesktop.org/archives/cogl/2013-December/001465.html
+ » GObject introspection support has been greatly improved.
+ » Add cogl_kms_renderer_set_kms_fd to make the KMS backend use a
+ non-default GPU.
+ » Fix a hang in the Wayland backend if it can't find some globals
+ that it needs.
+ » Add cogl_gst_video_sink_get_natural_size to query a suggested size
+ for a Cogl-GST sink
+ » Add API to query the EGL and GLX contexts. This is intended to be
+ used to make a shared GL context.
+ » Fix advertising the deprecated buffer age feature flag on EGL.
+ » Add a new non-deprecated feature flag for the buffer age.
+ » Fix a bug with allocating textures in Cogl-GST.
+ » Fix a bug with the cogl-basic-video-player example where it would
+ try to use non-existant mipmaps.
+ » Fix selecting the GL driver in the SDL2 winsys.
+ » Updates to the MSVC build files.
+
+ • Gnome Bugzilla bugs closed since 1.17.4:
+
+ #724992 - get the opengl context from cogl
+
+Many thanks to:
+
+ Chun-wei Fan
+ Robert Bragg
+ Lionel Landwerlin
+ Jasper St. Pierre
+ Wylmer Wang
+
Cogl 1.17.4 2014-02-20
• List of changes since Cogl 1.17.2