summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-04-14 09:14:10 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-04-14 09:14:10 +0200
commite289d513b1565d7f829d62d54bff6b629d760379 (patch)
tree01dde3120e210a47970bca190178541417d79675
parent64ca66b1446e6cb4019859d395b37a78fbc47651 (diff)
downloadglibmm-e289d513b1565d7f829d62d54bff6b629d760379.tar.gz
NEWS: Mention API additions in 2.40glibmm-2-40
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b58e2deb..08e4a856 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.40:
+
+API additions since 2.38:
+
+Glib:
+* Keyfile: Add save_to_file().
+ (Murray Cumming)
+* Add VariantDict.
+ (Murray Cumming)
+
+Gio:
+* Action: Add parse_detailed_name() and parse_detailed_name_variant().
+ (Kjell Ahlstedt)
+* Application: Add the handle-local-options signal.
+ (Murray Cumming)
+* ApplicationCommandline: Add get_options_dict().
+* MenuModel: Add signal_items_changed()
+ (Kjell Ahlstedt)
+* MemoryInputStream: Add add_data() taking a sigc::slot,
+ with a test.
+ (Kjell Ahlstedt) Bug #609946 (Daniel Elstner)
+* Add Notification.
+ (Kjell Ahlstedt) Bug #722896.
+* Settings: Add get_user_value() and get_default_value().
+ (Murray Cumming)
+* Socket: Add get/set_option().
+ (Murray Cumming)
+* TlsInteraction: Add invoke_request_certificate(),
+ request_certificate(), request_certificate_async() and
+ request_certificate_finish().
+ (Murray Cumming)
+
+
2.40.0 (stable):
* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.