[network-manager-openvpn] Created tag 1.2.4



The signed tag '1.2.4' was created.

Tagger: Thomas Haller <thaller redhat com>
Date: Mon Jul 4 11:03:40 2016 +0200

    Tag 1.2.4

Changes since the last tag '1.2.3-dev':

Anders Jonsson (1):
      Updated Swedish translation

Andika Triwidada (2):
      Updated Indonesian translation
      Updated Indonesian translation     (cherry picked from commit 0ac9f4fbf4ac512141b0b021ac11d1a31931f8ef)

Beniamino Galvani (2):
      helper: support IPv6 DNS servers
      helper: support IPv6 DNS servers

Dan Williams (3):
      import/export: don't limit reneg-sec to 65536 on import
      properties: set default file picker directory to last-chosen file (bgo #579707)
      properties: set default file picker directory to last-chosen file (bgo #579707)

Daniel Mustieles (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Gábor Kelemen (1):
      Updated Hungarian translation     (cherry picked from commit edba6e123f76ee4de71fca0c57e9fceadc07f6e6)

Jordi Mas (1):
      Update Catalan translation

Josef Andersson (1):
      Updated Swedish translation

Lubomir Rintel (11):
      release: bump version to 1.3.0 (development)
      appdata: add appstream metadata
      appdata: fix appstream-util validate complaints
      service: drop off the bus when done
      properties: add a forgotten file to dist
      build: don't include the full path to a plugin by default
      appdata: rename the xml file
      import: port is not mandatory for socks proxy
      import: add a missing initializer
      import: port is not mandatory for http proxy
      properties: add a forgotten file to dist

Mario Blättermann (2):
      Updated German translation
      Updated German translation     (cherry picked from commit 58866465f9b282f286c8d3168484095c4b451882)

Piotr Drąg (5):
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation

Rafael Fontenelle (4):
      Updated Brazilian Portuguese translation     (cherry picked from commit 
b661dd245a670ce41374b3607cb8672d6090bbd9)
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation     (cherry picked from commit 
bdbb5de415213ee87385b42ac1ef59d6cc9222f6)

Thomas Haller (88):
      build: add symbol version file for shared library of vpn plugin
      build: bump required NetworkManager library versions to 1.2
      properties: fix editor's dispose() to be re-entrant
      build: bump required libnma library version to 1.2
      build: reorder entries in properties/Makefile.am
      build: reorder "shared/Makefile.am"
      build: cleanup includes and include "nm-default.h" first
      build: drop direct includes of <glib.h> and <glib-object.h>
      build: drop direct includes of "nm-vpn-service-plugin.h"
      build: don't directly include nm-connection.h/NetworkManager.h
      build: include "nm-openvpn-service-defines.h" via "nm-default.h"
      build: drop direct includes of "nm-macros-internal.h" and "nm-utils.h"
      build: split NM_NETWORKMANAGER_COMPILATION_LIB define in a "base" and "editor" part
      properties: split NMVpnEditorPlugin out of "nm-openvpn.c"
      properties/trivial: move code around
      properties: rename file "nm-openvpn.h" to "nm-openvpn-editor.h"
      properties: split libnm-vpn-plugin-openvpn.so in two libraries
      build: let `./configure --without-gnome --with-libnm-glib` conflict
      build: enable building base plugin also for --without-gnome
      properties: merge branch 'th/vpn-editor-split-bgo765732'
      shared: re-import shared files from NetworkManager repository
      shared: remove #define bool from "nm-default.h"
      nmtst: allow non-boolean argument to nmtst_assert_success()
      build: use m4/compiler_warnings.m4 from NetworkManager
      properties: remove unused variable
      properties: fix using wrong enum value
      build: don't install appdata when building --without-gnome
      build: don't install ui-data when building --without-gnome
      build: drop unused configure option --with-tests
      build/trivial: rename define NM_OPENVPN_OLD to NM_VPN_OLD
      trivial: rename OPENVPN_EDITOR_PLUGIN_ERROR to NMV_EDITOR_PLUGIN_ERROR
      build: fix pkg-config call for NM_VPN_SERVICE_DIR
      shared: remove unused shared file "shared/nm-dbus-compat.h"
      shared: add README
      properties/trivial: rename internal error define NMV_EDITOR_PLUGIN_ERROR_FILE_NOT_OPENVPN
      shared: rename "nm-openvpn-service-defines.h" to "nm-service-defines.h"
      build: prefer stable libsecret-1 over libsecret-unstable
      properties/tests: make _check_item() and _check_secret() macros
      build: add symbol version file for shared library of vpn plugin
      build: reorder entries in properties/Makefile.am
      build: reorder "shared/Makefile.am"
      build: cleanup includes and include "nm-default.h" first
      build: drop direct includes of <glib.h> and <glib-object.h>
      build: drop direct includes of "nm-vpn-service-plugin.h"
      build: don't directly include nm-connection.h/NetworkManager.h
      build: include "nm-openvpn-service-defines.h" via "nm-default.h"
      build: drop direct includes of "nm-macros-internal.h" and "nm-utils.h"
      properties/tests: make _check_item() and _check_secret() macros
      build: use m4/compiler_warnings.m4 from NetworkManager
      properties: remove unused variable
      properties: fix using wrong enum value
      better support comp-lzo setting
      better support comp-lzo setting
      build: move copied shared files to separate directory
      po: fix wrong path in po/POTFILES.in
      properties: set user/group during export to "nm-openvpn"
      service: fix leak of @bus_name in nm_openvpn_start_openvpn_binary()
      shared: update shared files
      build: remove configure switch --with-more-asserts
      add support for --tls-cipher option
      gitignore: ignore .dirstamp files
      add support for --tls-cipher option
      build: build translations when building --without-gnome
      properties: improve error message parsing special targets for --route
      service/trivial: rename logging macros
      service/trivial: rename logging macro _LOGd() to _LOGD()
      service: interpret environment variables NM_VPN_LOG_LEVEL and NM_VPN_LOG_SYSLOG
      service: refactor logging and don't use g_log()
      service: improve logging for nm-openvpn-service-openvpn-helper
      service: cleanup conditional logging macros
      service: merge branch 'th/vpn-plugin-debug-bgo766816'
      service: don't use logging macros before logging is set up
      service: fix setting log-level based on debug-mode
      shared: move nm_utils_syslog_to_str() to "nm-vpn-plugin-utils.h"
      service: fix endless loop in helper when run without debug level
      all: merge the stable branch 'nm-1-2' into master
      shared: reimport shared files and reorganize
      build: build shared files individually without creating a library
      nm-1-2: re-merge branch into master
      shared: dist "shared/README" file
      nm-1-2: re-merge branch into master
      nm-1-2: re-merge branch into master
      properties/import: fix parsing for openvpn's special handling of comments and quoting
      properties: ignore "route 0.0.0.0" during import
      build: link properties test against -ldl
      src: preserve IP route configuration on restart
      release: update NEWS
      release: bump version to 1.2.4

Tom Tryfonidis (1):
      Updated Greek translation     (cherry picked from commit f2a70f13afb16d7dc010d08b238edaf15d4f8cd0)

Милош Поповић (2):
      Updated Serbian translation
      Updated Serbian Latin translation


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