[cluttermm] Release 1.3.2



commit 888f455a06501c936aef67e78dacbafc16bd9c2c
Author: Chris Kühl <chrisk openismus com>
Date:   Thu Feb 3 16:04:46 2011 +0100

    Release 1.3.2

 ChangeLog    |    2 ++
 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 307d02f..0d73bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.3.2
+
 2011-02-01  Chris Kühl  <chrisk openismus com>
 
 	Added missing methods for vfuncs in LayoutManager.
diff --git a/NEWS b/NEWS
index f569156..e198584 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+1.3.2: (unstable)
+
+* Wrapped ClutterLayoutMeta and ClutterLayoutManager.
+  (Chris Kühl)
+* LayoutManager: Wrap the vfuncs.
+  (Murray Cummings)
+* Wrapped ClutterBox class.
+* Wrapped ClutterFixedLayout class.
+* Wrapped ClutterBinLayout.
+* Wrapped clutter_bin_layout_get_alignment.
+* Wrapped ClutterBoxLayout.
+* Wrapped ClutterFlowLayout.
+* Added missing properties to ClutterMedia.
+* Added missing properties to Clutter::Stage.
+* Removed unnecessary C headers in .hg files.
+* Wrapped ClutterAnimator.
+* Wrapped ClutterInputDevice.
+* Wrapped ActorBox's get_[origin|size|area] & contains methods.
+* Wrapped ActorBox's clamp_to_pixel method.
+  (Chris Kühl)
+
 1.3.1: (unstable)
 
 * Added Action, ActorMeta and Effects.
diff --git a/configure.ac b/configure.ac
index dfd83f4..3842040 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.3.1],
+AC_INIT([cluttermm], [1.3.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]