aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: post release version bump to 1.19.0Aleksander Morgado2017-03-221-1/+1
|
* release: bump version to 1.18.0Aleksander Morgado2017-03-221-4/+4
|
* build: bump version to 1.17.901Aleksander Morgado2017-02-231-1/+1
|
* build: mm-runtime-check is an optional feature not an optional packageAleksander Morgado2017-02-231-6/+6
|
* qmi-firmware-update: new optional runtime check to see if MM runningAleksander Morgado2017-02-231-14/+35
| | | | | Enabled by default, may be disabled using --without-mm-runtime-check during configure.
* qmi-firmware-update: allow building without udevAleksander Morgado2017-02-131-15/+21
| | | | | | We allow running FW updates even when udev isn't available in the system. In this case, though, only the manual operations will be supported (i.e. --reset and --update-qdl).
* build: bump version to 1.17.900Aleksander Morgado2017-01-201-1/+1
|
* qmi-firmware-update: new parser for firmware/config/carrier stringsAleksander Morgado2017-01-161-0/+1
|
* qmi-firmware-update: new QfuUpdater with the core upgrade logicAleksander Morgado2017-01-161-9/+38
| | | | Initially, load sysfs path and setup state machine.
* qmi-firmware-update: new tool skeletonAleksander Morgado2017-01-161-0/+1
|
* build: require glib 2.36Aleksander Morgado2016-11-281-1/+1
| | | | | We want to start using new GLib features like e.g. GTask, available in GLib 2.36.
* build: fix a typo in mbim checkLubomir Rintel2016-07-081-1/+1
|
* build: post release version bump to 1.17.0Aleksander Morgado2016-07-071-1/+1
|
* release: bump version to 1.16.0Aleksander Morgado2016-07-071-3/+3
|
* libqmi-glib,version: new symbol to flag qmi-over-mbim supportAleksander Morgado2016-07-071-0/+4
|
* build: update `--enable-mbim-qmux' rulesAleksander Morgado2016-07-071-6/+15
| | | | If libmbim 1.14.0 found, enable QMI over MBIM support.
* libqmi: support MBIM EXT_QMUX serviceBjørn Mork2016-07-071-0/+13
| | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
* build: post release version bump to 1.15.0 (development)Aleksander Morgado2016-03-171-1/+1
|
* release: bump version to 1.14.0Aleksander Morgado2016-03-171-4/+4
|
* build: bump micro version to 1.13.7Aleksander Morgado2016-01-301-1/+1
| | | | | This is not an official release, just an easy way to identify when the new support for the UIM PIN actions was introduced.
* build: bump micro version to 1.13.6Aleksander Morgado2016-01-241-1/+1
| | | | | This is not an official release, just an easy way to identify when the new support for the 'kernel expected data format' getter/setter were introduced.
* nas: new optional TLV in 'Get Home Network' to know whether MNC is 2 or 3 digitsAleksander Morgado2015-10-251-1/+1
| | | | | Also, version bump to 1.13.5 to flag the exact version in which the change was introduced.
* build: bump micro version to 1.13.4Aleksander Morgado2015-02-071-1/+1
| | | | | Not an official release, just a way to flag the availability of the new "DMS Set FCC Authentication" command.
* nas: fix QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE enum name (api break)Aleksander Morgado2015-01-261-1/+1
| | | | | | | Just a enum value rename, but breaks API. Also, version bump to 0.13.3 to flag the exact version in which the change was introduced.
* nas: fix ECIO List TLV array element type (api break)Aleksander Morgado2015-01-251-1/+1
| | | | | | | | | | | | ECIO List TLV (0x12) in the NAS Get Signal Strength response message is given as an unsigned byte, representing negative 0.5dB increments. This is an API break; added to NEWS already not to forget about it. Also, version bump to 0.13.2 to flag the exact version in which the change was introduced. https://bugs.freedesktop.org/show_bug.cgi?id=85052
* nas: fix ECIO TLV field type (api break)Aleksander Morgado2015-01-251-1/+1
| | | | | | | | | | | | ECIO TLV (0x14) in the NAS Event Report Indication message is given as an unsigned byte, representing negative 0.5dB increments. This is an API break; added to NEWS already not to forget about it. Also, version bump to 0.13.1 to flag the exact version in which the change was introduced. https://bugs.freedesktop.org/show_bug.cgi?id=85052
* build: post release version bump to 1.13.0Aleksander Morgado2015-01-131-1/+1
|
* release: bump version to 1.12.0Aleksander Morgado2015-01-131-4/+4
|
* libqmi-glib,utils: avoid getpwnam() call if --enable-qmi-username not usedRoshan Pius2015-01-091-6/+14
| | | | | | | | | | | | | | | | If --enable-qmi-username isn't explicitly used, we should just check for the root user UID, without using getpwnam(). See e.g. these SELinux warnings: SELinux is preventing /usr/bin/bash from read access on the file /etc/passwd. ***** Plugin catchall (100. confidence) suggests ************************** If you believe that bash should be allowed read access on the passwd file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep qmi-proxy /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp
* libqmi-glib,proxy: Change ownership of QMI devices to the configured user.Roshan Pius2014-12-191-8/+25
| | | | | | Adding a udev rule to change ownership of all QMI devices to the configured user specified at compile time using --enable-qmi-username flag.
* build: rename '--enable-qmi-proxy-username' to '--enable-qmi-username'Aleksander Morgado2014-11-181-14/+10
| | | | | This shouldn't be a proxy-only setting. We're going to chown the QMI devices to this specific user, so we'll re-use this setting for that as well.
* libqmi-glib,proxy: add a configure flag to set the user ID of QMI proxyRoshan Pius2014-11-181-0/+11
| | | | | | | | | | | | Currently, the QMI proxy process assumes that it is run as root user and that all incoming client connection users are also root. However, it's not always preferable to run the QMI proxy as root for security reasons. On some platforms, the QMI proxy could be constrained to run as a less-privileged user and specially granted the permission to access the QMI device. So, adding a compile time flag in libqmi to check for the specified user, rather than assume it to be the root user. If the flag is not sent, it'll revert to the existing behaviour of checking for user=root(i.e UID=0)
* build: bump version to 1.11.1Aleksander Morgado2014-09-051-1/+1
| | | | | Not an official release, just a version bump to tag the availability of the new A-GPS related commands.
* release: bump version to 1.11.0 (development)Aleksander Morgado2014-05-291-1/+1
|
* release: bump version to 1.10.0Aleksander Morgado2014-05-291-3/+3
|
* release: bump version to 1.9.0 (development)Aleksander Morgado2013-12-111-1/+1
|
* release: bump version to 1.8.0Aleksander Morgado2013-12-111-3/+3
|
* qmi-proxy: initial implementationAleksander Morgado2013-09-051-0/+1
|
* libqmi-glib,device: use gio i/o streams instead of glib i/o channelsAleksander Morgado2013-09-051-1/+2
|
* build: consolidate the glib requirementsAleksander Morgado2013-09-051-12/+4
| | | | Don't split requirements per product built, but per actual requirement.
* build: move source code under src/Aleksander Morgado2013-09-051-6/+7
|
* release: bump version to 1.7.0 (development)Aleksander Morgado2013-09-051-1/+1
|
* release: bump version to 1.6.0Aleksander Morgado2013-09-051-2/+2
|
* build: Make help2man optionalColin Walters2013-09-041-0/+1
| | | | | I don't have it in gnome-ostree, nor at the moment man page stuff in general.
* man: generate qmicli manpage from --help-allAleksander Morgado2013-09-041-1/+5
|
* build: setup gtester based unit testsAleksander Morgado2013-06-211-13/+0
|
* build: setup libtool versioning for libqmi-glibAleksander Morgado2013-06-131-0/+21
| | | | | Let it be 0.0.0 for now; we have not updated this in the past versions, but we should do it from now on.
* libqmi-glib,api: provide version infoAleksander Morgado2013-06-131-1/+19
|
* release: bump version to 1.5.0 (development)Dan Williams2013-06-071-1/+1
|
* release: bump version to 1.4.0Dan Williams2013-06-071-1/+1
|