summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-03-28 10:43:58 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-03-28 10:43:58 +0200
commit6a8700faee1a958acd7a01c6388b933620f4673c (patch)
tree1f327a1be5a0e16fa10ea7d2f55bbdc6240a8e3a
parentd38a3dbd7fafdda778cc2e83d2321d91ae870e80 (diff)
downloadglibmm-6a8700faee1a958acd7a01c6388b933620f4673c.tar.gz
2.31.222.31.22
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
3 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 873006a7..c8cea8a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.22:
+
2012-03-26 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.
@@ -59,7 +61,7 @@
2012-03-22 Murray Cumming <murrayc@murrayc.com>
- Gio: MenuItem: set_action_and_target(): Add one without the cariant.
+ Gio: MenuItem: set_action_and_target(): Add one without the variant.
* gio/src/menuitem.[hg|ccg]: set_action_and_target(): Rename to
set_action() and add a set_action() with just the action name,
diff --git a/NEWS b/NEWS
index 61576fe7..10d9b7fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,34 @@
-not yet released: 2.31.21: (unstable):
+2.31.22 (unstable):
Glib:
* Threads, Dispatcher: Delete DispatchNotifier.
(Kjell Ahlstedt) Bug #671587.
Gio:
+* Action: Ensure vfunc callbacks return valid memory.
+ (José Alburquerque)
+* ActionGroup: list_actions_vfunc(): Do not return freed memory.
+ (Murray Cumming)
+* Move AppLaunchContext into its own header file.
+ (Murray Cumming)
* Add Menu and MenuItem.
* SimpleAction: Constructor: Add a parameter that takes no VariantType.
(Murray Cumming)
Gio::DBus:
+* Object: Ensure vfunc callbacks return valid memory.
+ (José Alburquerque)
* Add the Interface and Object interfaces.
(José Alburquerque)
+gmmproc:
+* _WRAP_SIGNAL() can now take an optional deprecated parameter,
+ like _WRAP_METHOD() and _WRAP_PROPERTY().
+ (Murray Cumming, Kjell Ahlstedt)
+* _WRAP_PROPERTY(): Correct the ifdefs in generated code when
+ using the optional deprecated parameter.
+ (Kjell Ahlstedt)
+
Other:
* Dispatcher examples: Use Glib::signal_idle().connect_once().
(Kjell Ahlstedt) Bug #396963
diff --git a/configure.ac b/configure.ac
index 6fac0944..37462490 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.31.20],
+AC_INIT([glibmm], [2.31.22],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])