[gtkmm] 3.0.1



commit 7e90767b4b866f6ea750b518d09686af4b499845
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 9 10:29:49 2011 +0200

    3.0.1

 ChangeLog    |   11 ++++++-----
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e25a962..08a5021 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
-2011-05-09  Murray Cumming  <murrayc murrayc-desktop>
+3.0.1:
 
-	reviewed by: <delete if not using a buddy>
+2011-05-09  Murray Cumming  <murrayc murrayc com>
+
+	Fix the --enable-warnings=fatal build with GTK+ 3.1.x.
 
-	* NEWS:
-	* configure.ac:
 	* gtk/src/assistant.hg:
-	* gtk/src/menuitem.hg:
+	* gtk/src/menuitem.hg: Add some #undef GTK_DISABLE_DEPRECATED so we can build
+	with GTK+ 3.1.x.
 
 2011-05-02  Murray Cumming  <murrayc murrayc com>
 
diff --git a/NEWS b/NEWS
index bc2fe2a..390ae87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.0.1 (stable):
+
+Gtk:
+* EntryCompletion: signal_cursor_match_info(): Fix this.
+  (Murray Cumming) Noticed by Andrew E. Makeev.
+* MessageDialog: Correct the get_message_area() return type.
+  (Murray Cumming) Noticed by Kjell Ahlstedt.
+* ScrolledWindow: Correct the get_v/hscrollbar() return types.
+  (Murray Cumming) Noticed by Andrew E. Makeev.
+* Fix the --enable-warnings=fatal build with GTK+ 3.1.x.
+  (Murray Cumming)
+
 gtkmm 3.0:
 
 To port to gtkmm-3.0 you should first try to build your application with
diff --git a/configure.ac b/configure.ac
index afef979..c7523f7 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.0],
+AC_INIT([gtkmm], [3.0.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]