NetworkManager/libnm-util/tests
Dan Winship 9c4d86ee80 libnm-util, libnm-glib: add versioned deprecation/availability macros
Add versioned NM_DEPRECATED_IN_* and NM_AVAILABLE_IN_* macros, and tag
new/deprecated functions accordingly. (All currently-deprecated
functions are assumed to have been deprecated in 0.9.10.)

Add NM_VERSION_MIN_REQUIRED and NM_VERSION_MAX_ALLOWED macros which
can be set to determine which versions will cause warnings.

With the current settings, external consumers of the
libnm-util/libnm-glib APIs will have MIN_REQUIRED and MAX_ALLOWED both
set to NM_VERSION_0_9_8 by default, meaning they will get warnings
about functions added in 0.9.10. NM internally sets
NM_VERSION_MAX_ALLOWED to NM_VERSION_NEXT_STABLE to ensure that it is
always allowed to use all APIs.
2014-02-13 11:24:37 -05:00
..
certs libnm-util: recognize PKCS#8 private keys and check passwords (bgo #649326) 2011-05-13 14:22:06 -05:00
Makefile.am libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00
test-crypto.c all: remove pointless NULL checks 2013-02-13 13:38:13 -05:00
test-general.c libnm-util: add assert to nm_utils_ip4_netmask_to_prefix 2014-01-21 21:01:56 +01:00
test-secrets.c test: remove deprecated 'security' property from tests 2013-09-02 09:46:31 +02:00
test-setting-8021x.c libnm-util: remove unused D-Bus dbus_g_bus_get() call from test-setting-8021x.c 2011-06-14 16:14:40 +02:00
test-setting-dcb.c libnm-util: add Data Center Bridging (DCB) setting 2013-10-31 13:28:42 -05:00
test-settings-defaults.c all: use G_VALUE_INIT to initialize GValue variables 2013-03-25 08:41:18 +01:00