[network-manager-iodine/lr/libnm: 2/11] build: bump version to 1.1.0
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-iodine/lr/libnm: 2/11] build: bump version to 1.1.0
- Date: Tue, 1 Sep 2015 12:12:15 +0000 (UTC)
commit 1b379c1c77d7bafd1d2b1d63bea35a5bae205fca
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Mon Aug 24 17:05:50 2015 +0200
build: bump version to 1.1.0
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.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0df603d..a783633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(NetworkManager-iodine, 0.0.5, agx sigxcpu org, NetworkManager-iodine)
+AC_INIT(NetworkManager-iodine, 1.1.0, agx sigxcpu org, NetworkManager-iodine)
AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-xz])
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]