[gtkmm/gtkmm-3-10] 3.10.1



commit b481c4514375d09ed46da431ddc0339797ca4027
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Oct 28 17:58:49 2013 +0100

    3.10.1

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed94e7c..4b028aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+3.10.1 (stable):
+
+Gtk:
+* Avoid including deprecated stockid.h.
+  This lets applications build with deprecated API disabled.
+* RadioAction, RecentAction: Deprecate constructors and methods that
+  take StockID.
+  StockID was already deprecated so this should not affect
+  application builds.
+
+
 Changes in 3.10 compared to 3.8:
 
 Gtk
diff --git a/configure.ac b/configure.ac
index 1f31f30..7d7b060 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.10.0],
+AC_INIT([gtkmm], [3.10.1],
         [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]