[glibmm] 2.28.1



commit 3c08ef080b99e5561257ec7335fa156e1121f894
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon May 9 09:39:32 2011 +0200

    2.28.1

 ChangeLog    |    2 ++
 NEWS         |   22 ++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d9bdf93..d201ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.28.1:
+
 2011-05-05  José Alburquerque  <jaalburqu svn gnome org>
 
 	Extra Defs Tool: Only generate properties that the GType owns.
diff --git a/NEWS b/NEWS
index 2523b79..1613a03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.28.1:
+
+gmmproc:
+* Extra Defs Tool: Only generate properties that the GType owns.
+  (José Alburquerque)
+* Put guards around generated includes in wrap_init.cc to fix the wind32 build.
+  (Kalev Lember) Bug #649182
+* tools/pm/GtkDefs.pm: GtkDefs::split_tokens(): Speed improvement.
+	(Kjell Ahlstedt) Bug #644037
+
+Build:
+* Update the VS 2005, 2008, and 2010 project files.
+  (Fan, Chun-wei)
+* Examples build: Use the GLIB_COMPILE_SCHEMAS variable.
+  (Volker Grabsch) Bug #648485.
+* Gio::DBus::Message: Fixed includes for WIN32
+	(Kalev Lember)  Bug #649168
+
+Documentation:
+* Added some classes to the DBus documentation group and added class
+  overview documentation. (Murray Cumming)
+
 New API in glibmm 2.28:
 (There was no stable glibmm 2.26 release)
 
diff --git a/configure.ac b/configure.ac
index 9863c8c..fc7e92e 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.28.0],
+AC_INIT([glibmm], [2.28.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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