[gtkmm] 3.15.10



commit 63072883e76c72f2e8a1048fedcb92ba02f322bf
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 6 10:14:03 2015 +0100

    3.15.10

 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f801999..f120e73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.15.10 (unstable);
+
+Gtk:
+* Label: Add get/set_xalign/yalign() and properties.
+  (Murray Cumming)
+* PaperSize: Define the paper name constants in the .cc file
+  (BenoƮt Dejean) Bug #745345
+
+Documentation:
+* CssProvider::load_from_data(): Document that this throws an exception.
+  (Murray Cumming)
+* Icon theme demo: Catch exceptions while loading icons.
+  (Kjell Ahlstedt)
+* Stock: Mention the named icons for Copy, Cut, Paste and Delete.
+  (Murray Cumming) See GTK+ bug #741969
+
+
 3.15.9 (unstable);
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index d0b27fb..0bef52f 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.15.9],
+AC_INIT([gtkmm], [3.15.10],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -91,7 +91,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.43.90 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.15.9 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.43.90 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.15.10 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],


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