[gtkmm] 3.3.14



commit 1d47d4b4b7d2416d2484cc0fcba343c8531a6a03
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Feb 7 11:02:36 2012 +0100

    3.3.14

 ChangeLog    |    2 ++
 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b730149..626e91d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.3.14:
+
 2012-01-10  Murray Cumming  <murrayc murrayc com>
 
 	Main: Deprecate signal_key_snooper(). 
diff --git a/NEWS b/NEWS
index ac2d7e9..de6c755 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+3.3.14 (unstable):
+
+Gtk:
+* AboutDialog: Add unset_license() and set_logo_default().
+  (Kjell Ahlstedt) Bug #616769
+* Application: Add back Application, though it is not ready yet.
+  (Murray Cumming) Bug #637445#c29
+* Deprecate some methods using Gdk::Color, to fix the build.
+  (Murray Cumming)
+* Entry: Deprecate [set|get]_inner_border().
+	(Josà Alburquerque) Bug #669190.
+* IconView: Implement IconView::IconView(Gtk::CellArea). 
+	(Hub FiguiÃre) Bug #665361
+* Main: Deprecate signal_key_snooper().
+	(Murray Cumming)
+* Settings: Add missing properties.
+  (Hub FiguiÃre) Bug #665264
+* Widget: Deprecate get_pointer().
+  (Murray Cumming)
+
+Build:
+* Fix the build for Quartz (MacOS).
+  (John Ralls) Bug #662975
+* Fix configure.ac that had a broken shell syntax.
+  (Hub FiguiÃre) Bug #665267
+* Fix namespacing for Cairo
+  (Hub FiguiÃre) Bug #663303
+
 3.3.2. (unstable):
 
 * Avoid some more deprecation warnings with the recent GTK+.
diff --git a/configure.ac b/configure.ac
index ac14d38..b9d48da 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 library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.3.2],
+AC_INIT([gtkmm], [3.3.14],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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