summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-02-21 09:57:01 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-02-21 09:57:01 +0100
commitd5830eb15260eb6a232417b5e3dcbf57d16c1878 (patch)
tree58b197c2e75efff4ec7e155c810761e3075d185c
parentc0644d4d4572e31643ee33882a08ac72f4bbd791 (diff)
downloadglibmm-d5830eb15260eb6a232417b5e3dcbf57d16c1878.tar.gz
2.27.942.27.94
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3838a87d..25580aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.94:
+
2011-02-21 Murray Cumming <murrayc@murrayc.com>
Fix the build with --enable-warnigns=fatal.
diff --git a/NEWS b/NEWS
index 3dc1cca3..417f9cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.27.94 (unstable):
+
+Glib:
+* OptionGroup:
+ - Add add_entry() that takes a slot with callback function.
+ (Kjell Ahlstedt) Bug #589197 (Hubert Figuiere)
+ - on_post_parse() overrides no longer need to call the base class.
+ (Kjell Ahlstedt) Bug #588988 (Hubert Figuiere)
+
2.27.93 (unstable):
* Added ArrayHandler, ListHandler and SListHandler, to help with conversions
diff --git a/configure.ac b/configure.ac
index 3fb39d6f..33f0a1ac 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([glibmm], [2.27.93],
+AC_INIT([glibmm], [2.27.94],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])