release: bump version to 1.4.0
This commit is contained in:
43
NEWS
43
NEWS
@@ -1,4 +1,47 @@
|
||||
|
||||
ModemManager 1.4.0
|
||||
-------------------------------------------
|
||||
This is a new stable release of ModemManager.
|
||||
|
||||
* This version requires libmbim >= 1.10.0.
|
||||
|
||||
This version comes with the following updates in the interfaces:
|
||||
|
||||
* Updated the logic around the IP configuration properties in the Bearer:
|
||||
** Setting DHCP as IP method in the IPv6 settings means that SLAAC should
|
||||
be used to retrieve correct addressing and routing details.
|
||||
** DHCP IP method may now be combined with an explicit static IP address, as
|
||||
IPv6 SLAAC may require the link-local address to be present.
|
||||
** MTU is now also included in the IP configuration properties, if specified
|
||||
by the modem, and applicable to both DHCP and STATIC methods.
|
||||
* New 'OFF' power state, which fully switches off the modem device. After
|
||||
setting the modem in this state, no further use of it can be done. Currently
|
||||
available in Wavecom and Cinterion.
|
||||
* Location interface: new 'unmanaged GPS' support, which allows to start/stop
|
||||
the GPS module in the modem, while leaving the location information retrieval
|
||||
to other processes. Currently available in modems with independent GPS TTYs,
|
||||
like Option/HSO, Cinterion and Huawei.
|
||||
* New Test DBus interface: not to be installed, just for internal system tests.
|
||||
|
||||
Other notable changes include:
|
||||
* MBIM: support for ZTE and Sequans Communications modems.
|
||||
* Ericsson MBM: Support for AT-capable /dev/cdc-wdm ports.
|
||||
* Huawei: improved support for Network time retrieval.
|
||||
* Huawei: implemented GPS support.
|
||||
* Huawei: support for /dev/cdc-wdm AT ports via the new huawei-cdc-ncm driver.
|
||||
* Cinterion: implemented GPS support.
|
||||
* Cinterion: implemented unlock retries loading.
|
||||
* Cinterion: gather port types for multi-tty devices.
|
||||
* Cinterion: custom wait for SIM readiness after SIM-PIN unlock.
|
||||
* Wavecom: custom wait for SIM readiness after SIM-PIN unlock.
|
||||
* Probing: new flag to identify hotplugged devices which don't need full reset.
|
||||
* Tests: internal refactor of the ports handling code, allowing test-driven
|
||||
virtual ports and system tests run during 'make check'. This new feature also
|
||||
comes with a new internal 'Test' DBus interface, as well as new --test-[*]
|
||||
options in the ModemManager program.
|
||||
* and many more fixes...
|
||||
|
||||
|
||||
ModemManager 1.2.0
|
||||
-------------------------------------------
|
||||
This is a new stable release of ModemManager.
|
||||
|
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
dnl The MM version number
|
||||
m4_define([mm_major_version], [1])
|
||||
m4_define([mm_minor_version], [3])
|
||||
m4_define([mm_minor_version], [4])
|
||||
m4_define([mm_micro_version], [0])
|
||||
m4_define([mm_version],
|
||||
[mm_major_version.mm_minor_version.mm_micro_version])
|
||||
@@ -15,9 +15,9 @@ dnl If the interface has grown (that is, the new library is compatible
|
||||
dnl with old code), increment a.
|
||||
dnl If the interface has changed in an incompatible way (that is,
|
||||
dnl functions have changed or been removed), then zero a.
|
||||
m4_define([mm_glib_lt_current], [1])
|
||||
m4_define([mm_glib_lt_current], [2])
|
||||
m4_define([mm_glib_lt_revision], [0])
|
||||
m4_define([mm_glib_lt_age], [1])
|
||||
m4_define([mm_glib_lt_age], [2])
|
||||
|
||||
|
||||
AC_INIT([ModemManager],[mm_version],[modemmanager-devel@lists.freedesktop.org],[ModemManager])
|
||||
|
Reference in New Issue
Block a user