summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-07-25 09:42:44 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-07-25 09:42:44 +0200
commit47769ffb8b67711509bfe8510fe5284b8bb0c5d4 (patch)
treeafb06a6df6972e210412a342d48bac9404f48bd3
parenta4df86a4e8da9a0310a3c80ba690c0178f1a5250 (diff)
downloadglibmm-47769ffb8b67711509bfe8510fe5284b8bb0c5d4.tar.gz
2.29.112.29.11
-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 3fed0645..7921f84e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.29.11:
+
2011-07-19 Murray Cumming <murrayc@murrayc.com>
Add reftpr_sigc_bind test case.
diff --git a/NEWS b/NEWS
index dc4ca8f7..2b9b228d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.29.11:
+
+* Gio::AppInfo:
+ - launch(): Use a vector instead of a ListHandle and assume that it contains
+ Gio::File rather than strings. This was unusable before.
+ - Add launch() overload with no launch_context parameter.
+ - Add launch() overload taking one file,
+ - launch_uri(): Deprecate the method taking a GAppLaunchContext*, adding
+ one taking a Gio::AppLaunchContext instead.
+ - Add launch_uri() taking one URI.
+ (Murray Cumming)
+* Add test case for a recent fix in libsigc++ with RefPtr.
+ (Kjell Ahlstedt) Bug #564005#c14 (Alexander Shaduri)
+* tools: Add python .def generation scripts removed from PyGObject.
+ (Murray Cumming)
+* gmmproc: Allow _STRUCT_NOT_HIDDEN to be used even when multiple classes
+ are defined in one file.
+ (José Alburquerque)
+
2.29.10:
* Gio:
diff --git a/configure.ac b/configure.ac
index a3257069..b8c3ad67 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.29.10],
+AC_INIT([glibmm], [2.29.11],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])