diff options
author | 2017-05-16 16:57:18 +0200 | |
---|---|---|
committer | 2017-05-17 15:49:50 +0200 | |
commit | 840ac9b641a21b560bb6a58d43af8cd70db120e5 (patch) | |
tree | e152131baad8dd656dbb1231392d5726f83e3532 /debian/librte-cfgfile17.05.symbols | |
parent | f2b01b7f24f0ec27440538cd03d0adfacbafe10a (diff) |
d/*symbols: update symbols files for 17.02/17.05
This is the non critical part which inlcudes:
- renaming to match new versions of apckages and sonames
- addition of new libraries
- adaption of reference to packages/sonames in symbols files
- newly added symbols
Since we never released a 17.02 this wraps up the jump from 16.11 to
17.05.
Change-Id: Ieab8bc34dc6677b95ad1490d37bbce7c9da93bad
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/librte-cfgfile17.05.symbols')
-rw-r--r-- | debian/librte-cfgfile17.05.symbols | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/librte-cfgfile17.05.symbols b/debian/librte-cfgfile17.05.symbols new file mode 100644 index 00000000..c9e84966 --- /dev/null +++ b/debian/librte-cfgfile17.05.symbols @@ -0,0 +1,15 @@ +librte_cfgfile.so.17.05.0 librte-cfgfile17.05 #MINVER# + DPDK_16.04@DPDK_16.04 16.04 + DPDK_17.05@DPDK_17.05 17.05 + DPDK_2.0@DPDK_2.0 16.04 + rte_cfgfile_close@DPDK_2.0 16.04 + rte_cfgfile_get_entry@DPDK_2.0 16.04 + rte_cfgfile_has_entry@DPDK_2.0 16.04 + rte_cfgfile_has_section@DPDK_2.0 16.04 + rte_cfgfile_load@DPDK_2.0 16.04 + rte_cfgfile_load_with_params@DPDK_17.05 17.05 + rte_cfgfile_num_sections@DPDK_2.0 16.04 + rte_cfgfile_section_entries@DPDK_2.0 16.04 + rte_cfgfile_section_entries_by_index@DPDK_16.04 16.04 + rte_cfgfile_section_num_entries@DPDK_2.0 16.04 + rte_cfgfile_sections@DPDK_2.0 16.04 |