[clutter/clutter-1.16] Release Clutter 1.15.94 (snapshot)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.16] Release Clutter 1.15.94 (snapshot)
- Date: Thu, 19 Sep 2013 22:12:05 +0000 (UTC)
commit fbf8d9c66a8b1f3d2e86127f4e2a9af0e1a98a5a
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Sep 19 22:51:10 2013 +0100
Release Clutter 1.15.94 (snapshot)
NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 47 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 390939c..99662aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Clutter 1.15.94 2013-09-19
+===============================================================================
+
+ • List of changes since Clutter 1.15.92
+
+ - Improve the evdev input backend
+ The evdev input backend is used when writing applications and compositors
+ that directly drive the frame buffer on Linux. By ensuring that the evdev
+ input backend works correctly it is possible to manage input sources like
+ pointers, keyboards, and touch devices using the raw evdev device nodes.
+ Clutter now depends on libevdev in order to poll the evdev interfaces.
+
+ - Allow scaling windowing surfaces
+ The main part of the work to support high resolution displays is to make
+ sure that windowing surfaces can be created with a scaling factor, while
+ trasparently handling the new size from an application's perspective. The
+ scaling factor is currently set manually, but it in the near future it will
+ be automatically set by the environment.
+
+ - Translation updates
+ Serbian, Aragonese, Russian, Latvian, Belarusian, Assamese, Indonesian,
+ German, Hebrew.
+
+ • List of bugs fixed since Clutter 1.15.92
+
+ #706652 - evdev: add callback to constrain the pointer position
+ #706543 - evdev: use monotonic times for the events
+ #706494 - an assortment of wayland and evdev related changes
+ #707377 - wayland: Check for NULL surface on pointer leave events
+ #707808 - box-layout: Fix floating point truncation when calculating a
+ child's size
+ #707774 - ClutterClickAction can trigger a crash if disposes at
+ inappropriate time
+ #707869 - Add API to restrict the windowing backend to load
+ #708079 - Clutter clutter-1.16 branch fails to commit after commit
+ da3e6988
+ #708383 - ClutterEvent: preserve extended state across
+ clutter_event_copy()
+
+Many thanks to:
+
+ Giovanni Campagna, Emmanuele Bassi, Lionel Landwerlin, Andika Triwidada,
+ Chun-wei Fan, Florian Müllner, Ihar Hrachyshka, Jasper St. Pierre, Jorge
+ Pérez Pérez, Nilamdyuti Goswami, Rob Bradford, Rūdolfs Mazurs, Yuri
+ Myasoedov, Мирослав Николић.
+
Clutter 1.15.92 2013-09-02
===============================================================================
diff --git a/configure.ac b/configure.ac
index 7bfd722..106d6dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
# - increase clutter_interface_version to the next odd number
m4_define([clutter_major_version], [1])
m4_define([clutter_minor_version], [15])
-m4_define([clutter_micro_version], [93])
+m4_define([clutter_micro_version], [94])
# • for stable releases: increase the interface age by 1 for each release;
# if the API changes, set to 0. interface_age and binary_age are used to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]