summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-09-06 14:02:28 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-09-06 14:02:28 +0200
commite12c9629b71e2f819e8811100bad4a9f4417f7b8 (patch)
treef708ef52ee377b6b04a8b77b06bfe4c5542342ec
parentb8f305d7f5bbf1712ed6ca39e5089e77fbd98eac (diff)
NEWS: update for 1.20.0
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d3f821..74f30ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
+Overview of changes in libmbim 1.20
+----------------------------------------
+
+ * Build updated with several fixes:
+ ** Explicitly define max allowed GLib version.
+ ** Fix issues with -Werror=type-limits.
+ ** Made compiler warning options compatible with clang.
+
+ * mbim-proxy:
+ ** Fixed client subscription to service indications using wildcard.
+ ** Fixed client subscription update logic when services/cids are being
+ removed.
+ ** New '--empty-timeout=[SECS}' option to specify the empty lifetime
+ duration.
+ ** New '--no-exit' option to avoid the proxy from exiting.
+
+ * Several other minor improvements and fixes.
+
+The following features which were backported to 1.18.x releases are also present
+in libmbim 1.20.0:
+
+ * mbim-proxy: default empty lifetime set to 300s.
+
Overview of changes in libmbim 1.18
----------------------------------------