summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2018-02-21 21:16:10 +0100
committerMurray Cumming <murrayc@murrayc.com>2018-02-21 21:16:10 +0100
commitf485b084a2b372e3324209581c5f99a075e1b83b (patch)
treec5b48c4698236908d7ee46799758a419427c1ad0
parent9e1be57fe01f8f62ea34378577b22e15633ffdf6 (diff)
downloadglibmm-f485b084a2b372e3324209581c5f99a075e1b83b.tar.gz
2.55.22.55.2
-rw-r--r--NEWS71
-rw-r--r--configure.ac2
2 files changed, 72 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e2a8c012..7de6b59b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,74 @@
+2.55.2: (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* IOCondition: Add an IO_ prefix to the enumerator names
+ (Kjell Ahlstedt)
+* TimeoutSource: Use monotonic time consistently
+ (Kjell Ahlstedt) Bug #792524 (Dainis Jonitis)
+* Source: Remove get_current_time().
+ (Kjell Ahlstedt)
+* KeyFile, OptionContext, Regex: Add exception specs to errthrow.
+ (Kjell Ahlstedt)
+* ustring:
+ - Replace 8×format() with 1 variadic template.
+ - Replace 9×compose() with 1 variadic template.
+ - Use std::initializer_list instead of pointer + size
+ (Daniel Boles) Bug #784211
+* VariantBase:
+ - Add operator==() and operator!=().
+ (Kjell Ahlstedt) Bug #789330 (Daniel Boles)
+ - cast_dynamic(): Remove noexcept(false).
+ (Kjell Ahlstedt)
+
+Glib::Gio:
+* AppInfo: Update the name of the AppLaunchContext parameters
+ (Kjell Ahlstedt)
+* Action: Add exception specs to errthrow.
+ (Kjell Ahlstedt)
+* Application: Fix property_resource_base_path()'s type
+ (Kjell Ahlstedt)
+* Credentials, et al.: Add exception specs to errthrow.
+ (Kjell Ahlstedt)
+* DataInputStream:
+ - Remove read_until*().
+ - Fix the documentation of read_line_utf8().
+ (Kjell Ahlstedt)
+* InetSocketAddress, ProxyAddress: No guint16 in _WRAP_PROPERTY().
+ (Kjell Ahlstedt)
+* Settings: set_int() and friends shall return bool.
+ (Kjell Ahlstedt) Bug #784211
+* TlsClientConnection: Remove get/set/property_use_ssl3().
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Warn if parameter lists are not compatible
+ (Kjell Ahlstedt)
+* _WRAP_METHOD: Accept optional list of exceptions in errthrow
+ (Kjell Ahlstedt)
+* _WRAP_METHOD_DOCS_ONLY: Optionally suppress @return section.
+ (Kjell Ahlstedt) Bug #787978
+* docextract_to_xml.py: Add --exclude-file option.
+ (Kjell Ahlstedt)
+* Suppress the @return section if return type is void.
+ (Kjell Ahlstedt)
+* generate_extra_defs.cc:
+ - Write signal flags to .defs files.
+ - Write default values of properties to .defs files.
+ - Write default values of properties to generated documentation.
+ (Kjell Ahlstedt) Bug #785895 (Daniel Boles)
+* Warn for unmatched deprecations in signals and properties.
+ (Kjell Ahlstedt)
+
+Documentation:
+* Glib::ObjectBase: Don't mention GtkObject in comments.
+ (Kjell Ahlstedt)
+* Glib::Variant: Hide namespace Glib::detail from Doxygen
+ (Kjell Ahlstedt) Bug #787698 (Daniel Boles)
+* Glib::Variant: Slightly elaborate Variant<Variant> docs.
+ (Daniel Boles) Bug #778219 (Daniel Boles)
+
+
2.55.1: (unstable):
Distro packagers should probably not package this yet.
diff --git a/configure.ac b/configure.ac
index 1e1598cb..766b5426 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.55.1],
+AC_INIT([glibmm], [2.55.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])