summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-17 12:35:14 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-17 12:35:14 +0100
commit56927279fa1af63819c8c869161690a8d854d280 (patch)
tree10a4075968c98393c34e5456528ced21548962b7 /NEWS
parent9eb59b445384c3810a13e14cc0d4cb1665dfc61b (diff)
downloadglibmm-56927279fa1af63819c8c869161690a8d854d280.tar.gz
2.61.12.61.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS61
1 files changed, 61 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60884d4f..c3ebb5f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+2.61.1: (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* Add DateTime::get_timezone()
+ Add KeyFile::get_locale_for_key()
+ Add TimeZone::get_identifier()
+ (Kjell Ahlstedt)
+* KeyFile: Make it a refcounted class
+ (Kjell Ahlstedt)
+* Add Value_RefPtrBoxed<>
+ Add Value<std::vector<string>> specializations and other Value
+ specializations that are necessary for _WRAP_PROPERTY
+ (Kjell Ahlstedt)
+
+Gio:
+* Put _WRAP_VFUNC in protected sections
+ (Kjell Ahlstedt)
+* Add AppInfo::launch_uris_async() and launch_uris_async()
+ Add DBusConnection::get_flags()and property_flags()
+ (Kjell Ahlstedt)
+* TlsClientConnection: Remove property_accepted_cas()
+ (Kjell Ahlstedt)
+* ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames)
+ (Kjell Ahlstedt)
+* Remove NO_GTYPE from some _WRAP_ENUMs
+ (Kjell Ahlstedt) Issue #37 (Jan Tojnar)
+* TlsConnection: Remove rehandshake API
+ (Kjell Ahlstedt)
+* Application: Add signal_name_lost()
+ (Kjell Ahlstedt)
+
+Glib and Gio:
+* Use {} for function arguments initialisation
+ (Tapasweni Pathak) Merge request !9
+ Issue #20 (Daniel Boles)
+
+gmmproc:
+* generate_wrap_init.pl.in: Don't exclude any Gtk classes
+ (Kjell Ahlstedt)
+* _WRAP_PROPERTY: generate a static_assert() that checks if
+ the data type is acceptable
+ (Kjell Ahlstedt)
+* Add _IS_REFCOUNTED_BOXEDTYPE
+ (Kjell Ahlstedt)
+* _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter
+ (Kjell Ahlstedt)
+
+Build:
+* glibmmconfig.h.in: Remove unused configuration constants
+ (Kjell Ahlstedt) Issue #22
+* Change the ABI to glibmm-2.62
+ (Kjell Ahlstedt)
+
+Documentation:
+* README: Add installation instructions
+ (Tapasweni Pathak) Merge request !10
+* Don’t use @retval on out args, use @param[out]
+ (Daniel Boles) Merge request !6
+
+
2.59.1: (unstable):
Distro packagers should probably not package this yet.