On Wed, 2016-01-20 at 21:42 +0100, Michael Biebl wrote:
> Hi,
>
> nm-applet 1.1.90 contains the following configure check:
>
> PKG_CHECK_MODULES(LIBNM_GLIB,
> [gio-2.0 >= 2.32
> NetworkManager >= 1.1
> libnm-glib >= 1.1
> libnm-ut
We want to specify the min/max version requirements for libnm-gtk (the
user of libnm-glib), not for libnm-glib itself.
Fixes: a0d4d15ed22fff2ed856ca6291812e96374afc94
https://mail.gnome.org/archives/networkmanager-list/2016-January/msg00021.html
---
Hi,
> He also mentioned that NMA_CFLAGS in c
On Fri, 2016-01-22 at 17:42 +0300, Mikhail Efremov wrote:
> It is GLIB_GSETTINGS, not GLIB_SETTINGS.
> ---
>
Hi Mikhail,
merged:
master:
https://git.gnome.org/browse/network-manager-applet/commit/?id=768972491986e2f6970d284474e808b25c8f2285
nma-1-0:
https://git.gnome.org/browse/network-manage
On Fri, 2016-01-22 at 12:50 +0100, Matthias Berndt wrote:
> Hi Beniamino et al,
>
> networkmanager-openvpn doesn't currently handle blobs
> correctly. I've modified networkmanager-openvpn to support this
> functionality and fixed two minor bugs in the process. I'd be
> thrilled if you could comme