[cluttermm] 1.17.2



commit 915a4f77f64978928d71ee5e6f9cf1345533b036
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 15 10:22:21 2014 +0200

    1.17.2

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4591b34..029f207 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+1.17.2: (unstable)
+
+* Actor:
+  - Correct the get_children() return type.
+  (Ian Martin) Bug #728206.
+  - Add several properties.
+  (Murray Cumming)
+* BoxLayout: Add orientation property.
+  (Murray Cumming)
+* DeformEffect: Add get_back_material().
+  (Murray Cumming)
+* LayoutManager: Add get_child_meta() and layout_changed().
+  (Murray Cumming)
+* Media: Use std::string for filenames.
+  (Murray Cumming)
+* Script:
+  - Add load_from_resource(), get_object(),
+  and set/get_translation_domain().
+  (Murray Cumming)
+  - Use std::string for filenames.
+  (Murray Cumming)
+* Stage: Rename get/set_motion_events() to get/set_motion_events_enabled().
+  (Murray Cumming) 
+* examples/test-actors: Use CLUTTER_KEY_q instead of CLUTTER_q.
+  (Murray Cumming) 
+
+
 1.17.1: (unstable)
 
 * Huge amounts of new API added to wrap new API in Clutter,
diff --git a/configure.ac b/configure.ac
index bfbb565..81981e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([cluttermm], [1.17.1],
+AC_INIT([cluttermm], [1.17.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=cluttermm],
         [cluttermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]