[gtkmm] 3.1.6



commit 028ee9614eba3d45a87f6741eb051ae7e17a2244
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 14 21:21:09 2011 +0200

    3.1.6

 ChangeLog    |    2 ++
 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8d8d2e5..8d7ef39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.1.6:
+
 2011-06-14  Murray Cumming  <murrayc murrayc com>
 
 	Update documentation of non-HV classes that were previously just bases.
diff --git a/NEWS b/NEWS
index 390ae87..590b5cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.1.6 (unstable):
+
+Gtk:
+* All H* or V* specialized classes have been deprecated, to 
+  match the deprecations in the GTK+ C API. You should now 
+  set the orientation instead.
+  This includes HBox, VBox, HButtonBox, VButtonBox, HPaned, VPaned, HScale, 
+  VScale,  HSeparator, VSeparator, HScrollbar and VScrollbar.
+  HBox and VBox are not protected by ifdefs because they are used as base 
+  classes for several other widgets, and we can't change that without breaking 
+  ABI.
+* Dialog: Deprecate get_vbox(), replacing with get_content_area(), 
+  to match the C function name.
+
 3.0.1 (stable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 00a1b51..c94947f 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.0.1],
+AC_INIT([gtkmm], [3.1.6],
         [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]