[network-manager-pptp/th/master-to-1-2-3-bgo771013: 57/58] all: merge branch 'master' into nm-1-2



commit 63a984701925ff465b71056096af036d1ea33f2f
Merge: a535b38 f3e9167
Author: Thomas Haller <thaller redhat com>
Date:   Wed Sep 7 18:39:40 2016 +0200

    all: merge branch 'master' into nm-1-2
    
    With the release of 1.2.0, we branched off 'nm-1-2' branch
    and bumped the version number on 'master' to 1.3.0.
    
    As of today, 'master' still only requires 1.2.0 API of libnm, libnma
    and NetworkManager. Note that VPN plugins are backward compatible so
    that it is very much supported to run an older VPN plugin against a
    newer NM version.
    That means, there is no reason for maintaining two upstream branches
    'master' and 'nm-1-2' that both provide a plugin that has essentially
    the same requirements w.r.t. the NetworkManager API.
    
    Merge 'master' into 'nm-1-2' and rewind the version number from 1.3.0
    to 1.2.3. There is now only one maintained branch of the plugin that
    works with libnm/libnma/NetworkManager >= 1.2.0.
    
    This means a user stuck with 1.2 can get the newest features from
    'master', instead of a stale 'nm-1-2' branch. Yes, that also means
    that upstream doesn't provide a bugfix-only branch of 1.2.
    But then, this is a tiny VPN plugin and not glibc. If a new 1.2.x
    version has issues it is simply a bug. In this case it's the
    responsibility of the user/distributor to cherry-pick the fix
    or revert to a previously working version.
    
    This is done to have less work for upstream, but more importantly:
    it makes clear that 'master' requires only 1.2 NM-API. That is important
    as improvements are now immediately useable for anybody running NM 1.2.0
    or newer. This is contrary to before, where it was strongly implied that
    'master' only works with the current development branch of NetworkManager.
    
    In other words: this decouples the versioning of the plugin from that
    of NetworkManager/libnma. The version number 1.2.x now has the meaning
    or requiring NM API >= 1.2.0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771013

 .gitignore                                         |    3 +
 Makefile.am                                        |   29 +-
 auth-dialog/Makefile.am                            |   31 +-
 auth-dialog/main.c                                 |   10 +-
 configure.ac                                       |   69 ++-
 m4/compiler_warnings.m4                            |   99 +++-
 po/POTFILES.in                                     |    4 +-
 po/ca.po                                           |    4 +-
 po/cs.po                                           |    2 +-
 po/de.po                                           |   20 +-
 po/es.po                                           |   80 ++--
 po/hu.po                                           |  160 +++---
 po/lt.po                                           |  284 ++++++----
 po/pl.po                                           |  133 +++--
 po/pt_BR.po                                        |  172 +++---
 po/sr.po                                           |   91 ++--
 po/sr latin po                                     |   91 ++--
 properties/Makefile.am                             |  137 +++--
 properties/advanced-dialog.c                       |   28 +-
 properties/advanced-dialog.h                       |    3 -
 properties/import-export.c                         |   61 --
 properties/import-export.h                         |   32 -
 properties/libnm-pptp-properties.ver               |    6 +
 properties/libnm-vpn-plugin-pptp-editor.ver        |    6 +
 properties/libnm-vpn-plugin-pptp.ver               |    6 +
 properties/nm-pptp-editor-plugin.c                 |  239 ++++++++
 properties/{nm-pptp.h => nm-pptp-editor-plugin.h}  |   53 +--
 properties/{nm-pptp.c => nm-pptp-editor.c}         |  273 +--------
 properties/nm-pptp-editor.h                        |   47 ++
 shared/Makefile.am                                 |    9 +
 shared/README                                      |    9 +
 shared/nm-default.h                                |  112 ++++
 .../nm-service-defines.h                           |    6 +-
 shared/nm-utils/gsystem-local-alloc.h              |  208 +++++++
 shared/nm-utils/nm-glib.h                          |  397 +++++++++++++
 shared/nm-utils/nm-macros-internal.h               |  606 ++++++++++++++++++++
 shared/nm-utils/nm-vpn-plugin-utils.c              |  130 +++++
 shared/nm-utils/nm-vpn-plugin-utils.h              |   42 ++
 src/Makefile.am                                    |   55 +-
 src/nm-pptp-pppd-plugin.c                          |   15 +-
 src/nm-pptp-service.c                              |   15 +-
 src/nm-pptp-service.h                              |    7 -
 42 files changed, 2769 insertions(+), 1015 deletions(-)
---
diff --cc configure.ac
index 96daeef,1a83922..cfe9a6a
--- a/configure.ac
+++ b/configure.ac
@@@ -1,10 -1,10 +1,10 @@@
  AC_PREREQ(2.59)
  
  AC_INIT(NetworkManager-pptp,
 -        1.3.0,
 +        1.2.3,
          https://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager,
          NetworkManager-pptp)
- AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz subdir-objects])
+ AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
  AM_MAINTAINER_MODE
  
  AC_CONFIG_MACRO_DIR([m4])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]