[glibmm] 2.28.2



commit 0ed41135f979f2ffec6c2b7a451d4753d0fe94d4
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 14 12:30:17 2011 +0200

    2.28.2

 ChangeLog    |    2 ++
 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ed70171..adc3552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.28.1:
+
 2011-06-13  Kalev Lember  <kalev smartlink ee>
 
 	Removed doctooldir variable from pkgconfig files
diff --git a/NEWS b/NEWS
index 1613a03..208fbcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.28.2:
+
+* gmmproc:
+  - _WRAP_METHOD: Add optional parameter functionality.
+  - _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering.
+  - _WRAP_METHOD: Add the possibility of an output parameter.
+  (José Alburquerque)
+  - Protect documentation with m4 quotes.
+  (Kjell Ahlstedt) Bug #603930
+
+Gio:
+* DBus::Connection::emit_signal(): Replace empty strings with 0, because 
+  gio fails with "", apparently unnecessarily.
+  (José Alburquerque) Bug #645072 (Yannick Guesnet).
+
+Build:
+* Removed now-unused doctooldir variable from pkgconfig files.
+  (Kalev Lember) Bug #652461
+
 2.28.1:
 
 gmmproc:
diff --git a/configure.ac b/configure.ac
index 41ac956..f5aaa3c 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.1],
+AC_INIT([glibmm], [2.28.2],
         [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]