[gtkmm/2.91.1_fixes: 3/3] 2.91.1.1



commit 7ed71792ef4621ee240053a6269b6b3ec360a34e
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 21 11:45:00 2010 +0200

    2.91.1.1

 ChangeLog    |    2 ++
 NEWS         |    6 ++++++
 configure.ac |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6746830..4803d90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.91.1.1:
+
 2010-10-21  Murray Cumming  <murrayc murrayc com>
 
 	ComboBox: Remove set_popup_fixed_width() because it is in GTK+.
diff --git a/NEWS b/NEWS
index 4979a3a..fbd4a85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 2.91.1 (unstable):
 
+* Fix the build with GTK+ 2.91.1.
+  (Murray Cumming) Bug #632694 (David Ronis)
+* ComboBoxText: Add clear_items() and set_active_text().
+
+2.91.1 (unstable):
+
 * Remove ComboBoxEntry and ComboBoxEntryText.
 * ComboBox:
   - Add a has_entry bool to the constructors, replacing use of GtkComboBoxEntry.
diff --git a/configure.ac b/configure.ac
index 7710ca3..2d3b9a9 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], [2.91.1],
+AC_INIT([gtkmm], [2.91.1.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]