[cluttermm] 0.9.5



commit 1bdbaa27bda5a58a76884803d733281dab5c3679
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 7 17:14:06 2010 +0100

    0.9.5

 ChangeLog    |    2 ++
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e2f8a75..f8ee07c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+0.9.5:
+
 2009-10-03  Daniel Elstner  <daniel kitta gmail com>
 
 	Increment cluttermm API version to 1.0
diff --git a/NEWS b/NEWS
index df16196..7ca1b72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.9.5:
+
+* Use clutter-1.0 instead of clutter-0.9.
+  (Murray Cumming)
+* Likewise change our pkg-config file to cluttermm-1.0 instead of cluttermm-0.9, 
+  so please change your configure.ac checks too.
+  (Daniel Elstner) 
+* Remove deprecated Actor methods.
+  (Milosz Derezynski)
+* Use the mm-common build system.
+  (Daniel Elstner) 
+
 0.9.4:
 
 Updated for latest clutter-0.9 API, including use of float in the API instead 
diff --git a/configure.ac b/configure.ac
index cf1e2df..49db53b 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], [0.9.4],
+AC_INIT([cluttermm], [0.9.5],
         [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]