diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 2 |
4 files changed, 13 insertions, 2 deletions
@@ -4,11 +4,9 @@ *.la *.bz2 -ChangeLog INSTALL Makefile Makefile.in -README aclocal.m4 autom4te.cache compile diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9984e23 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +Changes are available via git repository history. @@ -1,3 +1,13 @@ +Overview of changes in libqmi 1.4.0 +---------------------------------------- + +* cli: add --dms-activate-manual +* cli: implemented setting System Selection Preference +* dms: fix minimum version requirement for DMS Get/Set Operating Mode +* cli: fix technology preference persistence reporting +* docs: always generate documentation at dist time + + Overview of changes in libqmi 1.2.0 ---------------------------------------- @@ -0,0 +1,2 @@ +libqmi is a glib-based library for talking to WWAN modems and devices which +speak the Qualcomm MSM Interface (QMI) protocol. |