summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-05-09 09:39:32 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-05-09 09:39:32 +0200
commit3c08ef080b99e5561257ec7335fa156e1121f894 (patch)
treeeeed894a415d13a0fe946a34a37bdf1390011ea7
parent7ecae27cdb690f2bbdddfed8963aedb4b98140f1 (diff)
downloadglibmm-2.28.1.tar.gz
2.28.12.28.1
-rw-r--r--ChangeLog2
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
3 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9bdf932..d201ed85 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 2523b79d..1613a03d 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 9863c8cb..fc7e92e2 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])