summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-06-14 12:30:17 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-06-14 12:30:17 +0200
commit0ed41135f979f2ffec6c2b7a451d4753d0fe94d4 (patch)
tree9fc48882a400aa45db0606b59ad2a42852d3dd14
parented489a8d190468d0f01c54da87bd58fb7b8055c8 (diff)
downloadglibmm-2-28.tar.gz
-rw-r--r--ChangeLog2
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed701711..adc3552a 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 1613a03d..208fbcd7 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 41ac9565..f5aaa3c0 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])