From d38e7127fe7a821b4135d706dc9ec0e6eef06941 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 2 Sep 2013 23:40:41 +0100 Subject: [PATCH] Release Clutter 1.15.92 (snapshot) --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e085057c7..390939c56 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Clutter 1.15.92 2013-09-02 +=============================================================================== + + • List of changes since Clutter 1.15.90 + + - Fix regression in BoxLayout for RTL text direction + + - Update Visual Studio build files + + - Translation updates + Polish, French, Slovak, Lithuanian, Catalan + + • List of bugs fixed since Clutter 1.15.90 + + #706450 - box-layout: Fix RTL layout swapping with non-zero container + offsets + +Many thanks to: + + Chun-wei Fan, Jasper St. Pierre, Alexandre Franke, Aurimas Černius, Gil + Forcada, Ján Kyselica, Piotr Drąg + Clutter 1.15.90 2013-08-19 =============================================================================== diff --git a/configure.ac b/configure.ac index fbf9d9999..7c6920657 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], [91]) +m4_define([clutter_micro_version], [92]) # • 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