summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* release: bump version to 1.2.0v1.2.0Lubomir Rintel2016-04-22
| | | | NetworkManager-1.2 is now released; good time for a plugin release as well.
* build: don't include the full path to a plugin by defaultLubomir Rintel2016-04-22
| | | | | Makes packagers a bit less sad. We always keep the full paths in /etc for compatibility.
* build: install the service file into /usr/lib tooLubomir Rintel2015-10-13
| | | | | | | It's not really a configuration file and should not be installed into /etc. See file-hierarchy(7). We need the old location for the old property plugin though.
* build: allow build without libnm-glibLubomir Rintel2015-10-13
|
* properties: port to libnmLubomir Rintel2015-09-01
|
* build: check for libnm & libnmaLubomir Rintel2015-09-01
|
* build: bump version to 1.1.0Lubomir Rintel2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adopt the same naming scheme as NetworkManager and other VPN plugins use: 1.<odd>.0 = development snapshot of NetworkManager 1.<odd+1>.0 major release 1.<even>.<odd> = development snapshot of NetworkManager 1.<even>.<odd+1> stable release 1.<even>.<even> = a stable release NetworkManager 1.2 (which is currently versioned as 1.1.0) is going to bring some new ABI while still supporting the old one. There's new VPN service and UI plugin APIs in libnm. There's one difficulty though -- the connection editor 1.2 will be linked against libnm and a new libnma library it will provide (as opposed to libnm-glib and libnm-gtk), thus will be incapable of loading of property plugins that are linked with the old libraries (due to glib type system limitations). However, we must not break support for other connection editors (GNOME control center, KDE, older versions of nm-connection-editor, etc.) therefore we need to build two versions of the property plugin. NetworkManager 1.2's libnm will provide a shim that makes it easy. For these reasons, the plugin will require building with NetworkManager >= 1.1.0 (it will still happily work with older connection editors or would even talk to older versions of NM if one would install one). Let's make that clear in the version number.
* build: only check for libnm-gtk when we're building GNOME supportLubomir Rintel2015-09-01
|
* build: remove some unnecessary stuffDan Winship2015-03-24
| | | | | | | | | | | | | | PKG_CHECK_MODULES() automatically AC_SUBST()s the variables it creates, so we don't need to do it ourselves. Drop unnecessary explicit checks for gthread and dbus-glib. Remove unused INCLUDES= lines from Makefiles. Remove stray GConf references. Remove "#define NM_VPN_API_SUBJECT_TO_CHANGE", since that define has had no effect since before NM 0.7.
* Release 0.0.5Guido Günther2014-10-12
|
* Port to libnm-gtkGuido Günther2014-10-12
| | | | so we don't have to maintain the password dialog code anymore
* Port to libsecretGuido Günther2014-09-14
|
* Use LT_INITDan Fruehauf2013-12-14
| | | | | | instead of deprecated AC_PROG_LIBTOOL Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Release 0.0.4v0.0.4Guido Günther2012-12-25
|
* Release 0.0.3v0.0.3Guido Günther2012-03-27
|
* Release 0.0.2v0.0.2Guido Günther2012-02-18
|
* Initial commitv0.0.1Guido Günther2012-02-08