[glibmm] 2.25.3
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.25.3
- Date: Tue, 3 Aug 2010 14:55:46 +0000 (UTC)
commit 071308e555d087f41a0aa9af6689ed37e6b4834a
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Aug 3 16:55:34 2010 +0200
2.25.3
ChangeLog | 44 +++++++++++++++++++++++---------------------
NEWS | 23 +++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 48 insertions(+), 23 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ffcdffe..d0f3681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,26 @@
+2.25.3:
+
2010-07-30 Murray Cumming <murrayc murrayc com>
generate_defs_gio.cc: Added some new types.
- * tools/extra_defs_gen/generate_defs_gio.cc: Added GApplication,
+ * tools/extra_defs_gen/generate_defs_gio.cc: Added GApplication,
GSettings and GSettingsBackend.
2010-07-30 Murray Cumming <murrayc murrayc com>
Application: Add create_*() overloads.
-
- * gio/src/application.[hg|ccg]: Add create_*() methods without argc and
+
+ * gio/src/application.[hg|ccg]: Add create_*() methods without argc and
argv parameters, because these can be NULL.
2010-07-30 Murray Cumming <murrayc murrayc com>
Added Gio::Application, wrapping GApplication.
- * gio/src/filelist.am:
- * gio/src/application.[hg|ccg]: New files. We maybe want to move some of
- Glib::Main to this and deprecated Glib::Main, though it would then be
+ * gio/src/filelist.am:
+ * gio/src/application.[hg|ccg]: New files. We maybe want to move some of
+ Glib::Main to this and deprecated Glib::Main, though it would then be
annoying to use Glib::RefPtr there.
2010-07-30 José Alburquerque <jaalburqu svn gnome org>
@@ -50,9 +52,9 @@
VariantType: Added create_*() methods.
- * glib/src/glib_functions.defs: Regenerated, manually changing some
+ * glib/src/glib_functions.defs: Regenerated, manually changing some
define-method lines to define-function lines.
- * glib/src/varianttype.[hg|ccg]: Added create_*() methods and a
+ * glib/src/varianttype.[hg|ccg]: Added create_*() methods and a
(std::string) constructor.
* tools/m4/convert_glib.m4: Added a conversion.
@@ -60,7 +62,7 @@
VariantType: Add more appropriate constructor and add Gtk::Stock-like types.
- * glib/src/varianttype.[hg|ccg]: Add a cobject constructor that always copies,
+ * glib/src/varianttype.[hg|ccg]: Add a cobject constructor that always copies,
and an operator= to match.
Add VariantType* objects to match the G_VARIANT_TYPE_* defines in C.
@@ -69,7 +71,7 @@
Added VariantType
* glib/src/filelist.am:
- * glib/src/varianttype.[hg|ccg]: Added VariantType, though
+ * glib/src/varianttype.[hg|ccg]: Added VariantType, though
we still need to wrap the _new_*() functions as create_*().
* tools/m4/convert_glib.m4: Added necessary conversions.
@@ -77,7 +79,7 @@
giomm: DBusConnection: Added send_message_with_reply().
- * gio/src/dbusconnection.[hg|ccg]: Added send_message_with_reply()
+ * gio/src/dbusconnection.[hg|ccg]: Added send_message_with_reply()
and send_message_with_reply_finish().
2010-07-27 José Alburquerque <jaalburqu svn gnome org>
@@ -108,7 +110,7 @@
* gio/src/unixfdlist.ccg:
* gio/src/unixfdlist.hg: Remove redundant paragraph in class docs.
(peek_fds): Made return const to emphasize that the file descriptors
- should not be modified.
+ should not be modified.
(steal_fds): Remove unnecessary const_cast<>.
2010-07-26 José Alburquerque <jaalburqu svn gnome org>
@@ -158,8 +160,8 @@
DBusAuthObserver: Fix the build with latest glib.
- * gio/src/dbusauthobserver.hg: authorize_authenticated_peer signal:
- Use no_default_handler, so we don't try to access the (totally private)
+ * gio/src/dbusauthobserver.hg: authorize_authenticated_peer signal:
+ Use no_default_handler, so we don't try to access the (totally private)
GDBusAuthObserverClass struct.
2010-07-23 José Alburquerque <jaalburqu svn gnome org>
@@ -204,7 +206,7 @@
DBusMessage: Add get_header() and set_header().
- * gio/src/dbusmessage.[hg|ccg]: Add get_header(), using a VariantBase output
+ * gio/src/dbusmessage.[hg|ccg]: Add get_header(), using a VariantBase output
parameter, and set_header().
* gio/src/settings.[hg|ccg]: get_value(): Make this const too.
* tools/m4/convert_gio.m4: Added conversions.
@@ -215,8 +217,8 @@
* glib/src/variant.[hg|ccg]: VariantBase: Added init(), like Value::init().
This just changes the gobject_, with appropriate unref and ref.
- * gio/src/settings.[hg|ccg]: get_value(): Use an output parameter for the
- VariantBase, instead of a return value, as we do for Value, allowing the
+ * gio/src/settings.[hg|ccg]: get_value(): Use an output parameter for the
+ VariantBase, instead of a return value, as we do for Value, allowing the
caller to use a derived (templated) type.
* examples/settings/settings.cc: Show how Variant<> can be used.
@@ -224,19 +226,19 @@
Settings example: Minor change.
- * examples/settings/settings.cc: Remove the unnecessary use of
+ * examples/settings/settings.cc: Remove the unnecessary use of
Glib::ustring::raw().
2010-07-22 Murray Cumming <murrayc murrayc com>
Variant: Added some methods.
- * glib/src/variant.[hg|ccg]: ValueBase: Wrap some simple functions
+ * glib/src/variant.[hg|ccg]: ValueBase: Wrap some simple functions
with _WRAP_METHOD().
- * glib/src/variant_basictypes.h.m4: Syntax changes, and make the castitem
+ * glib/src/variant_basictypes.h.m4: Syntax changes, and make the castitem
constructor explicit.
* tools/m4/convert_gio.m4: Added necessary conversion.
-
+
We need to decide how to use this in get*() methods and add some tests.
2010-07-22 Murray Cumming <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index 770cfc7..023344d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.25.3: (unstable):
+
+Glib:
+* Added VariantBase and Variant<>.
+ (José Alburquerque, Murray Cumming)
+
+Gio:
+* Added Application, wrapping GApplication
+ (Murray Cumming)
+* Added Credentials.
+ (Murray Cumming)
+* Added DBusConnection, DBusMethodInvocation, DBusServer,
+ DBusAuthObserver and DBusMessage.
+ (José Alburquerque, Murray Cumming, Martin Braure de Calignon)
+* Added UnixFDList.
+ (José Alburquerque)
+
+Build:
+* Fix the build without __STDC_ISO_10646__.
+ (Koop Mast)
+
+
2.25.2: (unstable):
Gio:
@@ -5,6 +27,7 @@ Gio:
Use SettingsBackend instead of string context parameters.
(Murray Cumming)
+
2.25.1: (unstable):
Glib:
diff --git a/configure.ac b/configure.ac
index a8ac82f..cea96a4 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.25.2],
+AC_INIT([glibmm], [2.25.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -57,7 +57,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.25.9'
+glibreq='2.0 >= 2.25.12'
GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]