summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-08 11:06:50 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-11-08 11:06:50 +0100
commit3fe14ffba7974d7b12b2881d6771aae2c0695a9d (patch)
treef8c7fa5d63ac9105c672d9c5074fd5d732a22baa
parentb917d93708d1d5fed1959507853c77a2bd8b1c83 (diff)
downloadlibmbim-3fe14ffba7974d7b12b2881d6771aae2c0695a9d.tar.gz
NEWS: update for 1.26.2
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20b3092..1b6ce3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
+Overview of changes in libmbim 1.26.2
+----------------------------------------
+
+ * The meson build setup was updated as follows:
+ ** Added new 'man' boolean option to allow disabling the generation of man
+ pages explicitly; 'true' by default.
+ ** Updated the 'introspection' option to be a boolean; 'true' by default.
+ This effectively removes the automatic enabling of the introspection
+ support based on whether the dependencies are found or not.
+ ** Fixed static build failure with toolchains that don't support dynamic
+ library.
+ ** Add version script linker flag only when available.
+ ** Fixed double quotes in udev rules file generated.
+
+ * Added support for a new Quectel service, including the following operations:
+ ** MBIM_CID_QUECTEL_RADIO_STATE
+
+ * mbim-codegen:
+ ** Explicitly require python3.
+
+ * mbimcli:
+ ** New '--quectel-query-radio-state' and '--quectel-set-radio-state'
+ operations, which provide a way to FCC unlock EM120 modules in new Lenovo
+ laptops.
+
+ * Several other minor improvements and fixes.
+
+
Overview of changes in libmbim 1.26
----------------------------------------