mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
libnm: add comment to libnm.ver about preserving existing version nodes
This commit is contained in:
parent
a9818692b8
commit
ff5541d875
1 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# This is the symbol version script of libnm for the linker.
|
||||
#
|
||||
# Note that once a stable release is done, all version nodes so
|
||||
# far must not change anymore. E.g. after 1.36.0 release, libnm_1_36_0
|
||||
# node (and all other version nodes) are frozen.
|
||||
#
|
||||
# Only add/remove symbols in the section for the current development
|
||||
# version, at the bottom of the file.
|
||||
libnm_1_0_0 {
|
||||
global:
|
||||
nm_802_11_ap_flags_get_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue