summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: post release version bump to 1.4.13Aleksander Morgado2015-10-091-1/+1
|
* release: bump version to 1.4.121.4.12Aleksander Morgado2015-10-071-1/+1
|
* build: post release version bump to 1.4.11Aleksander Morgado2015-07-141-1/+1
|
* release: bump version to 1.4.101.4.10Aleksander Morgado2015-07-141-1/+1
|
* build: post release version to 1.4.9Aleksander Morgado2015-04-231-1/+1
|
* release: bump version to 1.4.81.4.8Aleksander Morgado2015-04-231-1/+1
|
* build: only compile dbus tests if GIO >= 2.34 is availableAleksander Morgado2015-04-171-0/+4
| | | | | | | | | Backported from git master: commit d5adce08f5c17d25da782e611b377a8e1a815638 Author: Aleksander Morgado <aleksander@aleksander.es> Date: Fri Apr 17 09:57:57 2015 +0200 build: only compile dbus tests if GIO >= 2.34 is available
* build: post release version bump to 1.4.7Aleksander Morgado2015-03-231-1/+1
|
* release: bump version to 1.4.61.4.6Aleksander Morgado2015-03-231-1/+1
|
* build: post release version bump to 1.4.5Aleksander Morgado2015-02-101-1/+1
|
* release: bump version to 1.4.41.4.4Aleksander Morgado2015-02-101-1/+1
|
* broadband-modem-qmi: use 'DMS Set FCC Authentication' if online mode failsAleksander Morgado2015-02-101-1/+10
| | | | | | | | | | | Some new devices, like the Dell DW5770, will return an internal error when trying to bring the power mode to online. We can avoid this by sending the magic "DMS Set FCC Auth" message before retrying. Bumping libqmi version to 1.12.4, which is the one that supports this new message in the stable libqmi branch. https://bugzilla.kernel.org/show_bug.cgi?id=92101
* build: post release version bump to 1.4.3Aleksander Morgado2015-01-131-1/+1
|
* release: bump version to 1.4.21.4.2Aleksander Morgado2015-01-131-1/+1
|
* release: post release version bump to 1.4.1 (stable updates)Aleksander Morgado2014-09-051-1/+1
|
* release: bump version to 1.4.01.4.0Aleksander Morgado2014-08-221-3/+3
|
* build: require libmbim 1.10.0Aleksander Morgado2014-08-041-1/+1
| | | | | | We were depending on some new MbimNwError values defined at some point in the 1.9 development series. Depend on the new stable 1.10 version now that it's been released.
* build: use the correct pkg-config in checksAleksander Morgado2014-06-131-1/+1
|
* build: look for gdbus-codegen through pkg-configAleksander Morgado2014-06-111-0/+2
|
* build: glib-genmarshal no longer neededAleksander Morgado2014-06-111-2/+0
|
* modem-helpers-mbim: map more MbimNwError to MMMobileEquipmentErrorBen Chan2014-06-101-1/+1
| | | | | | | | Commit b1ae81a in libmim ("libmbim-glib: add additional GMM cause codes to MbimNwError") added additional GMM cause codes to MbimNwError. This patch maps some of those MbimNwError to MMMobileEquipmentError. This patch requires libmbim >= 1.9.0
* examples: add modem watcher example in JSAleksander Morgado2014-04-111-0/+1
|
* examples: add modem watcher example in pythonAleksander Morgado2014-04-111-0/+2
|
* build: require libmbim 1.8Aleksander Morgado2014-03-061-1/+1
| | | | We're going to add support for some features only available in that version.
* Revert "broadband-modem-mbim: update to use ↵Dan Williams2014-02-191-2/+2
| | | | | | | | mbim_message_device_service_subscribe_list" This reverts commit 8327db70b9b5b08481ce1666d7a0192f306ff5ee. libmbim change not committed yet...
* broadband-modem-mbim: update to use mbim_message_device_service_subscribe_listBen Chan2014-02-191-2/+2
| | | | | | libmbim renames 'MBIM_CID_DEVICE_SERVICE_SUBSCRIBER_LIST' to 'MBIM_CID_DEVICE_SERVICE_SUBSCRIBE_LIST' to be consistent with the MBIM specification. This patch updates MMBroadbandModemMbim accordingly.
* service,tests: new DBus service file for testsAleksander Morgado2014-02-131-0/+2
|
* libmm-glib,tests: use gdbus-codegen to generate code for the new Test interfaceAleksander Morgado2014-02-131-0/+1
|
* introspection,tests: add new 'Test' interfaceAleksander Morgado2014-02-131-0/+1
|
* build: post release version bump to 1.3.0 (development)Aleksander Morgado2014-01-301-1/+1
|
* release: bump version to 1.2.01.2.0Aleksander Morgado2014-01-301-2/+2
|
* release: bump version to 1.1.900 (1.2-rc1)1.2-rc1Aleksander Morgado2013-12-101-3/+3
| | | | Also bump soname of libmm-glib, as the interface has grown since the last tag.
* build: require libqmi 1.6.0Aleksander Morgado2013-09-051-1/+1
| | | | | We were already requiring some features from 1.5.0 (dev version), so depend on the stable 1.6.0 now that it's out.
* build: Error out if vala bindings are enabled but Makefile.vapigen not foundChristian Persch2013-08-141-0/+5
| | | | | | | Cannot test this for enable_vala=auto since enable_vala has been set to yes/no by this time. Bug #705641.
* libmm-glib: Add vala bindingsChristian Persch2013-08-141-0/+5
| | | | Bug #705641.
* libmm-glib: Generate GObject introspection informationChristian Persch2013-08-141-0/+4
| | | | Bug #705641.
* broadband-modem-qmi: implement manual CDMA activationAleksander Morgado2013-08-081-1/+1
| | | | | | | We'll also now require libqmi 1.5 (git master), needed to handle the PRL TLV in 'DMS Activate Manual'. TODO: require 1.6 as soon as it is released.
* build: fix dbus activation file generationAleksander Morgado2013-07-231-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704711
* build: post release version bump to 1.1.0 (development)Aleksander Morgado2013-07-191-1/+1
|
* release: bump version to 1.0.01.0.0Aleksander Morgado2013-07-191-3/+3
|
* build: require libmbim by default, and explicitly log about --without-mbimAleksander Morgado2013-07-141-23/+16
|
* build: explicitly log about --without-qmi when looking for libqmi failsAleksander Morgado2013-07-141-4/+8
|
* build: require libmbim-glib >= 1.4.0Aleksander Morgado2013-06-241-1/+1
| | | | We need it to get SMS support.
* dbus: no need for systemd and nosystemd setups of the service fileAleksander Morgado2013-06-231-0/+1
| | | | We can just merge them.
* build: remove --with-tests optionAleksander Morgado2013-06-181-14/+0
|
* test: remove testers of the old interfaceAleksander Morgado2013-06-181-21/+0
| | | | | | | | | | | Old python tests using the old ModemManager interface are removed, as mmcli provides already a much nicer way to test the DBus interface. Also, mm-test.py and the PPPD plugin get removed, which were also using the old interface, and which were not very useful for testing newer non-PPP based modems. https://bugzilla.gnome.org/show_bug.cgi?id=702061
* build: use new mailing list as contact addressAleksander Morgado2013-06-131-1/+1
|
* build: setup libtool versioning for libmm-glibAleksander Morgado2013-06-131-0/+21
| | | | We'll use it once we've released 0.8.
* api,header: setup and export MM version symbols in the APIAleksander Morgado2013-06-131-3/+21
|
* build: new strict & permissive polkit policies in '--with-polkit'Aleksander Morgado2013-06-131-16/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The '--with-polkit' configure switch now supports more options than just yes or no: * strict: Active user needs to explicitly authenticate when peforming an operation defined in the Device.Control, Messaging, Location or Contacts interfaces. Polkit policy is set to 'auth_self_keep'. * permissive: Active user doesn't need to explicitly authenticate when peforming an operation defined in the Device.Control, Messaging, Location or Contacts interfaces. Polkit policy is set to 'yes'. * none: don't use polkit. If '--with-polkit' is not given, usage will be automatically decided based on the presence of the Polkit headers in the system (if headers found, strict policy will be applied, otherwise none). Also: * '--with-polkit' is equivalent to '--with-polkit=strict' * '--with-polkit=yes' is equivalent to '--with-polkit=strict' * '--with-polkit=no' is equivalent to '--with-polkit=none' * '--without-polkit' is equivalent to '--with-polkit=none' By default, ModemManager will always apply the strict policy, in order to protect the user from unwanted operations in the modem (e.g. getting the PIN locked forever after wrong PIN/PUK unlock attempts). https://bugzilla.gnome.org/show_bug.cgi?id=701740