NetworkManager/libnm
Thomas Haller d407727f61 libnm: fix backported autoconnect-slaves symbols in libnm.ver
On master, we added new symbols
  nm_setting_connection_autoconnect_slaves_get_type()
  nm_setting_connection_get_autoconnect_slaves()
in the libnm_1_2_0 section.

It is wrong to extend the linker section of a stable
release. When backporting the patch we must create a
new linker section.

Move the symbols to the libnm_1_0_4 section. Note that
master (1.1) also defines the symbol there, so that the
upgrade path works.

https://bugzilla.gnome.org/show_bug.cgi?id=751535

Fixes: 408b631673
2015-06-26 16:33:34 +02:00
..
tests builds: only enable TAP driver for glib >= 2.37.6 2015-06-19 11:52:50 +02:00
generate-plugin-docs.pl trivial: fix a comment typo in generate-plugin-docs.pl 2014-11-19 17:54:03 +01:00
generate-setting-docs.py libnm: remove nm_utils_init() from the public API 2014-12-04 08:39:54 -05:00
libnm.pc.in libnm: drop libdbus-glib from pkg-config file 2015-01-22 13:31:45 -06:00
libnm.ver libnm: fix backported autoconnect-slaves symbols in libnm.ver 2015-06-26 16:33:34 +02:00
Makefile.am libnm: rename NMSecretAgent to NMSecretAgentOld 2014-11-21 12:17:41 -05:00
NetworkManager.h libnm: rename NMSecretAgent to NMSecretAgentOld 2014-11-21 12:17:41 -05:00
nm-access-point.c libnm: add some missing (transfer) annotations 2014-11-15 09:31:49 -05:00
nm-access-point.h
nm-active-connection.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-active-connection.h
nm-client.c libnm,core: don't mix up enum types 2015-04-23 13:48:51 +02:00
nm-client.h
nm-dbus-helpers.c libnm,dbus-helpers: include glib-compat for g_test_initialized() 2015-06-22 17:57:03 +02:00
nm-dbus-helpers.h
nm-device-adsl.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-adsl.h
nm-device-bond.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-bond.h
nm-device-bridge.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-bridge.h
nm-device-bt.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-bt.h
nm-device-ethernet.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-ethernet.h
nm-device-generic.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-generic.h
nm-device-infiniband.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-infiniband.h
nm-device-modem.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-modem.h
nm-device-olpc-mesh.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-olpc-mesh.h
nm-device-private.h
nm-device-team.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-team.h
nm-device-vlan.c libnm: add missing (transfer) annotation for nm_device_vlan_get_parent() 2014-11-25 12:48:11 +01:00
nm-device-vlan.h libnm: add :parent property for VLAN devices 2014-11-24 10:33:22 +01:00
nm-device-wifi.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-wifi.h
nm-device-wimax.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-device-wimax.h
nm-device.c device: add nm_device_get_type_description() function 2015-06-19 12:10:51 +02:00
nm-device.h
nm-dhcp-config.c docs: misc small fixes 2014-12-18 13:46:11 -05:00
nm-dhcp-config.h
nm-dhcp4-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp4-config.h
nm-dhcp6-config.c libnm: make NMDhcp6Config inherit from NMDhcpConfig 2015-01-02 20:39:20 +01:00
nm-dhcp6-config.h
nm-ip-config.c docs: misc small fixes 2014-12-18 13:46:11 -05:00
nm-ip-config.h
nm-ip4-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-ip4-config.h
nm-ip6-config.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-ip6-config.h
nm-manager.c libnm,core: don't mix up enum types 2015-04-23 13:48:51 +02:00
nm-manager.h
nm-object-cache.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-object-cache.h
nm-object-private.h
nm-object.c libnm,nm-object: fix tracing of object removal 2015-03-16 10:57:09 +01:00
nm-object.h
nm-remote-connection-private.h
nm-remote-connection.c nm-remote-connection: take a reference to self while calling get_settings 2015-05-05 16:37:06 +02:00
nm-remote-connection.h
nm-remote-settings.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-remote-settings.h
nm-secret-agent-old.c libnm: fix take ownership of floating argument in NMSecretAgentOld:get_secrets_cb() 2015-06-03 19:45:08 +02:00
nm-secret-agent-old.h libnm: (trivial) correct an example in NMSecretAgentOldGetSecretsFunc docs 2014-11-26 14:07:46 +01:00
nm-types.h libnm: rename NMSecretAgent to NMSecretAgentOld 2014-11-21 12:17:41 -05:00
nm-vpn-connection.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-vpn-connection.h
nm-vpn-editor-plugin.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-vpn-editor-plugin.h libnm, docs: docs fixes 2014-11-07 13:16:54 -05:00
nm-vpn-plugin-old.c libnm*: fix library gettext usage 2014-11-13 17:18:42 -05:00
nm-vpn-plugin-old.h
nm-wimax-nsp.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-wimax-nsp.h libnm, docs: docs fixes 2014-11-07 13:16:54 -05:00