summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-31 09:28:37 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-31 09:28:37 +0200
commit8236b0f457e6ede0511f5e197017baa31eb953b4 (patch)
tree32256f4e4c820385fa917eafa9c618a1a1f04ade
parentaa376debd9bf4c27e66a4e9a621ab3318b79c934 (diff)
downloadglibmm-8236b0f457e6ede0511f5e197017baa31eb953b4.tar.gz
2.56.02.56.0
-rw-r--r--NEWS44
-rw-r--r--configure.ac2
2 files changed, 45 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3676dc08..56d60855 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+2.56.0 (stable):
+
+Glib:
+* Threads::Private: Fix gobj().
+ (Kjell Ahlstedt) Bug #791711 (octoploid)
+* TimeoutSource: Use monotonic time consistently.
+ (Kjell Ahlstedt) Bug #792524 (Dainis Jonitis)
+* Add RefPtr::get().
+ (Kjell Ahlstedt) Bug #495762 (Hubert Figuiere)
+
+Gio:
+* TlsClientConnection: Deprecate set/get/property_use_ssl3().
+ (Kjell Ahlstedt)
+* DataInputStream: Deprecate read_until().
+ (Kjell Ahlstedt)
+* Application: Add property_resource_base_path_string().
+ This is a replacement for property_resource_base_path() which can't be
+ fixed without breaking ABI.
+ (Kjell Ahlstedt) Bug #787496 (Daniel Boles)
+* Application: Add three set_option_context_*() methods.
+ (Kjell Ahlstedt)
+* DesktopAppInfo: Add get_locale_string().
+ (Kjell Ahlstedt)
+
+Documentation:
+* Slightly elaborate Glib::Variant<Variant> docs.
+ (Daniel Boles) Bug #778219
+
+tests:
+* glibmm_variant: Don't use C++14 features when a C++11 compiler is used.
+ (Kjell Ahlstedt, Jonathan Wakely) Bug #787648 (Armin K.)
+* glibmm_interface_move test: Avoid unused function warnings.
+ (Murray Cumming)
+
+gmmproc:
+* _WRAP_METHOD: Accept optional list of exceptions in errthrow.
+ (Kjell Ahlstedt) Bug #787979 (Daniel Boles)
+* _WRAP_METHOD: Suppress the @return section in generated documentation
+ if return type is void.
+ (Kjell Ahlstedt) Bug #787978 (Daniel Boles)
+* Add _MEMBER_SET_STR macro, setter for strings.
+ (Pavlo Solntsev) Bug #793778
+
+
2.54.1 (stable):
Glib:
diff --git a/configure.ac b/configure.ac
index c20e7786..23cf5f4c 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.54.1],
+AC_INIT([glibmm], [2.56.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])