[hdf5] 04/08: Improve C++ versioned symbols tracking

Gilles Filippini pini at debian.org
Fri Jun 26 13:52:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to branch master
in repository hdf5.

commit f860118dc98bbcf23426edc43ee47be0173f331f
Author: Gilles Filippini <pini at debian.org>
Date:   Fri Jun 26 14:00:32 2015 +0200

    Improve C++ versioned symbols tracking
    
    Tracking C++ versioned symbols is complacated:
    * Firstly we need to track them under their unmangled form to be arch
      independant.
    * Secondly I discovered after many /try fail repeat/ that dpkg-gensymbols
      wants the verbose unmangled symbols (output from 'c++filt' command)
      while version scripts want the non verbose ones (output from
      'c++filt -i' command).
    * Finaly the patches generated by dpkg-gensymbols don't allow any
      comment in the symbols files and requires a specific sorting order
      (bug #773718).
    All these concerns are handled by three helper scripts:
    * debian/process-symbols-files
    * debian/sort-symbols
    * debian/make-version-scripts
    The entry point being debian/process-symbols-files.
---
 debian/libhdf5-10.symbols         | 194 ++++++++++----------
 debian/libhdf5-cpp-10.symbols     | 372 +++++++++++++++++++-------------------
 debian/libhdf5-mpich-10.symbols   | 312 ++++++++++++++++----------------
 debian/libhdf5-openmpi-10.symbols | 312 ++++++++++++++++----------------
 debian/make-version-scripts       |  32 +++-
 debian/mangled-symbols-table      | 175 ++++++++++++++++++
 debian/map_mpi.ver                | 156 ++++++++--------
 debian/map_serial.ver             | 307 ++++++++++++++++---------------
 debian/process-symbols-files      |  60 ++++++
 debian/sort-symbols               |  35 ++--
 10 files changed, 1118 insertions(+), 837 deletions(-)

diff --git a/debian/libhdf5-10.symbols b/debian/libhdf5-10.symbols
index 39501b7..6a34a82 100644
--- a/debian/libhdf5-10.symbols
+++ b/debian/libhdf5-10.symbols
@@ -1207,8 +1207,8 @@ libhdf5_serial.so.10 libhdf5-10
  H5MF_try_extend at HDF5_SERIAL_1.8.7 1.8.13
  H5MF_try_shrink at HDF5_SERIAL_1.8.7 1.8.13
  H5MF_xfree at HDF5_SERIAL_1.8.7 1.8.13
- H5MM_calloc at Base 1.8.15
- H5MM_malloc at Base 1.8.15
+ H5MM_calloc at HDF5_SERIAL_1.8.15 1.8.15
+ H5MM_malloc at HDF5_SERIAL_1.8.15 1.8.15
  H5MM_realloc at HDF5_SERIAL_1.8.7 1.8.13
  H5MM_strdup at HDF5_SERIAL_1.8.7 1.8.13
  H5MM_xfree at HDF5_SERIAL_1.8.7 1.8.13
@@ -1397,8 +1397,8 @@ libhdf5_serial.so.10 libhdf5-10
  H5Ovisit_by_name at HDF5_SERIAL_1.8.7 1.8.13
  H5PL_load at HDF5_SERIAL_1.8.11 1.8.13
  H5PL_term_interface at HDF5_SERIAL_1.8.11 1.8.13
- H5PLget_loading_state at Base 1.8.15
- H5PLset_loading_state at Base 1.8.15
+ H5PLget_loading_state at HDF5_SERIAL_1.8.15 1.8.15
+ H5PLset_loading_state at HDF5_SERIAL_1.8.15 1.8.15
  H5P_CLS_ACRT at HDF5_SERIAL_1.8.7 1.8.13
  H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_SERIAL_1.8.14 1.8.14
  H5P_CLS_ATTRIBUTE_CREATE_g at HDF5_SERIAL_1.8.7 1.8.13
@@ -2076,19 +2076,19 @@ libhdf5_serial.so.10 libhdf5-10
  H5T__conv_ldouble_double at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_float at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_int at HDF5_SERIAL_1.8.7 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_llong at HDF5_SERIAL_1.8.7 1.8.13
+ H5T__conv_ldouble_llong at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_long at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_schar at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_short at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_uchar at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_uint at HDF5_SERIAL_1.8.7 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_ullong at HDF5_SERIAL_1.8.7 1.8.13
+ H5T__conv_ldouble_ullong at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_ulong at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_ldouble_ushort at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_double at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_float at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_int at HDF5_SERIAL_1.8.7 1.8.13
- (arch=!powerpc)H5T__conv_llong_ldouble at HDF5_SERIAL_1.8.7 1.8.13
+ H5T__conv_llong_ldouble at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_long at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_schar at HDF5_SERIAL_1.8.7 1.8.13
  H5T__conv_llong_short at HDF5_SERIAL_1.8.7 1.8.13
@@ -2479,7 +2479,7 @@ libhdf5_serial.so.10 libhdf5-10
  H5_type_conv_blk_free_list at HDF5_SERIAL_1.8.7 1.8.13
  H5_vlen_fl_buf_blk_free_list at HDF5_SERIAL_1.8.7 1.8.13
  H5_vlen_vl_buf_blk_free_list at HDF5_SERIAL_1.8.7 1.8.13
- H5allocate_memory at Base 1.8.15
+ H5allocate_memory at HDF5_SERIAL_1.8.15 1.8.15
  H5check_version at HDF5_SERIAL_1.8.7 1.8.13
  H5close at HDF5_SERIAL_1.8.7 1.8.13
  H5dont_atexit at HDF5_SERIAL_1.8.7 1.8.13
@@ -2488,21 +2488,23 @@ libhdf5_serial.so.10 libhdf5-10
  H5get_libversion at HDF5_SERIAL_1.8.7 1.8.13
  H5libhdf5_settings at HDF5_SERIAL_1.8.7 1.8.13
  H5open at HDF5_SERIAL_1.8.7 1.8.13
- H5resize_memory at Base 1.8.15
+ H5resize_memory at HDF5_SERIAL_1.8.15 1.8.15
  H5set_free_list_limits at HDF5_SERIAL_1.8.7 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -2514,19 +2516,21 @@ libhdf5_serial.so.10 libhdf5-10
 libhdf5_serial_fortran.so.10 libhdf5-10
  HD5f2cstring at HDF5_SERIAL_1.8.7 1.8.13
  HD5packFstring at HDF5_SERIAL_1.8.7 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -2602,7 +2606,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5a_provisional_MOD_h5aread_char_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
+ __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_SERIAL_1.8.13 1.8.13
  __h5a_provisional_MOD_h5aread_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2611,7 +2615,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5a_provisional_MOD_h5aread_integer_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5a_provisional_MOD_h5aread_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5a_provisional_MOD_h5aread_real_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2628,7 +2632,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5a_provisional_MOD_h5awrite_char_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_SERIAL_1.8.13 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2637,7 +2641,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5a_provisional_MOD_h5awrite_integer_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5a_provisional_MOD_h5awrite_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5a_provisional_MOD_h5awrite_real_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2675,7 +2679,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5d_provisional_MOD_h5dread_char_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
+ __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_SERIAL_1.8.13 1.8.13
  __h5d_provisional_MOD_h5dread_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2684,7 +2688,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5d_provisional_MOD_h5dread_integer_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5d_provisional_MOD_h5dread_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5d_provisional_MOD_h5dread_real_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2695,7 +2699,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5d_provisional_MOD_h5dread_real_scalar at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_dsetreg at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_obj at HDF5_SERIAL_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2704,7 +2708,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5d_provisional_MOD_h5dwrite_char_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_SERIAL_1.8.14 1.8.14
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_SERIAL_1.8.13 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2713,7 +2717,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5d_provisional_MOD_h5dwrite_integer_6 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_7 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_scalar at HDF5_SERIAL_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5d_provisional_MOD_h5dwrite_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_1 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_2 at HDF5_SERIAL_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_3 at HDF5_SERIAL_1.8.8 1.8.13
@@ -2744,7 +2748,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5f_MOD_h5fopen_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5f_MOD_h5freopen_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5f_MOD_h5funmount_f at HDF5_SERIAL_1.8.7 1.8.13
- __h5f_provisional_MOD_h5fget_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5f_provisional_MOD_h5fget_file_image_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5g_MOD_h5gclose_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5g_MOD_h5gcreate_anon_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5g_MOD_h5gcreate_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2763,8 +2767,8 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5g_MOD_h5gopen_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5g_MOD_h5gset_comment_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5g_MOD_h5gunlink_f at HDF5_SERIAL_1.8.7 1.8.13
- __h5global_MOD_h5g_link_f at Base 1.8.15
- __h5global_MOD_h5g_udlink_f at Base 1.8.15
+ __h5global_MOD_h5g_link_f at HDF5_SERIAL_1.8.15 1.8.15
+ __h5global_MOD_h5g_udlink_f at HDF5_SERIAL_1.8.15 1.8.15
  __h5i_MOD_h5idec_ref_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5i_MOD_h5iget_file_id_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5i_MOD_h5iget_name_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2784,8 +2788,8 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5l_MOD_h5lget_name_by_idx_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5l_MOD_h5lis_registered_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5l_MOD_h5lmove_f at HDF5_SERIAL_1.8.7 1.8.13
- __h5l_provisional_MOD_h5literate_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5l_provisional_MOD_h5literate_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5l_provisional_MOD_h5literate_by_name_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5l_provisional_MOD_h5literate_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5lib_MOD_h5check_version_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5lib_MOD_h5close_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5lib_MOD_h5dont_atexit_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2793,7 +2797,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5lib_MOD_h5get_libversion_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5lib_MOD_h5kind_to_type at HDF5_SERIAL_1.8.8 1.8.13
  __h5lib_MOD_h5open_f at HDF5_SERIAL_1.8.7 1.8.13
- __h5lib_provisional_MOD_h5offsetof at HDF5_SERIAL_1.8.14 1.8.14
+ __h5lib_provisional_MOD_h5offsetof at HDF5_SERIAL_1.8.13 1.8.13
  __h5o_MOD_h5oclose_f at HDF5_SERIAL_1.8.8 1.8.13
  __h5o_MOD_h5ocopy_f at HDF5_SERIAL_1.8.9 1.8.13
  __h5o_MOD_h5odecr_refcount_f at HDF5_SERIAL_1.8.11 1.8.13
@@ -2807,11 +2811,11 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5o_MOD_h5oopen_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5o_MOD_h5oset_comment_by_name_f at HDF5_SERIAL_1.8.11 1.8.13
  __h5o_MOD_h5oset_comment_f at HDF5_SERIAL_1.8.11 1.8.13
- __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5o_provisional_MOD_h5oget_info_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5o_provisional_MOD_h5ovisit_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5o_provisional_MOD_h5oget_info_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5o_provisional_MOD_h5ovisit_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_MOD_h5pall_filters_avail_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5p_MOD_h5pclose_class_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5p_MOD_h5pclose_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -2930,43 +2934,43 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5p_MOD_h5punregister_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pcreate_class_f at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_char at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pget_file_image_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_char at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pget_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pget_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_char at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pinsert_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pinsert_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pinsert_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_char at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pregister_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pregister_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pregister_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_char at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_file_image_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pset_file_image_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_char at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_integer at HDF5_SERIAL_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_ptr at HDF5_SERIAL_1.8.14 1.8.14
+ __h5p_provisional_MOD_h5pset_ptr at HDF5_SERIAL_1.8.13 1.8.13
  __h5p_provisional_MOD_h5pset_real at HDF5_SERIAL_1.8.8 1.8.13
  __h5r_MOD_h5rget_object_type_obj_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rcreate_object_f at HDF5_SERIAL_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5r_provisional_MOD_h5rcreate_region_f at HDF5_SERIAL_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rdereference_object_f at HDF5_SERIAL_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5r_provisional_MOD_h5rdereference_region_f at HDF5_SERIAL_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rget_name_object_f at HDF5_SERIAL_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5r_provisional_MOD_h5rget_name_region_f at HDF5_SERIAL_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_SERIAL_1.8.14 1.8.14
+ __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_SERIAL_1.8.13 1.8.13
  __h5r_provisional_MOD_h5rget_region_region_f at HDF5_SERIAL_1.8.10 1.8.13
  __h5s_MOD_h5sclose_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5s_MOD_h5scopy_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -3054,9 +3058,9 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  __h5t_MOD_h5tset_strpad_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5t_MOD_h5tset_tag_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5t_MOD_h5tvlen_create_f at HDF5_SERIAL_1.8.7 1.8.13
- __h5t_provisional_MOD_h5tconvert_f at HDF5_SERIAL_1.8.14 1.8.14
- __h5t_provisional_MOD_h5tenum_insert_f03 at Base 1.8.15
- __h5t_provisional_MOD_h5tenum_insert_f90 at Base 1.8.15
+ __h5t_provisional_MOD_h5tconvert_f at HDF5_SERIAL_1.8.13 1.8.13
+ __h5t_provisional_MOD_h5tenum_insert_f03 at HDF5_SERIAL_1.8.15 1.8.15
+ __h5t_provisional_MOD_h5tenum_insert_f90 at HDF5_SERIAL_1.8.15 1.8.15
  __h5z_MOD_h5zfilter_avail_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5z_MOD_h5zget_filter_info_f at HDF5_SERIAL_1.8.7 1.8.13
  __h5z_MOD_h5zunregister_f at HDF5_SERIAL_1.8.7 1.8.13
@@ -3094,7 +3098,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5aread_double_6_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5aread_double_7_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5aread_double_s_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5aread_f_c at Base 1.8.15
+ h5aread_f_c at HDF5_SERIAL_1.8.15 1.8.15
  h5aread_integer_1_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5aread_integer_2_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5aread_integer_3_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3131,7 +3135,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5awrite_double_6_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5awrite_double_7_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5awrite_double_s_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5awrite_f_c at Base 1.8.15
+ h5awrite_f_c at HDF5_SERIAL_1.8.15 1.8.15
  h5awrite_integer_1_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5awrite_integer_2_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5awrite_integer_3_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3165,7 +3169,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5dclose_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dcreate_anon_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dcreate_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5dfill_c at Base 1.8.15
+ h5dfill_c at HDF5_SERIAL_1.8.15 1.8.15
  h5dfill_double_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dfill_integer_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dfill_real_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3187,7 +3191,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5dread_double_6_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dread_double_7_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dread_double_s_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5dread_f_c at Base 1.8.15
+ h5dread_f_c at HDF5_SERIAL_1.8.15 1.8.15
  h5dread_integer_1_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dread_integer_2_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dread_integer_3_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3220,7 +3224,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5dreadc_s_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dset_extent_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dvlen_get_max_len_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5dvlen_reclaim_c at Base 1.8.15
+ h5dvlen_reclaim_c at HDF5_SERIAL_1.8.15 1.8.15
  h5dwrite_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_double_1_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_double_2_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3230,7 +3234,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5dwrite_double_6_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_double_7_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_double_s_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5dwrite_f_c at Base 1.8.15
+ h5dwrite_f_c at HDF5_SERIAL_1.8.15 1.8.15
  h5dwrite_integer_1_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_integer_2_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5dwrite_integer_3_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3268,7 +3272,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5eget_minor_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5eprint_c1_ at HDF5_SERIAL_1.8.7 1.8.13
  h5eprint_c2_ at HDF5_SERIAL_1.8.7 1.8.13
- h5eset_auto2_c at Base 1.8.15
+ h5eset_auto2_c at HDF5_SERIAL_1.8.15 1.8.15
  h5eset_auto_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5f_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5fclose_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3278,7 +3282,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5fflush_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5fget_access_plist_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5fget_create_plist_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5fget_file_image_c at Base 1.8.15
+ h5fget_file_image_c at HDF5_SERIAL_1.8.15 1.8.15
  h5fget_filesize_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5fget_freespace_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5fget_name_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3336,8 +3340,8 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5lget_val_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5lib_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5lis_registered_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5literate_by_name_c at Base 1.8.15
- h5literate_c at Base 1.8.15
+ h5literate_by_name_c at HDF5_SERIAL_1.8.15 1.8.15
+ h5literate_c at HDF5_SERIAL_1.8.15 1.8.15
  h5lmove_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5o_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5oclose_c_ at HDF5_SERIAL_1.8.8 1.8.13
@@ -3346,9 +3350,9 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5oexists_by_name_c_ at HDF5_SERIAL_1.8.11 1.8.13
  h5oget_comment_by_name_c_ at HDF5_SERIAL_1.8.11 1.8.13
  h5oget_comment_c_ at HDF5_SERIAL_1.8.11 1.8.13
- h5oget_info_by_idx_c at Base 1.8.15
- h5oget_info_by_name_c at Base 1.8.15
- h5oget_info_c at Base 1.8.15
+ h5oget_info_by_idx_c at HDF5_SERIAL_1.8.15 1.8.15
+ h5oget_info_by_name_c at HDF5_SERIAL_1.8.15 1.8.15
+ h5oget_info_c at HDF5_SERIAL_1.8.15 1.8.15
  h5oincr_refcount_c_ at HDF5_SERIAL_1.8.11 1.8.13
  h5olink_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5oopen_by_addr_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3357,8 +3361,8 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5open_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5oset_comment_by_name_c_ at HDF5_SERIAL_1.8.11 1.8.13
  h5oset_comment_c_ at HDF5_SERIAL_1.8.11 1.8.13
- h5ovisit_by_name_c at Base 1.8.15
- h5ovisit_c at Base 1.8.15
+ h5ovisit_by_name_c at HDF5_SERIAL_1.8.15 1.8.15
+ h5ovisit_c at HDF5_SERIAL_1.8.15 1.8.15
  h5p_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5p_flags_int_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pall_filters_avail_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3367,8 +3371,8 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pcopy_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pcopy_prop_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pcreate_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pcreate_class_c at Base 1.8.15
- h5pcreate_class_f90_c_ at Base 1.8.15
+ h5pcreate_class_c at HDF5_SERIAL_1.8.15 1.8.15
+ h5pcreate_class_f90_c_ at HDF5_SERIAL_1.8.15 1.8.15
  h5pequal_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pexist_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pfill_value_defined_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3378,7 +3382,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pget_attr_phase_change_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_btree_ratios_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_buffer_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pget_c at Base 1.8.15
+ h5pget_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pget_cache_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_char_encoding_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_chunk_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3400,9 +3404,9 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pget_fapl_family_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_fapl_multi_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_fclose_degree_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pget_file_image_c at Base 1.8.15
+ h5pget_file_image_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pget_fill_time_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pget_fill_value_c at Base 1.8.15
+ h5pget_fill_value_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pget_fill_value_double_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_fill_value_integer_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_fill_value_real_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3432,14 +3436,14 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pget_userblock_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pget_version_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pgetc_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pinsert_c at Base 1.8.15
+ h5pinsert_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pinsert_double_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pinsert_integer_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pinsert_real_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pinsertc_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pisa_class_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pmodify_filter_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pregister_c at Base 1.8.15
+ h5pregister_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pregister_double_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pregister_integer_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pregister_real_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3452,7 +3456,7 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pset_attr_phase_change_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_btree_ratios_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_buffer_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pset_c at Base 1.8.15
+ h5pset_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pset_cache_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_char_encoding_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_chunk_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3475,9 +3479,9 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5pset_fapl_split_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_fapl_stdio_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_fclose_degree_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pset_file_image_c at Base 1.8.15
+ h5pset_file_image_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pset_fill_time_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5pset_fill_value_c at Base 1.8.15
+ h5pset_fill_value_c at HDF5_SERIAL_1.8.15 1.8.15
  h5pset_fill_value_double_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_fill_value_integer_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5pset_fill_value_real_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3513,17 +3517,17 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5punregister_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5r_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5rcreate_object_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5rcreate_ptr_c at Base 1.8.15
+ h5rcreate_ptr_c at HDF5_SERIAL_1.8.15 1.8.15
  h5rcreate_region_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5rdereference_object_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5rdereference_ptr_c at Base 1.8.15
+ h5rdereference_ptr_c at HDF5_SERIAL_1.8.15 1.8.15
  h5rdereference_region_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5rget_name_object_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5rget_name_ptr_c at Base 1.8.15
+ h5rget_name_ptr_c at HDF5_SERIAL_1.8.15 1.8.15
  h5rget_name_region_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5rget_obj_type_c at Base 1.8.15
+ h5rget_obj_type_c at HDF5_SERIAL_1.8.15 1.8.15
  h5rget_object_type_obj_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5rget_region_ptr_c at Base 1.8.15
+ h5rget_region_ptr_c at HDF5_SERIAL_1.8.15 1.8.15
  h5rget_region_region_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5s_flags_ at HDF5_SERIAL_1.8.7 1.8.13
  h5s_hsize_flags_ at HDF5_SERIAL_1.8.10 1.8.13
@@ -3562,14 +3566,14 @@ libhdf5_serial_fortran.so.10 libhdf5-10
  h5tcommit_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tcommitted_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tcompiler_conv_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5tconvert_c at Base 1.8.15
+ h5tconvert_c at HDF5_SERIAL_1.8.15 1.8.15
  h5tcopy_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tcreate_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tdecode_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tencode_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tenum_create_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tenum_insert_c_ at HDF5_SERIAL_1.8.7 1.8.13
- h5tenum_insert_ptr_c at Base 1.8.15
+ h5tenum_insert_ptr_c at HDF5_SERIAL_1.8.15 1.8.15
  h5tenum_nameof_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tenum_valueof_c_ at HDF5_SERIAL_1.8.7 1.8.13
  h5tequal_c_ at HDF5_SERIAL_1.8.7 1.8.13
@@ -3773,19 +3777,21 @@ libhdf5_serial_hl.so.10 libhdf5-10
  H5TBwrite_fields_index at HDF5_SERIAL_1.8.7 1.8.13
  H5TBwrite_fields_name at HDF5_SERIAL_1.8.7 1.8.13
  H5TBwrite_records at HDF5_SERIAL_1.8.7 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
@@ -3817,19 +3823,21 @@ libhdf5_serialhl_fortran.so.10 libhdf5-10
  H5IMmake_image_8bitf at HDF5_SERIAL_1.8.7 1.8.13
  H5IMmake_palettef at HDF5_SERIAL_1.8.7 1.8.13
  H5IMread_imagef at HDF5_SERIAL_1.8.7 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
diff --git a/debian/libhdf5-cpp-10.symbols b/debian/libhdf5-cpp-10.symbols
index da64abf..614d4a5 100644
--- a/debian/libhdf5-cpp-10.symbols
+++ b/debian/libhdf5-cpp-10.symbols
@@ -25,14 +25,14 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::AtomType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::AtomType::getOffset() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::AtomType::getOrder() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::AtomType::getPad(H5T_pad_t&, H5T_pad_t&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::AtomType::getPrecision() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::AtomType::setOffset(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::AtomType::setOffset(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::AtomType::setOrder(H5T_order_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::AtomType::setPad(H5T_pad_t, H5T_pad_t) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::AtomType::setPrecision(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::AtomType::setSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::AtomType::setPrecision(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::AtomType::setSize(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::AtomType::~AtomType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::Attribute()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::Attribute(H5::Attribute const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -44,85 +44,87 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::Attribute::getId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::getInMemDataSize() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::getName() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Attribute::getName(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
- (optional|c++)"H5::Attribute::getName(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.14
+ (optional|c++)"H5::Attribute::getName(char*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::Attribute::getName(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Attribute::getSpace() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::getStorageSize() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::p_get_type() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
- (optional|c++)"H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Attribute::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Attribute::read(H5::DataType const&, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Attribute::write(H5::DataType const&, void const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Attribute::~Attribute()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::AttributeIException::AttributeIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::AttributeIException::~AttributeIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CommonFG::CommonFG()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::childObjType(char const*) const at HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::CommonFG::childObjType(char const*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::childObjVersion(char const*) const at HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::CommonFG::childObjVersion(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.15" 1.8.15
  (optional|c++)"H5::CommonFG::createDataSet(char const*, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::createGroup(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
- (optional|c++)"H5::CommonFG::getLinkval(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::createGroup(char const*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::getLinkval(char const*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::getNumObjs() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CommonFG::getObjTypeByIdx(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CommonFG::getObjTypeByIdx(unsigned long long, char*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::getObjinfo(char const*, H5G_stat_t&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CommonFG::getObjinfo(char const*, unsigned int, H5G_stat_t&) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::iterateElems(char const*, int*, int (*)(int, char const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)@Base" 1.8.13
+ (optional|c++)"H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::link(H5L_type_t, char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::mount(char const*, H5::H5File&, H5::PropList&) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const at Base" 1.8.13
- (optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::move(char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openArrayType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openCompType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openDataSet(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openDataType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openEnumType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openFloatType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openGroup(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openIntType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openStrType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::openVarLenType(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::unlink(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::unmount(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CommonFG::~CommonFG()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::CompType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::CompType(H5::CompType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::CompType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::CompType(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CompType::CompType(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::CompType::CompType(unsigned long)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CompType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberArrayType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberClass(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
@@ -131,17 +133,17 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::CompType::getMemberEnumType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberFloatType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberIndex(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CompType::getMemberIntType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberName(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberOffset(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberStrType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getMemberVarLenType(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::getNmembers() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, H5::DataType const&) const at Base" 1.8.14
+ (optional|c++)"H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, H5::DataType const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CompType::p_get_member_type(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::CompType::pack() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::CompType::setSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::CompType::setSize(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::CompType::~CompType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::DEFAULT at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::DSetCreatPropList()@HDF5_CPP_1.8.9" 1.8.13
@@ -151,24 +153,24 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DSetCreatPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getAllocTime()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getChunk(int, unsigned long long*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getExternalCount() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getFillTime()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getFillValue(H5::DataType const&, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getLayout() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::getNfilters() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::isFillValueDefined()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::removeFilter(int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setAllocTime(H5D_alloc_time_t)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setChunk(int, unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setDeflate(int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setFillTime(H5D_fill_time_t)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setFillValue(H5::DataType const&, void const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setFletcher32() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setLayout(H5D_layout_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetCreatPropList::setShuffle() const at HDF5_CPP_1.8.9" 1.8.13
@@ -177,30 +179,30 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DSetMemXferPropList::DEFAULT at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(H5::DSetMemXferPropList const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(char const*)@HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(char const*)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::DSetMemXferPropList(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getBtreeRatios(double&, double&, double&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getBuffer(void**, void**) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::getDataTransform() const at HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::getDataTransform() const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getEDCCheck()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getHyperVectorSize()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getPreserve() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getSmallDataBlockSize()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::getTypeConvCB(H5T_conv_ret_t (**)(H5T_conv_except_t, int, int, void*, void*, void*), void**) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setBtreeRatios(double, double, double) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::DSetMemXferPropList::setDataTransform(char const*) const at HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::setDataTransform(char const*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setEDCCheck(H5Z_EDC_t)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setPreserve(bool) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setSmallDataBlockSize(unsigned long long)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setTypeConvCB(H5T_conv_ret_t (*)(H5T_conv_except_t, int, int, void*, void*, void*), void*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::setVlenMemManager() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DSetMemXferPropList::~DSetMemXferPropList()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::DataSet()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::DataSet(H5::Attribute const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
@@ -209,9 +211,9 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataSet::DataSet(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::close()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::extend(unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::fillMemBuf(void const*, H5::DataType&, void*, H5::DataType&, H5::DataSpace&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::fillMemBuf(void*, H5::DataType&, H5::DataSpace&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::getCreatePlist() const at HDF5_CPP_1.8.9" 1.8.13
@@ -221,22 +223,22 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataSet::getSpace() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::getSpaceStatus(H5D_space_status_t&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::getStorageSize() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::getVlenBufSize(H5::DataType&, H5::DataSpace&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::iterateElems(void*, H5::DataType const&, H5::DataSpace const&, int (*)(void*, int, unsigned int, unsigned long long const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::p_get_type() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
- (optional|c++)"H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::read(void*, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::vlenReclaim(H5::DataType const&, H5::DataSpace const&, H5::DSetMemXferPropList const&, void*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::vlenReclaim(void*, H5::DataType const&, H5::DataSpace const&, H5::DSetMemXferPropList const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at Base" 1.8.13
+ (optional|c++)"H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSet::write(void const*, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSet::~DataSet()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSetIException::DataSetIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSetIException::~DataSetIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::ALL at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::DataSpace(H5::DataSpace const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -245,7 +247,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataSpace::DataSpace(int, unsigned long long const*, unsigned long long const*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::close()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::copy(H5::DataSpace const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSpace::extentCopy(H5::DataSpace&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::getId() const at HDF5_CPP_1.8.9" 1.8.13
@@ -264,7 +266,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataSpace::operator=(H5::DataSpace const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::selectAll() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSpace::selectHyperslab(H5S_seloper_t, unsigned long long const*, unsigned long long const*, unsigned long long const*, unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::selectNone() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::selectValid() const at HDF5_CPP_1.8.9" 1.8.13
@@ -272,21 +274,22 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataSpace::setExtentSimple(int, unsigned long long const*, unsigned long long const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpace::~DataSpace()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataSpaceIException::DataSpaceIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataSpaceIException::~DataSpaceIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::DataType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::DataType(H5::Attribute const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::DataType::DataType(H5::DataType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::DataType(H5::H5Location const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::DataType::DataType(H5T_class_t, unsigned long)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DataType::DataType(H5::PredType const&)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::DataType::DataType(H5T_class_t, unsigned long)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::DataType(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::close()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataType::commit(H5::H5Location const&, char const*)@HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::DataType::commit(H5::H5Location const&, char const*)@HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::commit(H5::H5Location&, char const*)@HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::committed() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::copy(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::copy(H5::DataType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::detectClass(H5T_class_t) const at HDF5_CPP_1.8.9" 1.8.13
@@ -303,37 +306,37 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::DataType::operator==(H5::DataType const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::p_commit(int, char const*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataType::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
+ (optional|c++)"H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::setTag(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at Base" 1.8.14
+ (optional|c++)"H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataType::~DataType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::DataTypeIException::DataTypeIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::DataTypeIException::~DataTypeIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::EnumType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::EnumType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::EnumType(H5::EnumType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::EnumType(H5::IntType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::EnumType(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::EnumType::EnumType(unsigned long)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::EnumType::EnumType(unsigned long)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::EnumType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::getMemberIndex(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::EnumType::getMemberValue(unsigned int, void*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::getNmembers() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::EnumType::insert(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
- (optional|c++)"H5::EnumType::nameOf(void*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::EnumType::nameOf(void*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::EnumType::valueOf(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
+ (optional|c++)"H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::EnumType::~EnumType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::DEFAULT_MSG at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::Exception()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::Exception(H5::Exception const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Exception::clearErrorStack()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::dontPrint()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::getAutoPrint(int (*&)(int, void*), void**)@HDF5_CPP_1.8.9" 1.8.13
@@ -344,7 +347,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::Exception::getMajorString(int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::getMinorString(int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::printError(_IO_FILE*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Exception::printErrorStack(_IO_FILE*, int)@HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::Exception::printErrorStack(_IO_FILE*, int)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Exception::setAutoPrint(int (*&)(int, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::walkErrorStack(H5E_direction_t, int (*)(unsigned int, H5E_error2_t const*, void*), void*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Exception::~Exception()@HDF5_CPP_1.8.9" 1.8.13
@@ -354,35 +357,37 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::FileAccPropList::FileAccPropList(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getAlignment(unsigned long long&, unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileAccPropList::getDriver() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getFamily(unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getFamily(unsigned long long&, H5::FileAccPropList&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getFamilyOffset() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getFcloseDegree()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getGcReferences() const at HDF5_CPP_1.8.9" 1.8.13
+ (optional|c++)"H5::FileAccPropList::getLibverBounds(H5F_libver_t&, H5F_libver_t&) const at HDF5_CPP_1.8.15" 1.8.15
  (optional|c++)"H5::FileAccPropList::getMetaBlockSize() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getMultiType() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::getSieveBufSize() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setAlignment(unsigned long long, unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FileAccPropList::setCore(unsigned long, unsigned int) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setCore(unsigned long, unsigned int) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileAccPropList::setDriver(int, void const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setFamily(unsigned long long, H5::FileAccPropList const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setFamilyOffset(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setFcloseDegree(H5F_close_degree_t)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setGcReferences(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::FileAccPropList::setLibverBounds(H5F_libver_t, H5F_libver_t) const at HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileAccPropList::setMetaBlockSize(unsigned long long&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setMultiType(H5F_mem_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::setSec2() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileAccPropList::setSieveBufSize(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const at HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setSieveBufSize(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileAccPropList::setStdio() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileAccPropList::~FileAccPropList()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::DEFAULT at HDF5_CPP_1.8.9" 1.8.13
@@ -391,17 +396,17 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::FileCreatPropList::FileCreatPropList(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::getIstorek() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileCreatPropList::getSymk(unsigned int&, unsigned int&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::getUserblock() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::getVersion(unsigned int&, unsigned int&, unsigned int&, unsigned int&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::setIstorek(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileCreatPropList::setSymk(unsigned int, unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::setUserblock(unsigned long long) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileCreatPropList::~FileCreatPropList()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FileIException::FileIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FileIException::~FileIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::FloatType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::FloatType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -410,11 +415,11 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::FloatType::FloatType(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::getEbias() const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
- (optional|c++)"H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
- (optional|c++)"H5::FloatType::setEbias(unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FloatType::setEbias(unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::FloatType::setInpad(H5T_pad_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::setNorm(H5T_norm_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::FloatType::~FloatType()@HDF5_CPP_1.8.9" 1.8.13
@@ -428,15 +433,16 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::Group::getId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Group::getLocId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::Group::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::Group::~Group()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::GroupIException::GroupIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::GroupIException::~GroupIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::H5File()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::H5File(H5::H5File const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::H5File(char const*, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)@Base" 1.8.13
+ (optional|c++)"H5::H5File::H5File(int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5File::close()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::getAccessPlist() const at HDF5_CPP_1.8.9" 1.8.13
@@ -446,19 +452,19 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::H5File::getId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::getLocId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::getObjCount(unsigned int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5File::getVFDHandle(H5::FileAccPropList&, void**) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::getVFDHandle(void**) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::isHdf5(char const*)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5File::openFile(char const*, unsigned int, H5::FileAccPropList const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)@Base" 1.8.13
+ (optional|c++)"H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5File::p_get_file(char const*, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::reOpen()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5File::reopen()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5File::~H5File()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5Library::checkVersion(unsigned int, unsigned int, unsigned int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5Library::close()@HDF5_CPP_1.8.9" 1.8.13
@@ -471,23 +477,23 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::H5Location::H5Location()@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::H5Location(int)@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::attrExists(char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::createAttribute(char const*, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::dereference(H5::Attribute const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::dereference(H5::H5Location const&, void const*, H5R_type_t)@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::flush(H5F_scope_t) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::getComment(char const*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::H5Location::getComment(char const*, unsigned long, char*) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::H5Location::getComment(char const*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Location::getComment(char const*, unsigned long, char*) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::getFileName() const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::getNumAttrs() const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::getObjType(void*, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::getRefObjType(void*, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::getRegion(void*, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)@Base" 1.8.13
+ (optional|c++)"H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::openAttribute(char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::openAttribute(unsigned int) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::p_dereference(int, void const*, H5R_type_t, char const*)@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::p_get_obj_type(void*, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
@@ -495,24 +501,24 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::H5Location::p_reference(void*, char const*, int, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::reference(void*, char const*, H5::DataSpace const&, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::reference(void*, char const*, H5R_type_t) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const at Base" 1.8.13
- (optional|c++)"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::removeAttr(char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::removeComment(char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::renameAttr(char const*, char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::setComment(char const*) const at HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Location::setComment(char const*, char const*) const at HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Location::~H5Location()@HDF5_CPP_1.8.12" 1.8.13
  (optional|c++)"H5::H5Object::H5Object()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::H5Object::H5Object(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::H5Object::getObjName() const at HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::H5Object::getObjName(char*, unsigned long) const at HDF5_CPP_1.8.14" 1.8.14
- (optional|c++)"H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at Base" 1.8.14
+ (optional|c++)"H5::H5Object::getObjName() const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Object::getObjName(char*, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::H5Object::~H5Object()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::IdComponent()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::IdComponent(int)@HDF5_CPP_1.8.9" 1.8.13
@@ -521,7 +527,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::IdComponent::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::getCounter() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::getCounter(int) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::IdComponent::getHDFObjType() const at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::IdComponent::getHDFObjType() const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::IdComponent::getHDFObjType(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::inMemFunc(char const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::incRefCount() const at HDF5_CPP_1.8.9" 1.8.13
@@ -532,7 +538,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::IdComponent::setId(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponent::~IdComponent()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IdComponentException::IdComponentException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::IdComponentException::~IdComponentException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IntType::IntType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IntType::IntType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -544,11 +550,11 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::IntType::setSign(H5T_sign_t) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::IntType::~IntType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::LibraryIException::LibraryIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::LibraryIException::~LibraryIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::LocationException::LocationException()@HDF5_CPP_1.8.13" 1.8.14
- (optional|c++)"H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
- (optional|c++)"H5::LocationException::~LocationException()@HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"H5::LocationException::LocationException()@HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::LocationException::~LocationException()@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PredType::ALPHA_B16 at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::ALPHA_B32 at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::ALPHA_B64 at HDF5_CPP_1.8.9" 1.8.13
@@ -679,7 +685,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::PredType::UNIX_D64BE at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::UNIX_D64LE at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::commit(H5::H5Location&, char const*)@HDF5_CPP_1.8.12" 1.8.13
- (optional|c++)"H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PredType::committed()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PredType::operator=(H5::PredType const&)@HDF5_CPP_1.8.9" 1.8.13
@@ -692,9 +698,9 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::PropList::closeClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::copy(H5::PropList const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::copyProp(H5::PropList&, H5::PropList&, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::copyProp(H5::PropList&, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::getClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::getClassName() const at HDF5_CPP_1.8.9" 1.8.13
@@ -702,38 +708,38 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::PropList::getId() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::getNumProps() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::getPropSize(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::getProperty(char const*) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::getProperty(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
- (optional|c++)"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::isAClass(H5::PropList const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::operator=(H5::PropList const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::operator==(H5::PropList const&) const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::p_setId(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropList::propExist(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::removeProp(char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::setProperty(char const*, char const*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::setProperty(char const*, void*) const at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at Base" 1.8.13
- (optional|c++)"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at Base" 1.8.13
+ (optional|c++)"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const at HDF5_CPP_1.8.13" 1.8.13
+ (optional|c++)"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropList::~PropList()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::PropListIException::PropListIException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::PropListIException::~PropListIException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::ReferenceException::ReferenceException()@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.8.13
+ (optional|c++)"H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::ReferenceException::~ReferenceException()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::StrType()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::StrType(H5::DataSet const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::StrType(H5::PredType const&)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::StrType::StrType(H5::PredType const&, unsigned long const&)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::StrType::StrType(H5::PredType const&, unsigned long const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::StrType::StrType(H5::StrType const&)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::StrType(int)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"H5::StrType::StrType(int, unsigned long const&)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"H5::StrType::StrType(int, unsigned long const&)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"H5::StrType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::getCset() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::StrType::getStrpad() const at HDF5_CPP_1.8.9" 1.8.13
@@ -746,36 +752,28 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"H5::VarLenType::VarLenType(int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::VarLenType::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"H5::VarLenType::~VarLenType()@HDF5_CPP_1.8.9" 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ (optional|c++)"H5::f_Attribute_setId(H5::Attribute*, int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::f_DataSet_setId(H5::DataSet*, int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::f_DataSpace_setId(H5::DataSpace*, int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"H5::f_DataType_setId(H5::DataType*, int)@HDF5_CPP_1.8.15" 1.8.15
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
- (optional|c++)"H5::f_DataSet_setId(H5::DataSet*, int)@Base" 1.8.15
- (optional|c++)"H5::f_DataType_setId(H5::DataType*, int)@Base" 1.8.15
- (optional|c++)"H5::f_Attribute_setId(H5::Attribute*, int)@Base" 1.8.15
- (optional|c++)"H5::f_DataSpace_setId(H5::DataSpace*, int)@Base" 1.8.15
- (optional|c++)"H5::H5File::H5File(int)@Base" 1.8.15
- (optional|c++)"H5::H5File::H5File(int)@Base" 1.8.15
- (optional|c++)"H5::DataType::DataType(H5::PredType const&)@Base" 1.8.15
- (optional|c++)"H5::DataType::DataType(H5::PredType const&)@Base" 1.8.15
- (optional|c++)"H5::FileAccPropList::getLibverBounds(H5F_libver_t&, H5F_libver_t&) const at Base" 1.8.15
- (optional|c++)"H5::FileAccPropList::setLibverBounds(H5F_libver_t, H5F_libver_t) const at Base" 1.8.15
- (optional|c++)"H5::CommonFG::childObjVersion(char const*) const at Base" 1.8.15
- (optional|c++)"H5::CommonFG::childObjVersion(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.15
- (optional|c++)"non-virtual thunk to H5::Group::p_setId(int)@Base" 1.8.15
- (optional|c++)"non-virtual thunk to H5::H5File::p_setId(int)@Base" 1.8.15
  (optional|c++)"non-virtual thunk to H5::Attribute::close()@HDF5_CPP_1.8.11" 1.8.13
  (optional|c++)"non-virtual thunk to H5::Attribute::fromClass() const at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"non-virtual thunk to H5::Attribute::getId() const at HDF5_CPP_1.8.9" 1.8.13
@@ -788,10 +786,12 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"non-virtual thunk to H5::DataSet::p_get_type() const at HDF5_CPP_1.8.11" 1.8.13
  (optional|c++)"non-virtual thunk to H5::DataSet::~DataSet()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"non-virtual thunk to H5::Group::getLocId() const at HDF5_CPP_1.8.11" 1.8.13
- (optional|c++)"non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"non-virtual thunk to H5::Group::p_setId(int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"non-virtual thunk to H5::Group::~Group()@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"non-virtual thunk to H5::H5File::getLocId() const at HDF5_CPP_1.8.11" 1.8.13
- (optional|c++)"non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at Base" 1.8.13
+ (optional|c++)"non-virtual thunk to H5::H5File::p_setId(int)@HDF5_CPP_1.8.15" 1.8.15
+ (optional|c++)"non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"non-virtual thunk to H5::H5File::~H5File()@HDF5_CPP_1.8.11" 1.8.13
  (optional|c++)"typeinfo for H5::AbstractDs at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo for H5::ArrayType at HDF5_CPP_1.8.9" 1.8.13
@@ -823,7 +823,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"typeinfo for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"typeinfo for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"typeinfo for H5::LocationException at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"typeinfo for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
@@ -860,7 +860,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"typeinfo name for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo name for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo name for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"typeinfo name for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"typeinfo name for H5::LocationException at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"typeinfo name for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo name for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"typeinfo name for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
@@ -898,7 +898,7 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"vtable for H5::IdComponentException at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"vtable for H5::IntType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"vtable for H5::LibraryIException at HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"vtable for H5::LocationException at HDF5_CPP_1.8.13" 1.8.14
+ (optional|c++)"vtable for H5::LocationException at HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"vtable for H5::PredType at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"vtable for H5::PropList at HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"vtable for H5::PropListIException at HDF5_CPP_1.8.9" 1.8.13
@@ -907,26 +907,28 @@ libhdf5_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"vtable for H5::VarLenType at HDF5_CPP_1.8.9" 1.8.13
 libhdf5_hl_cpp.so.10 libhdf5-cpp-10 #MINVER#
  (optional|c++)"FL_PacketTable::AppendPacket(void*)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"FL_PacketTable::AppendPackets(unsigned long, void*)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"FL_PacketTable::AppendPackets(unsigned long, void*)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"FL_PacketTable::FL_PacketTable(int, char*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"FL_PacketTable::FL_PacketTable(int, char*, int, unsigned long long, int)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"FL_PacketTable::GetNextPacket(void*)@HDF5_CPP_1.8.9" 1.8.13
- (optional|c++)"FL_PacketTable::GetNextPackets(unsigned long, void*)@HDF5_CPP_1.8.14" 1.8.14
+ (optional|c++)"FL_PacketTable::GetNextPackets(unsigned long, void*)@HDF5_CPP_1.8.13" 1.8.13
  (optional|c++)"FL_PacketTable::GetPacket(unsigned long long, void*)@HDF5_CPP_1.8.9" 1.8.13
  (optional|c++)"FL_PacketTable::GetPackets(unsigned long long, unsigned long long, void*)@HDF5_CPP_1.8.9" 1.8.13
- HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.14
+ HDF5_CPP_1.8.10 at HDF5_CPP_1.8.10 1.8.13
  HDF5_CPP_1.8.11 at HDF5_CPP_1.8.11 1.8.13
  HDF5_CPP_1.8.12 at HDF5_CPP_1.8.12 1.8.13
- HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.14
+ HDF5_CPP_1.8.13 at HDF5_CPP_1.8.13 1.8.13
  HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14 1.8.14
- HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.14
- HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.14
+ HDF5_CPP_1.8.15 at HDF5_CPP_1.8.15 1.8.15
+ HDF5_CPP_1.8.7 at HDF5_CPP_1.8.7 1.8.13
+ HDF5_CPP_1.8.8 at HDF5_CPP_1.8.8 1.8.13
  HDF5_CPP_1.8.9 at HDF5_CPP_1.8.9 1.8.13
  HDF5_SERIAL_1.8.10 at HDF5_SERIAL_1.8.10 1.8.13
  HDF5_SERIAL_1.8.11 at HDF5_SERIAL_1.8.11 1.8.13
  HDF5_SERIAL_1.8.12 at HDF5_SERIAL_1.8.12 1.8.13
  HDF5_SERIAL_1.8.13 at HDF5_SERIAL_1.8.13 1.8.13
  HDF5_SERIAL_1.8.14 at HDF5_SERIAL_1.8.14 1.8.14
+ HDF5_SERIAL_1.8.15 at HDF5_SERIAL_1.8.15 1.8.15
  HDF5_SERIAL_1.8.7 at HDF5_SERIAL_1.8.7 1.8.13
  HDF5_SERIAL_1.8.8 at HDF5_SERIAL_1.8.8 1.8.13
  HDF5_SERIAL_1.8.9 at HDF5_SERIAL_1.8.9 1.8.13
diff --git a/debian/libhdf5-mpich-10.symbols b/debian/libhdf5-mpich-10.symbols
index cb52759..91c31a9 100644
--- a/debian/libhdf5-mpich-10.symbols
+++ b/debian/libhdf5-mpich-10.symbols
@@ -29,7 +29,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5AC_get_cache_hit_rate at HDF5_MPI_1.8.7 1.8.13
  H5AC_get_cache_size at HDF5_MPI_1.8.7 1.8.13
  H5AC_get_entry_status at HDF5_MPI_1.8.7 1.8.13
- H5AC_ind_dxpl_g at HDF5_MPI_1.8.7 1.8.14
+ H5AC_ind_dxpl_g at HDF5_MPI_1.8.14 1.8.14
  H5AC_ind_dxpl_id at HDF5_MPI_1.8.7 1.8.13
  H5AC_init at HDF5_MPI_1.8.7 1.8.13
  H5AC_insert_entry at HDF5_MPI_1.8.7 1.8.13
@@ -75,28 +75,28 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5A_dense_remove_by_idx at HDF5_MPI_1.8.7 1.8.13
  H5A_dense_rename at HDF5_MPI_1.8.7 1.8.13
  H5A_dense_write at HDF5_MPI_1.8.7 1.8.13
- H5A_exists_by_name at HDF5_MPI_1.8.7 1.8.14
+ H5A_exists_by_name at HDF5_MPI_1.8.14 1.8.14
  H5A_free at HDF5_MPI_1.8.7 1.8.13
  H5A_get_ainfo at HDF5_MPI_1.8.7 1.8.13
- H5A_get_create_plist at HDF5_MPI_1.8.7 1.8.14
+ H5A_get_create_plist at HDF5_MPI_1.8.14 1.8.14
  H5A_get_info at HDF5_MPI_1.8.7 1.8.13
  H5A_get_name at HDF5_MPI_1.8.7 1.8.13
  H5A_get_shared_rc_test at HDF5_MPI_1.8.7 1.8.13
- H5A_get_space at HDF5_MPI_1.8.7 1.8.14
- H5A_get_type at HDF5_MPI_1.8.7 1.8.14
+ H5A_get_space at HDF5_MPI_1.8.14 1.8.14
+ H5A_get_type at HDF5_MPI_1.8.14 1.8.14
  H5A_init at HDF5_MPI_1.8.7 1.8.13
  H5A_is_shared_test at HDF5_MPI_1.8.7 1.8.13
  H5A_nameof at HDF5_MPI_1.8.7 1.8.13
  H5A_oloc at HDF5_MPI_1.8.7 1.8.13
  H5A_open_by_idx at HDF5_MPI_1.8.7 1.8.13
  H5A_open_by_name at HDF5_MPI_1.8.7 1.8.13
- H5A_open_common at HDF5_MPI_1.8.7 1.8.14
- H5A_read at HDF5_MPI_1.8.7 1.8.14
- H5A_rename_by_name at HDF5_MPI_1.8.7 1.8.14
+ H5A_open_common at HDF5_MPI_1.8.14 1.8.14
+ H5A_read at HDF5_MPI_1.8.14 1.8.14
+ H5A_rename_by_name at HDF5_MPI_1.8.14 1.8.14
  H5A_set_version at HDF5_MPI_1.8.7 1.8.13
  H5A_term_interface at HDF5_MPI_1.8.7 1.8.13
  H5A_type at HDF5_MPI_1.8.9 1.8.13
- H5A_write at HDF5_MPI_1.8.7 1.8.14
+ H5A_write at HDF5_MPI_1.8.14 1.8.14
  H5Aclose at HDF5_MPI_1.8.7 1.8.13
  H5Acreate1 at HDF5_MPI_1.8.7 1.8.13
  H5Acreate2 at HDF5_MPI_1.8.7 1.8.13
@@ -311,10 +311,10 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5D_close at HDF5_MPI_1.8.7 1.8.13
  H5D_def_dxpl_cache at HDF5_MPI_1.8.7 1.8.13
  H5D_flush at HDF5_MPI_1.8.7 1.8.13
- H5D_get_access_plist at HDF5_MPI_1.8.7 1.8.14
+ H5D_get_access_plist at HDF5_MPI_1.8.14 1.8.14
  H5D_get_create_plist at HDF5_MPI_1.8.12 1.8.13
- H5D_get_space at HDF5_MPI_1.8.7 1.8.14
- H5D_get_type at HDF5_MPI_1.8.7 1.8.14
+ H5D_get_space at HDF5_MPI_1.8.14 1.8.14
+ H5D_get_type at HDF5_MPI_1.8.14 1.8.14
  H5D_init at HDF5_MPI_1.8.7 1.8.13
  H5D_nameof at HDF5_MPI_1.8.7 1.8.13
  H5D_oloc at HDF5_MPI_1.8.7 1.8.13
@@ -562,7 +562,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5FD_get_mpio_atomicity at HDF5_MPI_1.8.9 1.8.13
  H5FD_get_vfd_handle at HDF5_MPI_1.8.7 1.8.13
  H5FD_init at HDF5_MPI_1.8.7 1.8.13
- H5FD_locate_signature at HDF5_MPI_1.8.7 1.8.14
+ H5FD_locate_signature at HDF5_MPI_1.8.14 1.8.14
  H5FD_log_init at HDF5_MPI_1.8.7 1.8.13
  H5FD_log_term at HDF5_MPI_1.8.7 1.8.13
  H5FD_mpi_MPIOff_to_haddr at HDF5_MPI_1.8.7 1.8.13
@@ -675,11 +675,11 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5FS_size at HDF5_MPI_1.8.7 1.8.13
  H5FS_stat_info at HDF5_MPI_1.8.7 1.8.13
  H5F_Kvalue at HDF5_MPI_1.8.7 1.8.13
- H5F__accum_flush at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_free at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_read at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_reset at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_write at HDF5_MPI_1.8.7 1.8.14
+ H5F__accum_flush at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_free at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_read at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_reset at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_write at HDF5_MPI_1.8.14 1.8.14
  H5F_addr_decode at HDF5_MPI_1.8.7 1.8.13
  H5F_addr_decode_len at HDF5_MPI_1.8.7 1.8.13
  H5F_addr_encode at HDF5_MPI_1.8.7 1.8.13
@@ -687,7 +687,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5F_block_read at HDF5_MPI_1.8.7 1.8.13
  H5F_block_write at HDF5_MPI_1.8.7 1.8.13
  H5F_check_cached_stab_test at HDF5_MPI_1.8.7 1.8.13
- H5F_close at HDF5_MPI_1.8.7 1.8.14
+ H5F_close at HDF5_MPI_1.8.14 1.8.14
  H5F_close_mounts at HDF5_MPI_1.8.7 1.8.13
  H5F_cwfs_add at HDF5_MPI_1.8.8 1.8.13
  H5F_cwfs_advance_heap at HDF5_MPI_1.8.8 1.8.13
@@ -695,7 +695,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5F_cwfs_remove_heap at HDF5_MPI_1.8.8 1.8.13
  H5F_debug at HDF5_MPI_1.8.7 1.8.13
  H5F_decr_nopen_objs at HDF5_MPI_1.8.7 1.8.13
- H5F_dest at HDF5_MPI_1.8.7 1.8.14
+ H5F_dest at HDF5_MPI_1.8.14 1.8.14
  H5F_efc_close at HDF5_MPI_1.8.7 1.8.13
  H5F_efc_create at HDF5_MPI_1.8.7 1.8.13
  H5F_efc_destroy at HDF5_MPI_1.8.7 1.8.13
@@ -717,7 +717,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5F_get_fc_degree at HDF5_MPI_1.8.7 1.8.13
  H5F_get_fcpl at HDF5_MPI_1.8.7 1.8.13
  H5F_get_file_id at HDF5_MPI_1.8.8 1.8.13
- H5F_get_file_image at HDF5_MPI_1.8.7 1.8.14
+ H5F_get_file_image at HDF5_MPI_1.8.14 1.8.14
  H5F_get_fileno at HDF5_MPI_1.8.7 1.8.13
  H5F_get_id at HDF5_MPI_1.8.7 1.8.13
  H5F_get_intent at HDF5_MPI_1.8.7 1.8.13
@@ -727,7 +727,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5F_get_nrefs at HDF5_MPI_1.8.8 1.8.13
  H5F_get_obj_count at HDF5_MPI_1.8.7 1.8.13
  H5F_get_obj_ids at HDF5_MPI_1.8.7 1.8.13
- H5F_get_objects at HDF5_MPI_1.8.7 1.8.14
+ H5F_get_objects at HDF5_MPI_1.8.14 1.8.14
  H5F_get_open_name at HDF5_MPI_1.8.7 1.8.13
  H5F_get_parent at HDF5_MPI_1.8.8 1.8.13
  H5F_get_shared at HDF5_MPI_1.8.8 1.8.13
@@ -740,14 +740,14 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5F_has_feature at HDF5_MPI_1.8.7 1.8.13
  H5F_incr_nopen_objs at HDF5_MPI_1.8.7 1.8.13
  H5F_init at HDF5_MPI_1.8.7 1.8.13
- H5F_is_hdf5 at HDF5_MPI_1.8.7 1.8.14
+ H5F_is_hdf5 at HDF5_MPI_1.8.14 1.8.14
  H5F_is_mount at HDF5_MPI_1.8.7 1.8.13
  H5F_is_tmp_addr at HDF5_MPI_1.8.7 1.8.13
  H5F_mount_count_ids at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_comm at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_rank at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_size at HDF5_MPI_1.8.7 1.8.13
- H5F_new at HDF5_MPI_1.8.7 1.8.14
+ H5F_new at HDF5_MPI_1.8.14 1.8.14
  H5F_open at HDF5_MPI_1.8.7 1.8.13
  H5F_rdcc_nbytes at HDF5_MPI_1.8.7 1.8.13
  H5F_rdcc_nslots at HDF5_MPI_1.8.7 1.8.13
@@ -1246,8 +1246,8 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5MF_try_extend at HDF5_MPI_1.8.7 1.8.13
  H5MF_try_shrink at HDF5_MPI_1.8.7 1.8.13
  H5MF_xfree at HDF5_MPI_1.8.7 1.8.13
- H5MM_calloc at Base 1.8.15
- H5MM_malloc at Base 1.8.15
+ H5MM_calloc at HDF5_MPI_1.8.15 1.8.15
+ H5MM_malloc at HDF5_MPI_1.8.15 1.8.15
  H5MM_realloc at HDF5_MPI_1.8.7 1.8.13
  H5MM_strdup at HDF5_MPI_1.8.7 1.8.13
  H5MM_xfree at HDF5_MPI_1.8.7 1.8.13
@@ -1436,79 +1436,79 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5Ovisit_by_name at HDF5_MPI_1.8.7 1.8.13
  H5PL_load at HDF5_MPI_1.8.11 1.8.13
  H5PL_term_interface at HDF5_MPI_1.8.11 1.8.13
- H5PLget_loading_state at Base 1.8.15
- H5PLset_loading_state at Base 1.8.15
+ H5PLget_loading_state at HDF5_MPI_1.8.15 1.8.15
+ H5PLset_loading_state at HDF5_MPI_1.8.15 1.8.15
  H5P_CLS_ACRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_ATTRIBUTE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DACC at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_XFER_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_XFER_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_XFER_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATATYPE_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATATYPE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DCRT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DXFR at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_MOUNT_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_MOUNT_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_MOUNT_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FMNT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_GACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_GCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_GROUP_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_GROUP_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_GROUP_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_GROUP_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_LACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_LCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_LINK_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_LINK_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_LINK_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_LINK_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_LINK_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_LINK_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_OBJECT_COPY_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_OBJECT_COPY_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_OBJECT_COPY_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_OBJECT_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_OBJECT_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_OBJECT_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_OCPY at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_OCRT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_ROOT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_ROOT_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_ROOT_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_ROOT_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_STRCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_STRING_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_STRING_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_STRING_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_TACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_TCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_LST_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_XFER_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_MOUNT_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_GROUP_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_LINK_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_LINK_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_OBJECT_COPY_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_LST_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_XFER_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_MOUNT_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_GROUP_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_LINK_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_LINK_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_OBJECT_COPY_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P__find_prop_plist at HDF5_MPI_1.8.10 1.8.13
  H5P__term_deprec_interface at HDF5_MPI_1.8.13 1.8.13
  H5P__term_pub_interface at HDF5_MPI_1.8.13 1.8.13
  H5P_access_class at HDF5_MPI_1.8.7 1.8.13
  H5P_add_prop at HDF5_MPI_1.8.7 1.8.13
- H5P_class_isa at HDF5_MPI_1.8.7 1.8.14
+ H5P_class_isa at HDF5_MPI_1.8.14 1.8.14
  H5P_close at HDF5_MPI_1.8.7 1.8.13
  H5P_close_class at HDF5_MPI_1.8.7 1.8.13
  H5P_cmp_class at HDF5_MPI_1.8.7 1.8.13
@@ -1538,7 +1538,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5P_get_filter_by_id at HDF5_MPI_1.8.7 1.8.13
  H5P_get_nprops_pclass at HDF5_MPI_1.8.7 1.8.13
  H5P_get_nprops_plist at HDF5_MPI_1.8.7 1.8.13
- H5P_get_plist_id at HDF5_MPI_1.8.7 1.8.14
+ H5P_get_plist_id at HDF5_MPI_1.8.14 1.8.14
  H5P_get_size_pclass at HDF5_MPI_1.8.7 1.8.13
  H5P_get_size_plist at HDF5_MPI_1.8.7 1.8.13
  H5P_init at HDF5_MPI_1.8.7 1.8.13
@@ -2117,19 +2117,19 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5T__conv_ldouble_double at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_int at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_short at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uchar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uint at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ulong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ushort at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_double at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_int at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_short at HDF5_MPI_1.8.10 1.8.13
@@ -2520,7 +2520,7 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5_type_conv_blk_free_list at HDF5_MPI_1.8.7 1.8.13
  H5_vlen_fl_buf_blk_free_list at HDF5_MPI_1.8.7 1.8.13
  H5_vlen_vl_buf_blk_free_list at HDF5_MPI_1.8.7 1.8.13
- H5allocate_memory at Base 1.8.15
+ H5allocate_memory at HDF5_MPI_1.8.15 1.8.15
  H5check_version at HDF5_MPI_1.8.7 1.8.13
  H5close at HDF5_MPI_1.8.7 1.8.13
  H5dont_atexit at HDF5_MPI_1.8.7 1.8.13
@@ -2529,12 +2529,14 @@ libhdf5_mpich.so.10 libhdf5-mpich-10 #MINVER#
  H5get_libversion at HDF5_MPI_1.8.7 1.8.13
  H5libhdf5_settings at HDF5_MPI_1.8.7 1.8.13
  H5open at HDF5_MPI_1.8.7 1.8.13
- H5resize_memory at Base 1.8.15
+ H5resize_memory at HDF5_MPI_1.8.15 1.8.15
  H5set_free_list_limits at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.10 at HDF5_MPI_1.8.10 1.8.13
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -2550,6 +2552,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -2625,7 +2629,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5a_provisional_MOD_h5aread_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5aread_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2634,7 +2638,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5a_provisional_MOD_h5aread_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5aread_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5aread_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2651,7 +2655,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5a_provisional_MOD_h5awrite_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2660,7 +2664,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5a_provisional_MOD_h5awrite_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5awrite_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5awrite_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2698,7 +2702,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5d_provisional_MOD_h5dread_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dread_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2707,7 +2711,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5d_provisional_MOD_h5dread_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dread_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dread_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2718,7 +2722,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5d_provisional_MOD_h5dread_real_scalar at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_dsetreg at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_obj at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2727,7 +2731,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5d_provisional_MOD_h5dwrite_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2736,7 +2740,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5d_provisional_MOD_h5dwrite_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dwrite_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2767,7 +2771,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5f_MOD_h5fopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5f_MOD_h5freopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5f_MOD_h5funmount_f at HDF5_MPI_1.8.7 1.8.13
- __h5f_provisional_MOD_h5fget_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5f_provisional_MOD_h5fget_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_dxpl_mpio_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_fapl_mpio_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_mpio_actual_io_mode_f at HDF5_MPI_1.8.10 1.8.13
@@ -2791,8 +2795,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5g_MOD_h5gopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5g_MOD_h5gset_comment_f at HDF5_MPI_1.8.7 1.8.13
  __h5g_MOD_h5gunlink_f at HDF5_MPI_1.8.7 1.8.13
- __h5global_MOD_h5g_link_f at Base 1.8.15
- __h5global_MOD_h5g_udlink_f at Base 1.8.15
+ __h5global_MOD_h5g_link_f at HDF5_MPI_1.8.15 1.8.15
+ __h5global_MOD_h5g_udlink_f at HDF5_MPI_1.8.15 1.8.15
  __h5i_MOD_h5idec_ref_f at HDF5_MPI_1.8.7 1.8.13
  __h5i_MOD_h5iget_file_id_f at HDF5_MPI_1.8.7 1.8.13
  __h5i_MOD_h5iget_name_f at HDF5_MPI_1.8.7 1.8.13
@@ -2812,8 +2816,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5l_MOD_h5lget_name_by_idx_f at HDF5_MPI_1.8.7 1.8.13
  __h5l_MOD_h5lis_registered_f at HDF5_MPI_1.8.7 1.8.13
  __h5l_MOD_h5lmove_f at HDF5_MPI_1.8.7 1.8.13
- __h5l_provisional_MOD_h5literate_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5l_provisional_MOD_h5literate_f at HDF5_MPI_1.8.7 1.8.14
+ __h5l_provisional_MOD_h5literate_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5l_provisional_MOD_h5literate_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5check_version_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5close_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5dont_atexit_f at HDF5_MPI_1.8.7 1.8.13
@@ -2821,7 +2825,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5lib_MOD_h5get_libversion_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5kind_to_type at HDF5_MPI_1.8.8 1.8.13
  __h5lib_MOD_h5open_f at HDF5_MPI_1.8.7 1.8.13
- __h5lib_provisional_MOD_h5offsetof at HDF5_MPI_1.8.7 1.8.14
+ __h5lib_provisional_MOD_h5offsetof at HDF5_MPI_1.8.7 1.8.13
  __h5o_MOD_h5oclose_f at HDF5_MPI_1.8.8 1.8.13
  __h5o_MOD_h5ocopy_f at HDF5_MPI_1.8.9 1.8.13
  __h5o_MOD_h5odecr_refcount_f at HDF5_MPI_1.8.11 1.8.13
@@ -2835,11 +2839,11 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5o_MOD_h5oopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5o_MOD_h5oset_comment_by_name_f at HDF5_MPI_1.8.11 1.8.13
  __h5o_MOD_h5oset_comment_f at HDF5_MPI_1.8.11 1.8.13
- __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5oget_info_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5ovisit_f at HDF5_MPI_1.8.7 1.8.14
+ __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5oget_info_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5ovisit_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pall_filters_avail_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pclose_class_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pclose_f at HDF5_MPI_1.8.7 1.8.13
@@ -2958,43 +2962,43 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5p_MOD_h5punregister_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pcreate_class_f at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_char at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pinsert_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pinsert_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pinsert_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pregister_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pregister_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pregister_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_char at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_real at HDF5_MPI_1.8.8 1.8.13
  __h5r_MOD_h5rget_object_type_obj_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rcreate_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rcreate_region_f at HDF5_MPI_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rdereference_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rdereference_region_f at HDF5_MPI_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rget_name_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rget_name_region_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_MPI_1.8.7 1.8.14
- __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_MPI_1.8.7 1.8.13
+ __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rget_region_region_f at HDF5_MPI_1.8.10 1.8.13
  __h5s_MOD_h5sclose_f at HDF5_MPI_1.8.7 1.8.13
  __h5s_MOD_h5scopy_f at HDF5_MPI_1.8.7 1.8.13
@@ -3082,9 +3086,9 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  __h5t_MOD_h5tset_strpad_f at HDF5_MPI_1.8.7 1.8.13
  __h5t_MOD_h5tset_tag_f at HDF5_MPI_1.8.7 1.8.13
  __h5t_MOD_h5tvlen_create_f at HDF5_MPI_1.8.7 1.8.13
- __h5t_provisional_MOD_h5tconvert_f at HDF5_MPI_1.8.7 1.8.14
- __h5t_provisional_MOD_h5tenum_insert_f03 at Base 1.8.15
- __h5t_provisional_MOD_h5tenum_insert_f90 at Base 1.8.15
+ __h5t_provisional_MOD_h5tconvert_f at HDF5_MPI_1.8.7 1.8.13
+ __h5t_provisional_MOD_h5tenum_insert_f03 at HDF5_MPI_1.8.15 1.8.15
+ __h5t_provisional_MOD_h5tenum_insert_f90 at HDF5_MPI_1.8.15 1.8.15
  __h5z_MOD_h5zfilter_avail_f at HDF5_MPI_1.8.7 1.8.13
  __h5z_MOD_h5zget_filter_info_f at HDF5_MPI_1.8.7 1.8.13
  __h5z_MOD_h5zunregister_f at HDF5_MPI_1.8.7 1.8.13
@@ -3122,7 +3126,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5aread_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5aread_f_c at Base 1.8.15
+ h5aread_f_c at HDF5_MPI_1.8.15 1.8.15
  h5aread_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3159,7 +3163,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5awrite_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5awrite_f_c at Base 1.8.15
+ h5awrite_f_c at HDF5_MPI_1.8.15 1.8.15
  h5awrite_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3193,7 +3197,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5dclose_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dcreate_anon_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dcreate_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dfill_c at Base 1.8.15
+ h5dfill_c at HDF5_MPI_1.8.15 1.8.15
  h5dfill_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dfill_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dfill_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3215,7 +3219,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5dread_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dread_f_c at Base 1.8.15
+ h5dread_f_c at HDF5_MPI_1.8.15 1.8.15
  h5dread_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3248,7 +3252,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5dreadc_s_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dset_extent_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dvlen_get_max_len_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dvlen_reclaim_c at Base 1.8.15
+ h5dvlen_reclaim_c at HDF5_MPI_1.8.15 1.8.15
  h5dwrite_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_2_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3258,7 +3262,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5dwrite_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dwrite_f_c at Base 1.8.15
+ h5dwrite_f_c at HDF5_MPI_1.8.15 1.8.15
  h5dwrite_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3296,7 +3300,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5eget_minor_c_ at HDF5_MPI_1.8.7 1.8.13
  h5eprint_c1_ at HDF5_MPI_1.8.7 1.8.13
  h5eprint_c2_ at HDF5_MPI_1.8.7 1.8.13
- h5eset_auto2_c at Base 1.8.15
+ h5eset_auto2_c at HDF5_MPI_1.8.15 1.8.15
  h5eset_auto_c_ at HDF5_MPI_1.8.7 1.8.13
  h5f_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5fclose_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3306,7 +3310,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5fflush_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_access_plist_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_create_plist_c_ at HDF5_MPI_1.8.7 1.8.13
- h5fget_file_image_c at Base 1.8.15
+ h5fget_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5fget_filesize_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_freespace_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_name_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3364,8 +3368,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5lget_val_c_ at HDF5_MPI_1.8.7 1.8.13
  h5lib_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5lis_registered_c_ at HDF5_MPI_1.8.7 1.8.13
- h5literate_by_name_c at Base 1.8.15
- h5literate_c at Base 1.8.15
+ h5literate_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5literate_c at HDF5_MPI_1.8.15 1.8.15
  h5lmove_c_ at HDF5_MPI_1.8.7 1.8.13
  h5o_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5oclose_c_ at HDF5_MPI_1.8.8 1.8.13
@@ -3374,9 +3378,9 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5oexists_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oget_comment_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oget_comment_c_ at HDF5_MPI_1.8.11 1.8.13
- h5oget_info_by_idx_c at Base 1.8.15
- h5oget_info_by_name_c at Base 1.8.15
- h5oget_info_c at Base 1.8.15
+ h5oget_info_by_idx_c at HDF5_MPI_1.8.15 1.8.15
+ h5oget_info_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5oget_info_c at HDF5_MPI_1.8.15 1.8.15
  h5oincr_refcount_c_ at HDF5_MPI_1.8.11 1.8.13
  h5olink_c_ at HDF5_MPI_1.8.7 1.8.13
  h5oopen_by_addr_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3385,8 +3389,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5open_c_ at HDF5_MPI_1.8.7 1.8.13
  h5oset_comment_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oset_comment_c_ at HDF5_MPI_1.8.11 1.8.13
- h5ovisit_by_name_c at Base 1.8.15
- h5ovisit_c at Base 1.8.15
+ h5ovisit_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5ovisit_c at HDF5_MPI_1.8.15 1.8.15
  h5p_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5p_flags_int_ at HDF5_MPI_1.8.7 1.8.13
  h5pall_filters_avail_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3395,8 +3399,8 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pcopy_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pcopy_prop_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pcreate_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pcreate_class_c at Base 1.8.15
- h5pcreate_class_f90_c_ at Base 1.8.15
+ h5pcreate_class_c at HDF5_MPI_1.8.15 1.8.15
+ h5pcreate_class_f90_c_ at HDF5_MPI_1.8.15 1.8.15
  h5pequal_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pexist_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pfill_value_defined_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3406,7 +3410,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pget_attr_phase_change_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_btree_ratios_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_buffer_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_c at Base 1.8.15
+ h5pget_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_cache_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_char_encoding_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_chunk_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3430,9 +3434,9 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pget_fapl_mpio_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fapl_multi_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fclose_degree_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_file_image_c at Base 1.8.15
+ h5pget_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_fill_time_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_fill_value_c at Base 1.8.15
+ h5pget_fill_value_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_fill_value_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fill_value_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fill_value_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3463,14 +3467,14 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pget_userblock_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_version_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pgetc_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pinsert_c at Base 1.8.15
+ h5pinsert_c at HDF5_MPI_1.8.15 1.8.15
  h5pinsert_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsert_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsert_real_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsertc_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pisa_class_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pmodify_filter_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pregister_c at Base 1.8.15
+ h5pregister_c at HDF5_MPI_1.8.15 1.8.15
  h5pregister_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pregister_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pregister_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3483,7 +3487,7 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pset_attr_phase_change_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_btree_ratios_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_buffer_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_c at Base 1.8.15
+ h5pset_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_cache_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_char_encoding_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_chunk_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3508,9 +3512,9 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5pset_fapl_split_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fapl_stdio_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fclose_degree_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_file_image_c at Base 1.8.15
+ h5pset_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_fill_time_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_fill_value_c at Base 1.8.15
+ h5pset_fill_value_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_fill_value_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fill_value_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fill_value_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3546,17 +3550,17 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5punregister_c_ at HDF5_MPI_1.8.7 1.8.13
  h5r_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5rcreate_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rcreate_ptr_c at Base 1.8.15
+ h5rcreate_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rcreate_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5rdereference_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rdereference_ptr_c at Base 1.8.15
+ h5rdereference_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rdereference_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5rget_name_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_name_ptr_c at Base 1.8.15
+ h5rget_name_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_name_region_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_obj_type_c at Base 1.8.15
+ h5rget_obj_type_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_object_type_obj_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_region_ptr_c at Base 1.8.15
+ h5rget_region_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_region_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5s_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5s_hsize_flags_ at HDF5_MPI_1.8.10 1.8.13
@@ -3595,14 +3599,14 @@ libhdf5_mpich_fortran.so.10 libhdf5-mpich-10 #MINVER#
  h5tcommit_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcommitted_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcompiler_conv_c_ at HDF5_MPI_1.8.7 1.8.13
- h5tconvert_c at Base 1.8.15
+ h5tconvert_c at HDF5_MPI_1.8.15 1.8.15
  h5tcopy_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcreate_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tdecode_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tencode_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_create_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_insert_c_ at HDF5_MPI_1.8.7 1.8.13
- h5tenum_insert_ptr_c at Base 1.8.15
+ h5tenum_insert_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5tenum_nameof_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_valueof_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tequal_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3739,39 +3743,39 @@ libhdf5_mpich_hl.so.10 libhdf5-mpich-10 #MINVER#
  H5LTtext_to_dtype at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_create_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_delete_buffer at HDF5_MPI_1.8.7 1.8.13
- H5LTyy_flex_debug at HDF5_MPI_1.8.7 1.8.14
+ H5LTyy_flex_debug at HDF5_MPI_1.8.14 1.8.14
  H5LTyy_flush_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_bytes at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_string at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_switch_to_buffer at HDF5_MPI_1.8.7 1.8.13
- H5LTyyalloc at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyalloc at HDF5_MPI_1.8.14 1.8.14
  H5LTyychar at HDF5_MPI_1.8.7 1.8.13
  H5LTyyerror at HDF5_MPI_1.8.7 1.8.13
- H5LTyyfree at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_debug at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_in at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_leng at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_lineno at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_out at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_text at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyfree at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_debug at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_in at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_leng at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_lineno at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_out at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_text at HDF5_MPI_1.8.14 1.8.14
  H5LTyyin at HDF5_MPI_1.8.7 1.8.13
  H5LTyyleng at HDF5_MPI_1.8.7 1.8.13
  H5LTyylex at HDF5_MPI_1.8.7 1.8.13
- H5LTyylex_destroy at HDF5_MPI_1.8.7 1.8.14
- H5LTyylineno at HDF5_MPI_1.8.7 1.8.14
+ H5LTyylex_destroy at HDF5_MPI_1.8.14 1.8.14
+ H5LTyylineno at HDF5_MPI_1.8.14 1.8.14
  H5LTyylval at HDF5_MPI_1.8.7 1.8.13
  H5LTyynerrs at HDF5_MPI_1.8.7 1.8.13
  H5LTyyout at HDF5_MPI_1.8.7 1.8.13
  H5LTyyparse at HDF5_MPI_1.8.7 1.8.13
- H5LTyypop_buffer_state at HDF5_MPI_1.8.7 1.8.14
- H5LTyypush_buffer_state at HDF5_MPI_1.8.7 1.8.14
- H5LTyyrealloc at HDF5_MPI_1.8.7 1.8.14
+ H5LTyypop_buffer_state at HDF5_MPI_1.8.14 1.8.14
+ H5LTyypush_buffer_state at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyrealloc at HDF5_MPI_1.8.14 1.8.14
  H5LTyyrestart at HDF5_MPI_1.8.7 1.8.13
- H5LTyyset_debug at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_in at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_lineno at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_out at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyset_debug at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_in at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_lineno at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_out at HDF5_MPI_1.8.14 1.8.14
  H5LTyytext at HDF5_MPI_1.8.7 1.8.13
  H5LTyywrap at HDF5_MPI_1.8.7 1.8.13
  H5PTappend at HDF5_MPI_1.8.7 1.8.13
@@ -3810,6 +3814,8 @@ libhdf5_mpich_hl.so.10 libhdf5-mpich-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -3845,6 +3851,8 @@ libhdf5_mpichhl_fortran.so.10 libhdf5-mpich-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
diff --git a/debian/libhdf5-openmpi-10.symbols b/debian/libhdf5-openmpi-10.symbols
index 020dc4c..031c280 100644
--- a/debian/libhdf5-openmpi-10.symbols
+++ b/debian/libhdf5-openmpi-10.symbols
@@ -29,7 +29,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5AC_get_cache_hit_rate at HDF5_MPI_1.8.7 1.8.13
  H5AC_get_cache_size at HDF5_MPI_1.8.7 1.8.13
  H5AC_get_entry_status at HDF5_MPI_1.8.7 1.8.13
- H5AC_ind_dxpl_g at HDF5_MPI_1.8.7 1.8.14
+ H5AC_ind_dxpl_g at HDF5_MPI_1.8.14 1.8.14
  H5AC_ind_dxpl_id at HDF5_MPI_1.8.7 1.8.13
  H5AC_init at HDF5_MPI_1.8.7 1.8.13
  H5AC_insert_entry at HDF5_MPI_1.8.7 1.8.13
@@ -75,28 +75,28 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5A_dense_remove_by_idx at HDF5_MPI_1.8.7 1.8.13
  H5A_dense_rename at HDF5_MPI_1.8.7 1.8.13
  H5A_dense_write at HDF5_MPI_1.8.7 1.8.13
- H5A_exists_by_name at HDF5_MPI_1.8.7 1.8.14
+ H5A_exists_by_name at HDF5_MPI_1.8.14 1.8.14
  H5A_free at HDF5_MPI_1.8.7 1.8.13
  H5A_get_ainfo at HDF5_MPI_1.8.7 1.8.13
- H5A_get_create_plist at HDF5_MPI_1.8.7 1.8.14
+ H5A_get_create_plist at HDF5_MPI_1.8.14 1.8.14
  H5A_get_info at HDF5_MPI_1.8.7 1.8.13
  H5A_get_name at HDF5_MPI_1.8.7 1.8.13
  H5A_get_shared_rc_test at HDF5_MPI_1.8.7 1.8.13
- H5A_get_space at HDF5_MPI_1.8.7 1.8.14
- H5A_get_type at HDF5_MPI_1.8.7 1.8.14
+ H5A_get_space at HDF5_MPI_1.8.14 1.8.14
+ H5A_get_type at HDF5_MPI_1.8.14 1.8.14
  H5A_init at HDF5_MPI_1.8.7 1.8.13
  H5A_is_shared_test at HDF5_MPI_1.8.7 1.8.13
  H5A_nameof at HDF5_MPI_1.8.7 1.8.13
  H5A_oloc at HDF5_MPI_1.8.7 1.8.13
  H5A_open_by_idx at HDF5_MPI_1.8.7 1.8.13
  H5A_open_by_name at HDF5_MPI_1.8.7 1.8.13
- H5A_open_common at HDF5_MPI_1.8.7 1.8.14
- H5A_read at HDF5_MPI_1.8.7 1.8.14
- H5A_rename_by_name at HDF5_MPI_1.8.7 1.8.14
+ H5A_open_common at HDF5_MPI_1.8.14 1.8.14
+ H5A_read at HDF5_MPI_1.8.14 1.8.14
+ H5A_rename_by_name at HDF5_MPI_1.8.14 1.8.14
  H5A_set_version at HDF5_MPI_1.8.7 1.8.13
  H5A_term_interface at HDF5_MPI_1.8.7 1.8.13
  H5A_type at HDF5_MPI_1.8.9 1.8.13
- H5A_write at HDF5_MPI_1.8.7 1.8.14
+ H5A_write at HDF5_MPI_1.8.14 1.8.14
  H5Aclose at HDF5_MPI_1.8.7 1.8.13
  H5Acreate1 at HDF5_MPI_1.8.7 1.8.13
  H5Acreate2 at HDF5_MPI_1.8.7 1.8.13
@@ -311,10 +311,10 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5D_close at HDF5_MPI_1.8.7 1.8.13
  H5D_def_dxpl_cache at HDF5_MPI_1.8.7 1.8.13
  H5D_flush at HDF5_MPI_1.8.7 1.8.13
- H5D_get_access_plist at HDF5_MPI_1.8.7 1.8.14
+ H5D_get_access_plist at HDF5_MPI_1.8.14 1.8.14
  H5D_get_create_plist at HDF5_MPI_1.8.12 1.8.13
- H5D_get_space at HDF5_MPI_1.8.7 1.8.14
- H5D_get_type at HDF5_MPI_1.8.7 1.8.14
+ H5D_get_space at HDF5_MPI_1.8.14 1.8.14
+ H5D_get_type at HDF5_MPI_1.8.14 1.8.14
  H5D_init at HDF5_MPI_1.8.7 1.8.13
  H5D_nameof at HDF5_MPI_1.8.7 1.8.13
  H5D_oloc at HDF5_MPI_1.8.7 1.8.13
@@ -562,7 +562,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5FD_get_mpio_atomicity at HDF5_MPI_1.8.9 1.8.13
  H5FD_get_vfd_handle at HDF5_MPI_1.8.7 1.8.13
  H5FD_init at HDF5_MPI_1.8.7 1.8.13
- H5FD_locate_signature at HDF5_MPI_1.8.7 1.8.14
+ H5FD_locate_signature at HDF5_MPI_1.8.14 1.8.14
  H5FD_log_init at HDF5_MPI_1.8.7 1.8.13
  H5FD_log_term at HDF5_MPI_1.8.7 1.8.13
  H5FD_mpi_MPIOff_to_haddr at HDF5_MPI_1.8.7 1.8.13
@@ -675,11 +675,11 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5FS_size at HDF5_MPI_1.8.7 1.8.13
  H5FS_stat_info at HDF5_MPI_1.8.7 1.8.13
  H5F_Kvalue at HDF5_MPI_1.8.7 1.8.13
- H5F__accum_flush at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_free at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_read at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_reset at HDF5_MPI_1.8.7 1.8.14
- H5F__accum_write at HDF5_MPI_1.8.7 1.8.14
+ H5F__accum_flush at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_free at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_read at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_reset at HDF5_MPI_1.8.14 1.8.14
+ H5F__accum_write at HDF5_MPI_1.8.14 1.8.14
  H5F_addr_decode at HDF5_MPI_1.8.7 1.8.13
  H5F_addr_decode_len at HDF5_MPI_1.8.7 1.8.13
  H5F_addr_encode at HDF5_MPI_1.8.7 1.8.13
@@ -687,7 +687,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5F_block_read at HDF5_MPI_1.8.7 1.8.13
  H5F_block_write at HDF5_MPI_1.8.7 1.8.13
  H5F_check_cached_stab_test at HDF5_MPI_1.8.7 1.8.13
- H5F_close at HDF5_MPI_1.8.7 1.8.14
+ H5F_close at HDF5_MPI_1.8.14 1.8.14
  H5F_close_mounts at HDF5_MPI_1.8.7 1.8.13
  H5F_cwfs_add at HDF5_MPI_1.8.8 1.8.13
  H5F_cwfs_advance_heap at HDF5_MPI_1.8.8 1.8.13
@@ -695,7 +695,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5F_cwfs_remove_heap at HDF5_MPI_1.8.8 1.8.13
  H5F_debug at HDF5_MPI_1.8.7 1.8.13
  H5F_decr_nopen_objs at HDF5_MPI_1.8.7 1.8.13
- H5F_dest at HDF5_MPI_1.8.7 1.8.14
+ H5F_dest at HDF5_MPI_1.8.14 1.8.14
  H5F_efc_close at HDF5_MPI_1.8.7 1.8.13
  H5F_efc_create at HDF5_MPI_1.8.7 1.8.13
  H5F_efc_destroy at HDF5_MPI_1.8.7 1.8.13
@@ -717,7 +717,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5F_get_fc_degree at HDF5_MPI_1.8.7 1.8.13
  H5F_get_fcpl at HDF5_MPI_1.8.7 1.8.13
  H5F_get_file_id at HDF5_MPI_1.8.8 1.8.13
- H5F_get_file_image at HDF5_MPI_1.8.7 1.8.14
+ H5F_get_file_image at HDF5_MPI_1.8.14 1.8.14
  H5F_get_fileno at HDF5_MPI_1.8.7 1.8.13
  H5F_get_id at HDF5_MPI_1.8.7 1.8.13
  H5F_get_intent at HDF5_MPI_1.8.7 1.8.13
@@ -727,7 +727,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5F_get_nrefs at HDF5_MPI_1.8.8 1.8.13
  H5F_get_obj_count at HDF5_MPI_1.8.7 1.8.13
  H5F_get_obj_ids at HDF5_MPI_1.8.7 1.8.13
- H5F_get_objects at HDF5_MPI_1.8.7 1.8.14
+ H5F_get_objects at HDF5_MPI_1.8.14 1.8.14
  H5F_get_open_name at HDF5_MPI_1.8.7 1.8.13
  H5F_get_parent at HDF5_MPI_1.8.8 1.8.13
  H5F_get_shared at HDF5_MPI_1.8.8 1.8.13
@@ -740,14 +740,14 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5F_has_feature at HDF5_MPI_1.8.7 1.8.13
  H5F_incr_nopen_objs at HDF5_MPI_1.8.7 1.8.13
  H5F_init at HDF5_MPI_1.8.7 1.8.13
- H5F_is_hdf5 at HDF5_MPI_1.8.7 1.8.14
+ H5F_is_hdf5 at HDF5_MPI_1.8.14 1.8.14
  H5F_is_mount at HDF5_MPI_1.8.7 1.8.13
  H5F_is_tmp_addr at HDF5_MPI_1.8.7 1.8.13
  H5F_mount_count_ids at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_comm at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_rank at HDF5_MPI_1.8.7 1.8.13
  H5F_mpi_get_size at HDF5_MPI_1.8.7 1.8.13
- H5F_new at HDF5_MPI_1.8.7 1.8.14
+ H5F_new at HDF5_MPI_1.8.14 1.8.14
  H5F_open at HDF5_MPI_1.8.7 1.8.13
  H5F_rdcc_nbytes at HDF5_MPI_1.8.7 1.8.13
  H5F_rdcc_nslots at HDF5_MPI_1.8.7 1.8.13
@@ -1246,8 +1246,8 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5MF_try_extend at HDF5_MPI_1.8.7 1.8.13
  H5MF_try_shrink at HDF5_MPI_1.8.7 1.8.13
  H5MF_xfree at HDF5_MPI_1.8.7 1.8.13
- H5MM_calloc at Base 1.8.15
- H5MM_malloc at Base 1.8.15
+ H5MM_calloc at HDF5_MPI_1.8.15 1.8.15
+ H5MM_malloc at HDF5_MPI_1.8.15 1.8.15
  H5MM_realloc at HDF5_MPI_1.8.7 1.8.13
  H5MM_strdup at HDF5_MPI_1.8.7 1.8.13
  H5MM_xfree at HDF5_MPI_1.8.7 1.8.13
@@ -1436,79 +1436,79 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5Ovisit_by_name at HDF5_MPI_1.8.7 1.8.13
  H5PL_load at HDF5_MPI_1.8.11 1.8.13
  H5PL_term_interface at HDF5_MPI_1.8.11 1.8.13
- H5PLget_loading_state at Base 1.8.15
- H5PLset_loading_state at Base 1.8.15
+ H5PLget_loading_state at HDF5_MPI_1.8.15 1.8.15
+ H5PLset_loading_state at HDF5_MPI_1.8.15 1.8.15
  H5P_CLS_ACRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_ATTRIBUTE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DACC at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATASET_XFER_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATASET_XFER_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATASET_XFER_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATATYPE_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_DATATYPE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DCRT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_DXFR at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_FILE_MOUNT_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_FILE_MOUNT_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_FILE_MOUNT_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_FMNT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_GACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_GCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_GROUP_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_GROUP_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_GROUP_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_GROUP_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_LACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_LCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_LINK_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_LINK_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_LINK_ACCESS_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_LINK_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_LINK_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_LINK_CREATE_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_OBJECT_COPY_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_OBJECT_COPY_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_OBJECT_COPY_g at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_OBJECT_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_OBJECT_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_OBJECT_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_OCPY at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_OCRT at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_ROOT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_ROOT_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_ROOT_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_ROOT_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_STRCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_CLS_STRING_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_CLS_STRING_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P_CLS_STRING_CREATE_g at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_TACC at HDF5_MPI_1.8.7 1.8.13
  H5P_CLS_TCRT at HDF5_MPI_1.8.7 1.8.13
- H5P_LST_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATASET_XFER_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_FILE_MOUNT_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_GROUP_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_LINK_ACCESS_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_LINK_CREATE_ID_g at HDF5_MPI_1.8.7 1.8.14
- H5P_LST_OBJECT_COPY_ID_g at HDF5_MPI_1.8.7 1.8.14
+ H5P_LST_ATTRIBUTE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATASET_XFER_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATATYPE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_DATATYPE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_FILE_MOUNT_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_GROUP_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_GROUP_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_LINK_ACCESS_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_LINK_CREATE_ID_g at HDF5_MPI_1.8.14 1.8.14
+ H5P_LST_OBJECT_COPY_ID_g at HDF5_MPI_1.8.14 1.8.14
  H5P__find_prop_plist at HDF5_MPI_1.8.10 1.8.13
  H5P__term_deprec_interface at HDF5_MPI_1.8.13 1.8.13
  H5P__term_pub_interface at HDF5_MPI_1.8.13 1.8.13
  H5P_access_class at HDF5_MPI_1.8.7 1.8.13
  H5P_add_prop at HDF5_MPI_1.8.7 1.8.13
- H5P_class_isa at HDF5_MPI_1.8.7 1.8.14
+ H5P_class_isa at HDF5_MPI_1.8.14 1.8.14
  H5P_close at HDF5_MPI_1.8.7 1.8.13
  H5P_close_class at HDF5_MPI_1.8.7 1.8.13
  H5P_cmp_class at HDF5_MPI_1.8.7 1.8.13
@@ -1538,7 +1538,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5P_get_filter_by_id at HDF5_MPI_1.8.7 1.8.13
  H5P_get_nprops_pclass at HDF5_MPI_1.8.7 1.8.13
  H5P_get_nprops_plist at HDF5_MPI_1.8.7 1.8.13
- H5P_get_plist_id at HDF5_MPI_1.8.7 1.8.14
+ H5P_get_plist_id at HDF5_MPI_1.8.14 1.8.14
  H5P_get_size_pclass at HDF5_MPI_1.8.7 1.8.13
  H5P_get_size_plist at HDF5_MPI_1.8.7 1.8.13
  H5P_init at HDF5_MPI_1.8.7 1.8.13
@@ -2117,19 +2117,19 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5T__conv_ldouble_double at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_int at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_ldouble_llong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_short at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uchar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_uint at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_ldouble_ullong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ulong at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_ldouble_ushort at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_double at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_float at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_int at HDF5_MPI_1.8.10 1.8.13
- (arch=!powerpc)H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
+ H5T__conv_llong_ldouble at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_long at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_schar at HDF5_MPI_1.8.10 1.8.13
  H5T__conv_llong_short at HDF5_MPI_1.8.10 1.8.13
@@ -2520,7 +2520,7 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5_type_conv_blk_free_list at HDF5_MPI_1.8.7 1.8.13
  H5_vlen_fl_buf_blk_free_list at HDF5_MPI_1.8.7 1.8.13
  H5_vlen_vl_buf_blk_free_list at HDF5_MPI_1.8.7 1.8.13
- H5allocate_memory at Base 1.8.15
+ H5allocate_memory at HDF5_MPI_1.8.15 1.8.15
  H5check_version at HDF5_MPI_1.8.7 1.8.13
  H5close at HDF5_MPI_1.8.7 1.8.13
  H5dont_atexit at HDF5_MPI_1.8.7 1.8.13
@@ -2529,12 +2529,14 @@ libhdf5_openmpi.so.10 libhdf5-openmpi-10 #MINVER#
  H5get_libversion at HDF5_MPI_1.8.7 1.8.13
  H5libhdf5_settings at HDF5_MPI_1.8.7 1.8.13
  H5open at HDF5_MPI_1.8.7 1.8.13
- H5resize_memory at Base 1.8.15
+ H5resize_memory at HDF5_MPI_1.8.15 1.8.15
  H5set_free_list_limits at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.10 at HDF5_MPI_1.8.10 1.8.13
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -2550,6 +2552,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -2625,7 +2629,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5a_provisional_MOD_h5aread_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5aread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5aread_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2634,7 +2638,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5a_provisional_MOD_h5aread_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5aread_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5aread_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5aread_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5aread_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2651,7 +2655,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5a_provisional_MOD_h5awrite_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5awrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2660,7 +2664,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5a_provisional_MOD_h5awrite_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5a_provisional_MOD_h5awrite_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5a_provisional_MOD_h5awrite_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5a_provisional_MOD_h5awrite_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5a_provisional_MOD_h5awrite_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2698,7 +2702,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5d_provisional_MOD_h5dread_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dread_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dread_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2707,7 +2711,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5d_provisional_MOD_h5dread_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dread_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dread_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dread_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2718,7 +2722,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5d_provisional_MOD_h5dread_real_scalar at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_dsetreg at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dread_reference_obj at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dvlen_reclaim_f at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2727,7 +2731,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5d_provisional_MOD_h5dwrite_char_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_char_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dwrite_char_scalar_fix at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2736,7 +2740,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5d_provisional_MOD_h5dwrite_integer_6 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_7 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_integer_scalar at HDF5_MPI_1.8.8 1.8.13
- __h5d_provisional_MOD_h5dwrite_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5d_provisional_MOD_h5dwrite_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_1 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_2 at HDF5_MPI_1.8.8 1.8.13
  __h5d_provisional_MOD_h5dwrite_real_3 at HDF5_MPI_1.8.8 1.8.13
@@ -2767,7 +2771,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5f_MOD_h5fopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5f_MOD_h5freopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5f_MOD_h5funmount_f at HDF5_MPI_1.8.7 1.8.13
- __h5f_provisional_MOD_h5fget_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5f_provisional_MOD_h5fget_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_dxpl_mpio_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_fapl_mpio_f at HDF5_MPI_1.8.7 1.8.13
  __h5fdmpio_MOD_h5pget_mpio_actual_io_mode_f at HDF5_MPI_1.8.10 1.8.13
@@ -2791,8 +2795,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5g_MOD_h5gopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5g_MOD_h5gset_comment_f at HDF5_MPI_1.8.7 1.8.13
  __h5g_MOD_h5gunlink_f at HDF5_MPI_1.8.7 1.8.13
- __h5global_MOD_h5g_link_f at Base 1.8.15
- __h5global_MOD_h5g_udlink_f at Base 1.8.15
+ __h5global_MOD_h5g_link_f at HDF5_MPI_1.8.15 1.8.15
+ __h5global_MOD_h5g_udlink_f at HDF5_MPI_1.8.15 1.8.15
  __h5i_MOD_h5idec_ref_f at HDF5_MPI_1.8.7 1.8.13
  __h5i_MOD_h5iget_file_id_f at HDF5_MPI_1.8.7 1.8.13
  __h5i_MOD_h5iget_name_f at HDF5_MPI_1.8.7 1.8.13
@@ -2812,8 +2816,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5l_MOD_h5lget_name_by_idx_f at HDF5_MPI_1.8.7 1.8.13
  __h5l_MOD_h5lis_registered_f at HDF5_MPI_1.8.7 1.8.13
  __h5l_MOD_h5lmove_f at HDF5_MPI_1.8.7 1.8.13
- __h5l_provisional_MOD_h5literate_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5l_provisional_MOD_h5literate_f at HDF5_MPI_1.8.7 1.8.14
+ __h5l_provisional_MOD_h5literate_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5l_provisional_MOD_h5literate_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5check_version_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5close_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5dont_atexit_f at HDF5_MPI_1.8.7 1.8.13
@@ -2821,7 +2825,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5lib_MOD_h5get_libversion_f at HDF5_MPI_1.8.7 1.8.13
  __h5lib_MOD_h5kind_to_type at HDF5_MPI_1.8.8 1.8.13
  __h5lib_MOD_h5open_f at HDF5_MPI_1.8.7 1.8.13
- __h5lib_provisional_MOD_h5offsetof at HDF5_MPI_1.8.7 1.8.14
+ __h5lib_provisional_MOD_h5offsetof at HDF5_MPI_1.8.7 1.8.13
  __h5o_MOD_h5oclose_f at HDF5_MPI_1.8.8 1.8.13
  __h5o_MOD_h5ocopy_f at HDF5_MPI_1.8.9 1.8.13
  __h5o_MOD_h5odecr_refcount_f at HDF5_MPI_1.8.11 1.8.13
@@ -2835,11 +2839,11 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5o_MOD_h5oopen_f at HDF5_MPI_1.8.7 1.8.13
  __h5o_MOD_h5oset_comment_by_name_f at HDF5_MPI_1.8.11 1.8.13
  __h5o_MOD_h5oset_comment_f at HDF5_MPI_1.8.11 1.8.13
- __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5oget_info_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_MPI_1.8.7 1.8.14
- __h5o_provisional_MOD_h5ovisit_f at HDF5_MPI_1.8.7 1.8.14
+ __h5o_provisional_MOD_h5oget_info_by_idx_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5oget_info_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5oget_info_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5ovisit_by_name_f at HDF5_MPI_1.8.7 1.8.13
+ __h5o_provisional_MOD_h5ovisit_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pall_filters_avail_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pclose_class_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_MOD_h5pclose_f at HDF5_MPI_1.8.7 1.8.13
@@ -2958,43 +2962,43 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5p_MOD_h5punregister_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pcreate_class_f at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_char at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_fill_value_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_fill_value_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pget_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pget_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pget_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pget_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pinsert_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pinsert_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pinsert_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pinsert_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pregister_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pregister_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pregister_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pregister_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_char at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_file_image_f at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_file_image_f at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_char at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_fill_value_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_fill_value_real at HDF5_MPI_1.8.8 1.8.13
  __h5p_provisional_MOD_h5pset_integer at HDF5_MPI_1.8.8 1.8.13
- __h5p_provisional_MOD_h5pset_ptr at HDF5_MPI_1.8.7 1.8.14
+ __h5p_provisional_MOD_h5pset_ptr at HDF5_MPI_1.8.7 1.8.13
  __h5p_provisional_MOD_h5pset_real at HDF5_MPI_1.8.8 1.8.13
  __h5r_MOD_h5rget_object_type_obj_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rcreate_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rcreate_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rcreate_region_f at HDF5_MPI_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rdereference_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rdereference_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rdereference_region_f at HDF5_MPI_1.8.8 1.8.13
  __h5r_provisional_MOD_h5rget_name_object_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rget_name_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rget_name_region_f at HDF5_MPI_1.8.8 1.8.13
- __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_MPI_1.8.7 1.8.14
- __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_MPI_1.8.7 1.8.14
+ __h5r_provisional_MOD_h5rget_obj_type_f at HDF5_MPI_1.8.7 1.8.13
+ __h5r_provisional_MOD_h5rget_region_ptr_f at HDF5_MPI_1.8.7 1.8.13
  __h5r_provisional_MOD_h5rget_region_region_f at HDF5_MPI_1.8.10 1.8.13
  __h5s_MOD_h5sclose_f at HDF5_MPI_1.8.7 1.8.13
  __h5s_MOD_h5scopy_f at HDF5_MPI_1.8.7 1.8.13
@@ -3082,9 +3086,9 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  __h5t_MOD_h5tset_strpad_f at HDF5_MPI_1.8.7 1.8.13
  __h5t_MOD_h5tset_tag_f at HDF5_MPI_1.8.7 1.8.13
  __h5t_MOD_h5tvlen_create_f at HDF5_MPI_1.8.7 1.8.13
- __h5t_provisional_MOD_h5tconvert_f at HDF5_MPI_1.8.7 1.8.14
- __h5t_provisional_MOD_h5tenum_insert_f03 at Base 1.8.15
- __h5t_provisional_MOD_h5tenum_insert_f90 at Base 1.8.15
+ __h5t_provisional_MOD_h5tconvert_f at HDF5_MPI_1.8.7 1.8.13
+ __h5t_provisional_MOD_h5tenum_insert_f03 at HDF5_MPI_1.8.15 1.8.15
+ __h5t_provisional_MOD_h5tenum_insert_f90 at HDF5_MPI_1.8.15 1.8.15
  __h5z_MOD_h5zfilter_avail_f at HDF5_MPI_1.8.7 1.8.13
  __h5z_MOD_h5zget_filter_info_f at HDF5_MPI_1.8.7 1.8.13
  __h5z_MOD_h5zunregister_f at HDF5_MPI_1.8.7 1.8.13
@@ -3122,7 +3126,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5aread_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5aread_f_c at Base 1.8.15
+ h5aread_f_c at HDF5_MPI_1.8.15 1.8.15
  h5aread_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5aread_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3159,7 +3163,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5awrite_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5awrite_f_c at Base 1.8.15
+ h5awrite_f_c at HDF5_MPI_1.8.15 1.8.15
  h5awrite_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5awrite_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3193,7 +3197,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5dclose_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dcreate_anon_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dcreate_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dfill_c at Base 1.8.15
+ h5dfill_c at HDF5_MPI_1.8.15 1.8.15
  h5dfill_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dfill_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dfill_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3215,7 +3219,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5dread_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dread_f_c at Base 1.8.15
+ h5dread_f_c at HDF5_MPI_1.8.15 1.8.15
  h5dread_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dread_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3248,7 +3252,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5dreadc_s_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dset_extent_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dvlen_get_max_len_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dvlen_reclaim_c at Base 1.8.15
+ h5dvlen_reclaim_c at HDF5_MPI_1.8.15 1.8.15
  h5dwrite_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_2_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3258,7 +3262,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5dwrite_double_6_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_7_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_double_s_c_ at HDF5_MPI_1.8.7 1.8.13
- h5dwrite_f_c at Base 1.8.15
+ h5dwrite_f_c at HDF5_MPI_1.8.15 1.8.15
  h5dwrite_integer_1_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_integer_2_c_ at HDF5_MPI_1.8.7 1.8.13
  h5dwrite_integer_3_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3296,7 +3300,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5eget_minor_c_ at HDF5_MPI_1.8.7 1.8.13
  h5eprint_c1_ at HDF5_MPI_1.8.7 1.8.13
  h5eprint_c2_ at HDF5_MPI_1.8.7 1.8.13
- h5eset_auto2_c at Base 1.8.15
+ h5eset_auto2_c at HDF5_MPI_1.8.15 1.8.15
  h5eset_auto_c_ at HDF5_MPI_1.8.7 1.8.13
  h5f_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5fclose_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3306,7 +3310,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5fflush_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_access_plist_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_create_plist_c_ at HDF5_MPI_1.8.7 1.8.13
- h5fget_file_image_c at Base 1.8.15
+ h5fget_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5fget_filesize_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_freespace_c_ at HDF5_MPI_1.8.7 1.8.13
  h5fget_name_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3364,8 +3368,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5lget_val_c_ at HDF5_MPI_1.8.7 1.8.13
  h5lib_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5lis_registered_c_ at HDF5_MPI_1.8.7 1.8.13
- h5literate_by_name_c at Base 1.8.15
- h5literate_c at Base 1.8.15
+ h5literate_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5literate_c at HDF5_MPI_1.8.15 1.8.15
  h5lmove_c_ at HDF5_MPI_1.8.7 1.8.13
  h5o_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5oclose_c_ at HDF5_MPI_1.8.8 1.8.13
@@ -3374,9 +3378,9 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5oexists_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oget_comment_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oget_comment_c_ at HDF5_MPI_1.8.11 1.8.13
- h5oget_info_by_idx_c at Base 1.8.15
- h5oget_info_by_name_c at Base 1.8.15
- h5oget_info_c at Base 1.8.15
+ h5oget_info_by_idx_c at HDF5_MPI_1.8.15 1.8.15
+ h5oget_info_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5oget_info_c at HDF5_MPI_1.8.15 1.8.15
  h5oincr_refcount_c_ at HDF5_MPI_1.8.11 1.8.13
  h5olink_c_ at HDF5_MPI_1.8.7 1.8.13
  h5oopen_by_addr_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3385,8 +3389,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5open_c_ at HDF5_MPI_1.8.7 1.8.13
  h5oset_comment_by_name_c_ at HDF5_MPI_1.8.11 1.8.13
  h5oset_comment_c_ at HDF5_MPI_1.8.11 1.8.13
- h5ovisit_by_name_c at Base 1.8.15
- h5ovisit_c at Base 1.8.15
+ h5ovisit_by_name_c at HDF5_MPI_1.8.15 1.8.15
+ h5ovisit_c at HDF5_MPI_1.8.15 1.8.15
  h5p_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5p_flags_int_ at HDF5_MPI_1.8.7 1.8.13
  h5pall_filters_avail_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3395,8 +3399,8 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pcopy_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pcopy_prop_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pcreate_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pcreate_class_c at Base 1.8.15
- h5pcreate_class_f90_c_ at Base 1.8.15
+ h5pcreate_class_c at HDF5_MPI_1.8.15 1.8.15
+ h5pcreate_class_f90_c_ at HDF5_MPI_1.8.15 1.8.15
  h5pequal_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pexist_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pfill_value_defined_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3406,7 +3410,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pget_attr_phase_change_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_btree_ratios_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_buffer_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_c at Base 1.8.15
+ h5pget_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_cache_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_char_encoding_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_chunk_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3430,9 +3434,9 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pget_fapl_mpio_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fapl_multi_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fclose_degree_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_file_image_c at Base 1.8.15
+ h5pget_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_fill_time_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pget_fill_value_c at Base 1.8.15
+ h5pget_fill_value_c at HDF5_MPI_1.8.15 1.8.15
  h5pget_fill_value_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fill_value_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_fill_value_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3463,14 +3467,14 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pget_userblock_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pget_version_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pgetc_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pinsert_c at Base 1.8.15
+ h5pinsert_c at HDF5_MPI_1.8.15 1.8.15
  h5pinsert_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsert_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsert_real_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pinsertc_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pisa_class_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pmodify_filter_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pregister_c at Base 1.8.15
+ h5pregister_c at HDF5_MPI_1.8.15 1.8.15
  h5pregister_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pregister_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pregister_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3483,7 +3487,7 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pset_attr_phase_change_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_btree_ratios_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_buffer_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_c at Base 1.8.15
+ h5pset_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_cache_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_char_encoding_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_chunk_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3508,9 +3512,9 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5pset_fapl_split_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fapl_stdio_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fclose_degree_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_file_image_c at Base 1.8.15
+ h5pset_file_image_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_fill_time_c_ at HDF5_MPI_1.8.7 1.8.13
- h5pset_fill_value_c at Base 1.8.15
+ h5pset_fill_value_c at HDF5_MPI_1.8.15 1.8.15
  h5pset_fill_value_double_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fill_value_integer_c_ at HDF5_MPI_1.8.7 1.8.13
  h5pset_fill_value_real_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3546,17 +3550,17 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5punregister_c_ at HDF5_MPI_1.8.7 1.8.13
  h5r_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5rcreate_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rcreate_ptr_c at Base 1.8.15
+ h5rcreate_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rcreate_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5rdereference_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rdereference_ptr_c at Base 1.8.15
+ h5rdereference_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rdereference_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5rget_name_object_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_name_ptr_c at Base 1.8.15
+ h5rget_name_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_name_region_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_obj_type_c at Base 1.8.15
+ h5rget_obj_type_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_object_type_obj_c_ at HDF5_MPI_1.8.7 1.8.13
- h5rget_region_ptr_c at Base 1.8.15
+ h5rget_region_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5rget_region_region_c_ at HDF5_MPI_1.8.7 1.8.13
  h5s_flags_ at HDF5_MPI_1.8.7 1.8.13
  h5s_hsize_flags_ at HDF5_MPI_1.8.10 1.8.13
@@ -3595,14 +3599,14 @@ libhdf5_openmpi_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  h5tcommit_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcommitted_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcompiler_conv_c_ at HDF5_MPI_1.8.7 1.8.13
- h5tconvert_c at Base 1.8.15
+ h5tconvert_c at HDF5_MPI_1.8.15 1.8.15
  h5tcopy_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tcreate_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tdecode_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tencode_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_create_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_insert_c_ at HDF5_MPI_1.8.7 1.8.13
- h5tenum_insert_ptr_c at Base 1.8.15
+ h5tenum_insert_ptr_c at HDF5_MPI_1.8.15 1.8.15
  h5tenum_nameof_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tenum_valueof_c_ at HDF5_MPI_1.8.7 1.8.13
  h5tequal_c_ at HDF5_MPI_1.8.7 1.8.13
@@ -3739,39 +3743,39 @@ libhdf5_openmpi_hl.so.10 libhdf5-openmpi-10 #MINVER#
  H5LTtext_to_dtype at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_create_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_delete_buffer at HDF5_MPI_1.8.7 1.8.13
- H5LTyy_flex_debug at HDF5_MPI_1.8.7 1.8.14
+ H5LTyy_flex_debug at HDF5_MPI_1.8.14 1.8.14
  H5LTyy_flush_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_buffer at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_bytes at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_scan_string at HDF5_MPI_1.8.7 1.8.13
  H5LTyy_switch_to_buffer at HDF5_MPI_1.8.7 1.8.13
- H5LTyyalloc at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyalloc at HDF5_MPI_1.8.14 1.8.14
  H5LTyychar at HDF5_MPI_1.8.7 1.8.13
  H5LTyyerror at HDF5_MPI_1.8.7 1.8.13
- H5LTyyfree at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_debug at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_in at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_leng at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_lineno at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_out at HDF5_MPI_1.8.7 1.8.14
- H5LTyyget_text at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyfree at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_debug at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_in at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_leng at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_lineno at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_out at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyget_text at HDF5_MPI_1.8.14 1.8.14
  H5LTyyin at HDF5_MPI_1.8.7 1.8.13
  H5LTyyleng at HDF5_MPI_1.8.7 1.8.13
  H5LTyylex at HDF5_MPI_1.8.7 1.8.13
- H5LTyylex_destroy at HDF5_MPI_1.8.7 1.8.14
- H5LTyylineno at HDF5_MPI_1.8.7 1.8.14
+ H5LTyylex_destroy at HDF5_MPI_1.8.14 1.8.14
+ H5LTyylineno at HDF5_MPI_1.8.14 1.8.14
  H5LTyylval at HDF5_MPI_1.8.7 1.8.13
  H5LTyynerrs at HDF5_MPI_1.8.7 1.8.13
  H5LTyyout at HDF5_MPI_1.8.7 1.8.13
  H5LTyyparse at HDF5_MPI_1.8.7 1.8.13
- H5LTyypop_buffer_state at HDF5_MPI_1.8.7 1.8.14
- H5LTyypush_buffer_state at HDF5_MPI_1.8.7 1.8.14
- H5LTyyrealloc at HDF5_MPI_1.8.7 1.8.14
+ H5LTyypop_buffer_state at HDF5_MPI_1.8.14 1.8.14
+ H5LTyypush_buffer_state at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyrealloc at HDF5_MPI_1.8.14 1.8.14
  H5LTyyrestart at HDF5_MPI_1.8.7 1.8.13
- H5LTyyset_debug at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_in at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_lineno at HDF5_MPI_1.8.7 1.8.14
- H5LTyyset_out at HDF5_MPI_1.8.7 1.8.14
+ H5LTyyset_debug at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_in at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_lineno at HDF5_MPI_1.8.14 1.8.14
+ H5LTyyset_out at HDF5_MPI_1.8.14 1.8.14
  H5LTyytext at HDF5_MPI_1.8.7 1.8.13
  H5LTyywrap at HDF5_MPI_1.8.7 1.8.13
  H5PTappend at HDF5_MPI_1.8.7 1.8.13
@@ -3810,6 +3814,8 @@ libhdf5_openmpi_hl.so.10 libhdf5-openmpi-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
@@ -3845,6 +3851,8 @@ libhdf5_openmpihl_fortran.so.10 libhdf5-openmpi-10 #MINVER#
  HDF5_MPI_1.8.11 at HDF5_MPI_1.8.11 1.8.13
  HDF5_MPI_1.8.12 at HDF5_MPI_1.8.12 1.8.13
  HDF5_MPI_1.8.13 at HDF5_MPI_1.8.13 1.8.13
+ HDF5_MPI_1.8.14 at HDF5_MPI_1.8.14 1.8.14
+ HDF5_MPI_1.8.15 at HDF5_MPI_1.8.15 1.8.15
  HDF5_MPI_1.8.7 at HDF5_MPI_1.8.7 1.8.13
  HDF5_MPI_1.8.8 at HDF5_MPI_1.8.8 1.8.13
  HDF5_MPI_1.8.9 at HDF5_MPI_1.8.9 1.8.13
diff --git a/debian/make-version-scripts b/debian/make-version-scripts
index 886c677..e0becbe 100755
--- a/debian/make-version-scripts
+++ b/debian/make-version-scripts
@@ -3,10 +3,28 @@
 
 set -e
 
+# 1- Go to debian dir
 debian_dir="$(dirname "$(readlink -f "$0")")"
 cd "$debian_dir"
+
+# 2- Get soname
 soname=$(./rules soname)
 
+# 3- Read mangled C++ symbols table and declare tne new table
+declare -A mangled
+declare -A mangled_new
+
+if [ -f mangled-symbols-table ]; then
+  while IFS='' read line; do
+    if [[ "$line" =~ ^\"([^\"]*)\"\ (_Z[a-zA-Z0-9_]*)$ ]]; then
+      mangled["${BASH_REMATCH[1]}"]="${BASH_REMATCH[2]}"
+    fi
+  done <mangled-symbols-table
+fi
+
+# 4- Generate version scripts
+#    While doing this, we update the mangled C++ symbols table to drop
+#    unused symbols.
 function map_symbols_file {
   declare -A versions=()
   declare -A c=()
@@ -18,6 +36,7 @@ function map_symbols_file {
       symbol="${BASH_REMATCH[3]}"
       version_name="${BASH_REMATCH[4]}"
       version_first_seen="${BASH_REMATCH[5]}"
+      mangled_cpp_symbol="${mangled["$symbol"]}"
       if [ "$version_name" = "Base" ]; then
         version_name="$version_first_seen"
       else
@@ -27,7 +46,12 @@ function map_symbols_file {
         versions[$version_name]=""
       fi
       if [[ "$flags" =~ (^|\|)c\+\+(\||$) ]]; then
-        cpp[$version_name]="${cpp[$version_name]}${symbol}\n"
+        if [ -n "$mangled_cpp_symbol" ]; then
+          cpp[$version_name]="${cpp[$version_name]}$(c++filt -i "$mangled_cpp_symbol")\n"
+          echo '"'"$symbol"'"'" $mangled_cpp_symbol" >>mangled-symbols-table.new
+        else
+          cpp[$version_name]="${cpp[$version_name]}${symbol}\n"
+        fi
       else
         c[$version_name]="${c[$version_name]}${symbol}\n"
       fi
@@ -39,6 +63,8 @@ function map_symbols_file {
   prev_version=""
   for version in $(echo "${!versions[@]}" | sed 's/ /\n/g' | sort -V); do
     echo "HDF5_ at MAP@_$version {"
+    # Drop symbols which are version names, such as:"
+    # HDF5_CPP_1.8.14 at HDF5_CPP_1.8.14
     c[$version]="$(echo -e "${c[$version]}" | grep -v '^HDF5_\(SERIAL\|CPP\|MPI\)_[0-9\.]*$')"
     if [ -n "${cpp[$version]}${c[$version]}" ]; then
       echo "    global:"
@@ -55,6 +81,10 @@ function map_symbols_file {
   done
 }
 
+rm -f mangled-symbols-table.new
 map_symbols_file "libhdf5-$soname.symbols" | sed 's/@MAP@/SERIAL/' >map_serial.ver
 map_symbols_file "libhdf5-cpp-$soname.symbols" | sed 's/@MAP@/CPP/' >>map_serial.ver
 map_symbols_file "libhdf5-openmpi-$soname.symbols" | sed 's/@MAP@/MPI/' >map_mpi.ver
+
+# 5- Replace the mangled C++ symbols table with the updated one
+mv mangled-symbols-table.new mangled-symbols-table
diff --git a/debian/mangled-symbols-table b/debian/mangled-symbols-table
new file mode 100644
index 0000000..e67ebfb
--- /dev/null
+++ b/debian/mangled-symbols-table
@@ -0,0 +1,175 @@
+"H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H58AtomType8getOrderERSs
+"H5::AtomType::setOffset(unsigned long) const" _ZNK2H58AtomType9setOffsetEm
+"H5::AtomType::setPrecision(unsigned long) const" _ZNK2H58AtomType12setPrecisionEm
+"H5::AtomType::setSize(unsigned long) const" _ZNK2H58AtomType7setSizeEm
+"H5::Attribute::getName(char*, unsigned long) const" _ZNK2H59Attribute7getNameEPcm
+"H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const" _ZNK2H59Attribute7getNameERSsm
+"H5::Attribute::getName(unsigned long) const" _ZNK2H59Attribute7getNameEm
+"H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59Attribute7getNameEmRSs
+"H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59Attribute16p_read_fixed_lenERKNS_8DataTypeERSs
+"H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59Attribute19p_read_variable_lenERKNS_8DataTypeERSs
+"H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59Attribute4readERKNS_8DataTypeERSs
+"H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H59Attribute5writeERKNS_8DataTypeERKSs
+"H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H519AttributeIExceptionC2ERKSsS2_
+"H5::CommonFG::childObjType(char const*) const" _ZNK2H58CommonFG12childObjTypeEPKc
+"H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG12childObjTypeERKSs
+"H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const" _ZNK2H58CommonFG12childObjTypeEy10H5_index_t15H5_iter_order_tPKc
+"H5::CommonFG::childObjVersion(char const*) const" _ZNK2H58CommonFG15childObjVersionEPKc
+"H5::CommonFG::childObjVersion(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG15childObjVersionERKSs
+"H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const" _ZNK2H58CommonFG13createDataSetERKSsRKNS_8DataTypeERKNS_9DataSpaceERKNS_17DSetCreatPropListE
+"H5::CommonFG::createGroup(char const*, unsigned long) const" _ZNK2H58CommonFG11createGroupEPKcm
+"H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const" _ZNK2H58CommonFG11createGroupERKSsm
+"H5::CommonFG::getLinkval(char const*, unsigned long) const" _ZNK2H58CommonFG10getLinkvalEPKcm
+"H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const" _ZNK2H58CommonFG10getLinkvalERKSsm
+"H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H58CommonFG15getObjTypeByIdxEyRSs
+"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const" _ZNK2H58CommonFG10getObjinfoERKSsR10H5G_stat_t
+"H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const" _ZNK2H58CommonFG10getObjinfoERKSsjR10H5G_stat_t
+"H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const" _ZNK2H58CommonFG15getObjnameByIdxEyPcm
+"H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const" _ZNK2H58CommonFG15getObjnameByIdxEyRSsm
+"H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)" _ZN2H58CommonFG12iterateElemsERKSsPiPFiiPKcPvES6_
+"H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG4linkE10H5L_type_tRKSsS3_
+"H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const" _ZNK2H58CommonFG5mountEPKcRKNS_6H5FileERKNS_8PropListE
+"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const" _ZNK2H58CommonFG5mountERKSsRKNS_6H5FileERKNS_8PropListE
+"H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const" _ZNK2H58CommonFG5mountERKSsRNS_6H5FileERNS_8PropListE
+"H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG4moveERKSsS2_
+"H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG13openArrayTypeERKSs
+"H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG12openCompTypeERKSs
+"H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG11openDataSetERKSs
+"H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG12openDataTypeERKSs
+"H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG12openEnumTypeERKSs
+"H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG13openFloatTypeERKSs
+"H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG9openGroupERKSs
+"H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG11openIntTypeERKSs
+"H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG11openStrTypeERKSs
+"H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG14openVarLenTypeERKSs
+"H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG6unlinkERKSs
+"H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CommonFG7unmountERKSs
+"H5::CompType::CompType(unsigned long)" _ZN2H58CompTypeC2Em
+"H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58CompType14getMemberIndexERKSs
+"H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, H5::DataType const&) const" _ZNK2H58CompType12insertMemberERKSsmRKNS_8DataTypeE
+"H5::CompType::setSize(unsigned long) const" _ZNK2H58CompType7setSizeEm
+"H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const" _ZNK2H517DSetCreatPropList11getExternalEjmPcRlRy
+"H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const" _ZNK2H517DSetCreatPropList9getFilterEiRjRmPjmPcS1_
+"H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const" _ZNK2H517DSetCreatPropList13getFilterByIdEiRjRmPjmPcS1_
+"H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const" _ZNK2H517DSetCreatPropList12modifyFilterEijmPKj
+"H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const" _ZNK2H517DSetCreatPropList11setExternalEPKcly
+"H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const" _ZNK2H517DSetCreatPropList9setFilterEijmPKj
+"H5::DSetMemXferPropList::DSetMemXferPropList(char const*)" _ZN2H519DSetMemXferPropListC2EPKc
+"H5::DSetMemXferPropList::getDataTransform() const" _ZNK2H519DSetMemXferPropList16getDataTransformEv
+"H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const" _ZNK2H519DSetMemXferPropList16getDataTransformEPcm
+"H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const" _ZNK2H519DSetMemXferPropList17getVlenMemManagerERPFPvmS1_EPS1_RPFvS1_S1_ES5_
+"H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const" _ZNK2H519DSetMemXferPropList9setBufferEmPvS1_
+"H5::DSetMemXferPropList::setDataTransform(char const*) const" _ZNK2H519DSetMemXferPropList16setDataTransformEPKc
+"H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H519DSetMemXferPropList16setDataTransformERKSs
+"H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)" _ZN2H519DSetMemXferPropList18setHyperVectorSizeEm
+"H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const" _ZNK2H519DSetMemXferPropList17setVlenMemManagerEPFPvmS1_ES1_PFvS1_S1_ES1_
+"H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const" _ZNK2H57DataSet10fillMemBufEPKvRKNS_8DataTypeEPvS5_RKNS_9DataSpaceE
+"H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const" _ZNK2H57DataSet10fillMemBufEPvRKNS_8DataTypeERKNS_9DataSpaceE
+"H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const" _ZNK2H57DataSet14getVlenBufSizeERKNS_8DataTypeERKNS_9DataSpaceE
+"H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H57DataSet16p_read_fixed_lenEiiiiRSs
+"H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H57DataSet19p_read_variable_lenEiiiiRSs
+"H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const" _ZNK2H57DataSet4readERSsRKNS_8DataTypeERKNS_9DataSpaceES7_RKNS_19DSetMemXferPropListE
+"H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const" _ZNK2H57DataSet5writeERKSsRKNS_8DataTypeERKNS_9DataSpaceES8_RKNS_19DSetMemXferPropListE
+"H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H517DataSetIExceptionC2ERKSsS2_
+"H5::DataSpace::extentCopy(H5::DataSpace const&) const" _ZNK2H59DataSpace10extentCopyERKS0_
+"H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const" _ZNK2H59DataSpace14selectElementsE13H5S_seloper_tmPKy
+"H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H519DataSpaceIExceptionC2ERKSsS2_
+"H5::DataType::DataType(H5::PredType const&)" _ZN2H58DataTypeC2ERKNS_8PredTypeE
+"H5::DataType::DataType(H5T_class_t, unsigned long)" _ZN2H58DataTypeC2E11H5T_class_tm
+"H5::DataType::commit(H5::H5Location const&, char const*)" _ZN2H58DataType6commitERKNS_10H5LocationEPKc
+"H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H58DataType6commitERKNS_10H5LocationERKSs
+"H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H58DataType6commitERNS_10H5LocationERKSs
+"H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const" _ZNK2H58DataType7convertERKS0_mPvS3_RKNS_8PropListE
+"H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const" _ZNK2H58DataType12registerFuncE10H5T_pers_tPKcRKS0_PFiiiP11H5T_cdata_tmmmPvS8_iE
+"H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const" _ZNK2H58DataType12registerFuncE10H5T_pers_tRKSsRKS0_PFiiiP11H5T_cdata_tmmmPvS8_iE
+"H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58DataType6setTagERKSs
+"H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const" _ZNK2H58DataType10unregisterE10H5T_pers_tPKcRKS0_PFiiiP11H5T_cdata_tmmmPvS8_iE
+"H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const" _ZNK2H58DataType10unregisterE10H5T_pers_tRKSsRKS0_PFiiiP11H5T_cdata_tmmmPvS8_iE
+"H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H518DataTypeIExceptionC2ERKSsS2_
+"H5::EnumType::EnumType(unsigned long)" _ZN2H58EnumTypeC2Em
+"H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58EnumType14getMemberIndexERKSs
+"H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const" _ZNK2H58EnumType6insertERKSsPv
+"H5::EnumType::nameOf(void*, unsigned long) const" _ZNK2H58EnumType6nameOfEPvm
+"H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const" _ZNK2H58EnumType7valueOfERKSsPv
+"H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H59ExceptionC2ERKSsS2_
+"H5::Exception::printErrorStack(_IO_FILE*, int)" _ZN2H59Exception15printErrorStackEP8_IO_FILEi
+"H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const" _ZNK2H515FileAccPropList8getCacheERiRmS2_Rd
+"H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const" _ZNK2H515FileAccPropList7getCoreERmRj
+"H5::FileAccPropList::getLibverBounds(H5F_libver_t&, H5F_libver_t&) const" _ZNK2H515FileAccPropList15getLibverBoundsER12H5F_libver_tS2_
+"H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const" _ZNK2H515FileAccPropList8setCacheEimmd
+"H5::FileAccPropList::setCore(unsigned long, unsigned int) const" _ZNK2H515FileAccPropList7setCoreEmj
+"H5::FileAccPropList::setLibverBounds(H5F_libver_t, H5F_libver_t) const" _ZNK2H515FileAccPropList15setLibverBoundsE12H5F_libver_tS1_
+"H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const" _ZNK2H515FileAccPropList6setLogEPKcjm
+"H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const" _ZNK2H515FileAccPropList6setLogERKSsjm
+"H5::FileAccPropList::setSieveBufSize(unsigned long) const" _ZNK2H515FileAccPropList15setSieveBufSizeEm
+"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const" _ZNK2H515FileAccPropList8setSplitERKS0_S2_PKcS4_
+"H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H515FileAccPropList8setSplitERKS0_S2_RKSsS4_
+"H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H515FileAccPropList8setSplitERS0_S1_RKSsS3_
+"H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const" _ZNK2H517FileCreatPropList8getSizesERmS1_
+"H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const" _ZNK2H517FileCreatPropList8setSizesEmm
+"H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H514FileIExceptionC2ERKSsS2_
+"H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const" _ZNK2H59FloatType9getFieldsERmS1_S1_S1_S1_
+"H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59FloatType8getInpadERSs
+"H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H59FloatType7getNormERSs
+"H5::FloatType::setEbias(unsigned long) const" _ZNK2H59FloatType8setEbiasEm
+"H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const" _ZNK2H59FloatType9setFieldsEmmmmm
+"H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H55Group14throwExceptionERKSsS2_
+"H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H515GroupIExceptionC2ERKSsS2_
+"H5::H5File::H5File(int)" _ZN2H56H5FileC2Ei
+"H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)" _ZN2H56H5FileC2ERKSsjRKNS_17FileCreatPropListERKNS_15FileAccPropListE
+"H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const" _ZNK2H56H5File9getObjIDsEjmPi
+"H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const" _ZNK2H56H5File12getVFDHandleERKNS_15FileAccPropListEPPv
+"H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H56H5File6isHdf5ERKSs
+"H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)" _ZN2H56H5File8openFileERKSsjRKNS_15FileAccPropListE
+"H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H56H5File14throwExceptionERKSsS2_
+"H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location10attrExistsERKSs
+"H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const" _ZNK2H510H5Location15createAttributeERKSsRKNS_8DataTypeERKNS_9DataSpaceERKNS_8PropListE
+"H5::H5Location::getComment(char const*, unsigned long) const" _ZNK2H510H5Location10getCommentEPKcm
+"H5::H5Location::getComment(char const*, unsigned long, char*) const" _ZNK2H510H5Location10getCommentEPKcmPc
+"H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const" _ZNK2H510H5Location10getCommentERKSsm
+"H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)" _ZN2H510H5Location12iterateAttrsEPFvRS0_SsPvEPjS2_
+"H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location13openAttributeERKSs
+"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const" _ZNK2H510H5Location9referenceEPvRKSsRKNS_9DataSpaceE10H5R_type_t
+"H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const" _ZNK2H510H5Location9referenceEPvRKSs10H5R_type_t
+"H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location10removeAttrERKSs
+"H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location13removeCommentERKSs
+"H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location10renameAttrERKSsS2_
+"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location10setCommentERKSs
+"H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H510H5Location10setCommentERKSsS2_
+"H5::H5Object::getObjName() const" _ZNK2H58H5Object10getObjNameEv
+"H5::H5Object::getObjName(char*, unsigned long) const" _ZNK2H58H5Object10getObjNameEPcm
+"H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const" _ZNK2H58H5Object10getObjNameERSsm
+"H5::IdComponent::getHDFObjType() const" _ZNK2H511IdComponent13getHDFObjTypeEv
+"H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H520IdComponentExceptionC2ERKSsS2_
+"H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H517LibraryIExceptionC2ERKSsS2_
+"H5::LocationException::LocationException()" _ZN2H517LocationExceptionC2Ev
+"H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H517LocationExceptionC2ERKSsS2_
+"H5::LocationException::~LocationException()" _ZN2H517LocationExceptionD2Ev
+"H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H58PredType6commitERNS_10H5LocationERKSs
+"H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList8copyPropERS0_S1_RKSs
+"H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList8copyPropERS0_RKSs
+"H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList11getPropSizeERKSs
+"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList11getPropertyERKSs
+"H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const" _ZNK2H58PropList11getPropertyERKSsPv
+"H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList9propExistERKSs
+"H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZNK2H58PropList10removePropERKSs
+"H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H58PropList11setPropertyEPKcRSs
+"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const" _ZNK2H58PropList11setPropertyERKSsRSs
+"H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const" _ZNK2H58PropList11setPropertyERKSsPv
+"H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H518PropListIExceptionC2ERKSsS2_
+"H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)" _ZN2H518ReferenceExceptionC2ERKSsS2_
+"H5::StrType::StrType(H5::PredType const&, unsigned long const&)" _ZN2H57StrTypeC2ERKNS_8PredTypeERKm
+"H5::StrType::StrType(int, unsigned long const&)" _ZN2H57StrTypeC2EiRKm
+"H5::f_Attribute_setId(H5::Attribute*, int)" _ZN2H517f_Attribute_setIdEPNS_9AttributeEi
+"H5::f_DataSet_setId(H5::DataSet*, int)" _ZN2H515f_DataSet_setIdEPNS_7DataSetEi
+"H5::f_DataSpace_setId(H5::DataSpace*, int)" _ZN2H517f_DataSpace_setIdEPNS_9DataSpaceEi
+"H5::f_DataType_setId(H5::DataType*, int)" _ZN2H516f_DataType_setIdEPNS_8DataTypeEi
+"non-virtual thunk to H5::Group::p_setId(int)" _ZThn8_N2H55Group7p_setIdEi
+"non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZThn8_NK2H55Group14throwExceptionERKSsS2_
+"non-virtual thunk to H5::H5File::p_setId(int)" _ZThn8_N2H56H5File7p_setIdEi
+"non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const" _ZThn8_NK2H56H5File14throwExceptionERKSsS2_
+"typeinfo for H5::LocationException" _ZTIN2H517LocationExceptionE
+"typeinfo name for H5::LocationException" _ZTSN2H517LocationExceptionE
+"vtable for H5::LocationException" _ZTVN2H517LocationExceptionE
+"FL_PacketTable::AppendPackets(unsigned long, void*)" _ZN14FL_PacketTable13AppendPacketsEmPv
+"FL_PacketTable::GetNextPackets(unsigned long, void*)" _ZN14FL_PacketTable14GetNextPacketsEmPv
diff --git a/debian/map_mpi.ver b/debian/map_mpi.ver
index 975deea..942b174 100644
--- a/debian/map_mpi.ver
+++ b/debian/map_mpi.ver
@@ -39,7 +39,6 @@ HDF5_MPI_1.8.7 {
         H5AC_get_cache_size;
         H5AC_get_entry_status;
         H5AC_GHEAP;
-        H5AC_ind_dxpl_g;
         H5AC_ind_dxpl_id;
         H5AC_init;
         H5AC_insert_entry;
@@ -100,13 +99,11 @@ HDF5_MPI_1.8.7 {
         H5A_dense_rename;
         H5A_dense_write;
         H5Aexists;
-        H5A_exists_by_name;
         H5Aexists_by_name;
         h5aexists_by_name_c_;
         h5aexists_c_;
         H5A_free;
         H5A_get_ainfo;
-        H5A_get_create_plist;
         H5Aget_create_plist;
         h5aget_create_plist_c_;
         H5A_get_info;
@@ -124,12 +121,10 @@ HDF5_MPI_1.8.7 {
         H5Aget_num_attrs;
         h5aget_num_attrs_c_;
         H5A_get_shared_rc_test;
-        H5A_get_space;
         H5Aget_space;
         h5aget_space_c_;
         H5Aget_storage_size;
         h5aget_storage_size_c_;
-        H5A_get_type;
         H5Aget_type;
         h5aget_type_c_;
         H5A_init;
@@ -172,7 +167,6 @@ HDF5_MPI_1.8.7 {
         H5Aopen_by_name;
         h5aopen_by_name_c_;
         h5aopen_c_;
-        H5A_open_common;
         H5Aopen_idx;
         h5aopen_idx_c_;
         H5Aopen_name;
@@ -182,7 +176,6 @@ HDF5_MPI_1.8.7 {
         __h5a_provisional_MOD_h5awrite_char_scalar_fix;
         __h5a_provisional_MOD_h5awrite_ptr;
         H5Aread;
-        H5A_read;
         h5aread_c_;
         h5areadc_1_c_;
         h5areadc_2_c_;
@@ -218,7 +211,6 @@ HDF5_MPI_1.8.7 {
         h5aread_real_7_c_;
         h5aread_real_s_c_;
         H5Arename;
-        H5A_rename_by_name;
         H5Arename_by_name;
         h5arename_by_name_c_;
         h5arename_c_;
@@ -226,7 +218,6 @@ HDF5_MPI_1.8.7 {
         H5A_term_interface;
         H5_attr_buf_blk_free_list;
         H5Awrite;
-        H5A_write;
         h5awrite_c_;
         h5awritec_1_c_;
         h5awritec_2_c_;
@@ -435,20 +426,17 @@ HDF5_MPI_1.8.7 {
         h5dfill_real_c_;
         h5d_flags_;
         H5D_flush;
-        H5D_get_access_plist;
         H5Dget_access_plist;
         h5dget_access_plist_c_;
         H5Dget_create_plist;
         h5dget_create_plist_c_;
         H5Dget_offset;
-        H5D_get_space;
         H5Dget_space;
         h5dget_space_c_;
         H5Dget_space_status;
         h5dget_space_status_c_;
         H5Dget_storage_size;
         h5dget_storage_size_c_;
-        H5D_get_type;
         H5Dget_type;
         h5dget_type_c_;
         H5D_init;
@@ -785,11 +773,6 @@ HDF5_MPI_1.8.7 {
         H5Ewalk1;
         H5Ewalk2;
         H5E_WRITEERROR_g;
-        H5F__accum_flush;
-        H5F__accum_free;
-        H5F__accum_read;
-        H5F__accum_reset;
-        H5F__accum_write;
         H5F_addr_decode;
         H5F_addr_decode_len;
         H5F_addr_encode;
@@ -799,7 +782,6 @@ HDF5_MPI_1.8.7 {
         H5F_check_cached_stab_test;
         H5Fclear_elink_file_cache;
         H5Fclose;
-        H5F_close;
         h5fclose_c_;
         H5F_close_mounts;
         H5Fcreate;
@@ -815,7 +797,6 @@ HDF5_MPI_1.8.7 {
         H5FD_core_term;
         H5F_debug;
         H5F_decr_nopen_objs;
-        H5F_dest;
         H5FD_family_init;
         H5FD_family_term;
         H5FD_fapl_close;
@@ -841,7 +822,6 @@ HDF5_MPI_1.8.7 {
         H5FDget_vfd_handle;
         h5fd_hid_flags_;
         H5FD_init;
-        H5FD_locate_signature;
         H5FD_log_init;
         H5FD_log_term;
         H5FD_mpi_comm_info_dup;
@@ -911,7 +891,6 @@ HDF5_MPI_1.8.7 {
         H5F_get_extpath;
         H5F_get_fc_degree;
         H5F_get_fcpl;
-        H5F_get_file_image;
         H5F_get_fileno;
         H5Fget_filesize;
         h5fget_filesize_c_;
@@ -930,7 +909,6 @@ HDF5_MPI_1.8.7 {
         H5F_get_obj_count;
         H5Fget_obj_count;
         h5fget_obj_count_c_;
-        H5F_get_objects;
         H5F_get_obj_ids;
         H5Fget_obj_ids;
         h5fget_obj_ids_c_;
@@ -942,7 +920,6 @@ HDF5_MPI_1.8.7 {
         H5F_has_feature;
         H5F_incr_nopen_objs;
         H5F_init;
-        H5F_is_hdf5;
         H5Fis_hdf5;
         h5fis_hdf5_c_;
         H5F_is_mount;
@@ -993,7 +970,6 @@ HDF5_MPI_1.8.7 {
         H5F_mpi_get_comm;
         H5F_mpi_get_rank;
         H5F_mpi_get_size;
-        H5F_new;
         H5FO_create;
         H5FO_delete;
         H5FO_dest;
@@ -1847,40 +1823,22 @@ HDF5_MPI_1.8.7 {
         H5LTset_attribute_ulong;
         H5LTset_attribute_ushort;
         H5LTtext_to_dtype;
-        H5LTyyalloc;
         H5LTyychar;
         H5LTyy_create_buffer;
         H5LTyy_delete_buffer;
         H5LTyyerror;
-        H5LTyy_flex_debug;
         H5LTyy_flush_buffer;
-        H5LTyyfree;
-        H5LTyyget_debug;
-        H5LTyyget_in;
-        H5LTyyget_leng;
-        H5LTyyget_lineno;
-        H5LTyyget_out;
-        H5LTyyget_text;
         H5LTyyin;
         H5LTyyleng;
         H5LTyylex;
-        H5LTyylex_destroy;
-        H5LTyylineno;
         H5LTyylval;
         H5LTyynerrs;
         H5LTyyout;
         H5LTyyparse;
-        H5LTyypop_buffer_state;
-        H5LTyypush_buffer_state;
-        H5LTyyrealloc;
         H5LTyyrestart;
         H5LTyy_scan_buffer;
         H5LTyy_scan_bytes;
         H5LTyy_scan_string;
-        H5LTyyset_debug;
-        H5LTyyset_in;
-        H5LTyyset_lineno;
-        H5LTyyset_out;
         H5LTyy_switch_to_buffer;
         H5LTyytext;
         H5LTyywrap;
@@ -2115,7 +2073,6 @@ HDF5_MPI_1.8.7 {
         H5P_add_prop;
         H5Pall_filters_avail;
         h5pall_filters_avail_c_;
-        H5P_class_isa;
         H5Pclose;
         H5P_close;
         h5pclose_c_;
@@ -2124,53 +2081,36 @@ HDF5_MPI_1.8.7 {
         h5pclose_class_c_;
         H5P_CLS_ACRT;
         H5P_CLS_ATTRIBUTE_CREATE_g;
-        H5P_CLS_ATTRIBUTE_CREATE_ID_g;
         H5P_CLS_DACC;
         H5P_CLS_DATASET_ACCESS_g;
-        H5P_CLS_DATASET_ACCESS_ID_g;
         H5P_CLS_DATASET_CREATE_g;
-        H5P_CLS_DATASET_CREATE_ID_g;
         H5P_CLS_DATASET_XFER_g;
-        H5P_CLS_DATASET_XFER_ID_g;
         H5P_CLS_DATATYPE_ACCESS_g;
-        H5P_CLS_DATATYPE_ACCESS_ID_g;
         H5P_CLS_DATATYPE_CREATE_g;
-        H5P_CLS_DATATYPE_CREATE_ID_g;
         H5P_CLS_DCRT;
         H5P_CLS_DXFR;
         H5P_CLS_FACC;
         H5P_CLS_FCRT;
         H5P_CLS_FILE_ACCESS_g;
-        H5P_CLS_FILE_ACCESS_ID_g;
         H5P_CLS_FILE_CREATE_g;
-        H5P_CLS_FILE_CREATE_ID_g;
         H5P_CLS_FILE_MOUNT_g;
-        H5P_CLS_FILE_MOUNT_ID_g;
         H5P_CLS_FMNT;
         H5P_CLS_GACC;
         H5P_CLS_GCRT;
         H5P_CLS_GROUP_ACCESS_g;
-        H5P_CLS_GROUP_ACCESS_ID_g;
         H5P_CLS_GROUP_CREATE_g;
-        H5P_CLS_GROUP_CREATE_ID_g;
         H5P_CLS_LACC;
         H5P_CLS_LCRT;
         H5P_CLS_LINK_ACCESS_g;
-        H5P_CLS_LINK_ACCESS_ID_g;
         H5P_CLS_LINK_CREATE_g;
-        H5P_CLS_LINK_CREATE_ID_g;
         H5P_CLS_OBJECT_COPY_g;
-        H5P_CLS_OBJECT_COPY_ID_g;
         H5P_CLS_OBJECT_CREATE_g;
-        H5P_CLS_OBJECT_CREATE_ID_g;
         H5P_CLS_OCPY;
         H5P_CLS_OCRT;
         H5P_CLS_ROOT;
         H5P_CLS_ROOT_g;
-        H5P_CLS_ROOT_ID_g;
         H5P_CLS_STRCRT;
         H5P_CLS_STRING_CREATE_g;
-        H5P_CLS_STRING_CREATE_ID_g;
         H5P_CLS_TACC;
         H5P_CLS_TCRT;
         H5P_cmp_class;
@@ -2320,7 +2260,6 @@ HDF5_MPI_1.8.7 {
         H5P_get_nprops_plist;
         H5Pget_obj_track_times;
         h5pget_obj_track_times_c_;
-        H5P_get_plist_id;
         H5Pget_preserve;
         h5pget_preserve_c_;
         h5pget_real_c_;
@@ -2360,20 +2299,6 @@ HDF5_MPI_1.8.7 {
         H5Piterate;
         H5P_iterate_pclass;
         H5P_iterate_plist;
-        H5P_LST_ATTRIBUTE_CREATE_ID_g;
-        H5P_LST_DATASET_ACCESS_ID_g;
-        H5P_LST_DATASET_CREATE_ID_g;
-        H5P_LST_DATASET_XFER_ID_g;
-        H5P_LST_DATATYPE_ACCESS_ID_g;
-        H5P_LST_DATATYPE_CREATE_ID_g;
-        H5P_LST_FILE_ACCESS_ID_g;
-        H5P_LST_FILE_CREATE_ID_g;
-        H5P_LST_FILE_MOUNT_ID_g;
-        H5P_LST_GROUP_ACCESS_ID_g;
-        H5P_LST_GROUP_CREATE_ID_g;
-        H5P_LST_LINK_ACCESS_ID_g;
-        H5P_LST_LINK_CREATE_ID_g;
-        H5P_LST_OBJECT_COPY_ID_g;
         __h5p_MOD_h5pall_filters_avail_f;
         __h5p_MOD_h5pclose_class_f;
         __h5p_MOD_h5pclose_f;
@@ -4101,6 +4026,85 @@ HDF5_MPI_1.8.13 {
         H5VM_stride_fill;
 } HDF5_MPI_1.8.12;
 
+HDF5_MPI_1.8.14 {
+    global:
+        H5AC_ind_dxpl_g;
+        H5A_exists_by_name;
+        H5A_get_create_plist;
+        H5A_get_space;
+        H5A_get_type;
+        H5A_open_common;
+        H5A_read;
+        H5A_rename_by_name;
+        H5A_write;
+        H5D_get_access_plist;
+        H5D_get_space;
+        H5D_get_type;
+        H5F__accum_flush;
+        H5F__accum_free;
+        H5F__accum_read;
+        H5F__accum_reset;
+        H5F__accum_write;
+        H5F_close;
+        H5F_dest;
+        H5FD_locate_signature;
+        H5F_get_file_image;
+        H5F_get_objects;
+        H5F_is_hdf5;
+        H5F_new;
+        H5LTyyalloc;
+        H5LTyy_flex_debug;
+        H5LTyyfree;
+        H5LTyyget_debug;
+        H5LTyyget_in;
+        H5LTyyget_leng;
+        H5LTyyget_lineno;
+        H5LTyyget_out;
+        H5LTyyget_text;
+        H5LTyylex_destroy;
+        H5LTyylineno;
+        H5LTyypop_buffer_state;
+        H5LTyypush_buffer_state;
+        H5LTyyrealloc;
+        H5LTyyset_debug;
+        H5LTyyset_in;
+        H5LTyyset_lineno;
+        H5LTyyset_out;
+        H5P_class_isa;
+        H5P_CLS_ATTRIBUTE_CREATE_ID_g;
+        H5P_CLS_DATASET_ACCESS_ID_g;
+        H5P_CLS_DATASET_CREATE_ID_g;
+        H5P_CLS_DATASET_XFER_ID_g;
+        H5P_CLS_DATATYPE_ACCESS_ID_g;
+        H5P_CLS_DATATYPE_CREATE_ID_g;
+        H5P_CLS_FILE_ACCESS_ID_g;
+        H5P_CLS_FILE_CREATE_ID_g;
+        H5P_CLS_FILE_MOUNT_ID_g;
+        H5P_CLS_GROUP_ACCESS_ID_g;
+        H5P_CLS_GROUP_CREATE_ID_g;
+        H5P_CLS_LINK_ACCESS_ID_g;
+        H5P_CLS_LINK_CREATE_ID_g;
+        H5P_CLS_OBJECT_COPY_ID_g;
+        H5P_CLS_OBJECT_CREATE_ID_g;
+        H5P_CLS_ROOT_ID_g;
+        H5P_CLS_STRING_CREATE_ID_g;
+        H5P_get_plist_id;
+        H5P_LST_ATTRIBUTE_CREATE_ID_g;
+        H5P_LST_DATASET_ACCESS_ID_g;
+        H5P_LST_DATASET_CREATE_ID_g;
+        H5P_LST_DATASET_XFER_ID_g;
+        H5P_LST_DATATYPE_ACCESS_ID_g;
+        H5P_LST_DATATYPE_CREATE_ID_g;
+        H5P_LST_FILE_ACCESS_ID_g;
+        H5P_LST_FILE_CREATE_ID_g;
+        H5P_LST_FILE_MOUNT_ID_g;
+        H5P_LST_GROUP_ACCESS_ID_g;
+        H5P_LST_GROUP_CREATE_ID_g;
+        H5P_LST_LINK_ACCESS_ID_g;
+        H5P_LST_LINK_CREATE_ID_g;
+        H5P_LST_OBJECT_COPY_ID_g;
+} HDF5_MPI_1.8.13;
+
 HDF5_MPI_1.8.15 {
     global:
         H5allocate_memory;
@@ -4145,5 +4149,5 @@ HDF5_MPI_1.8.15 {
         h5tenum_insert_ptr_c;
         __h5t_provisional_MOD_h5tenum_insert_f03;
         __h5t_provisional_MOD_h5tenum_insert_f90;
-} HDF5_MPI_1.8.13;
+} HDF5_MPI_1.8.14;
 
diff --git a/debian/map_serial.ver b/debian/map_serial.ver
index afd7b8f..fc8ee89 100644
--- a/debian/map_serial.ver
+++ b/debian/map_serial.ver
@@ -3911,19 +3911,51 @@ HDF5_SERIAL_1.8.12 {
 
 HDF5_SERIAL_1.8.13 {
     global:
+        __h5a_provisional_MOD_h5aread_char_scalar_fix;
+        __h5a_provisional_MOD_h5aread_ptr;
+        __h5a_provisional_MOD_h5awrite_char_scalar_fix;
+        __h5a_provisional_MOD_h5awrite_ptr;
         H5A__term_deprec_interface;
+        __h5d_provisional_MOD_h5dread_char_scalar_fix;
+        __h5d_provisional_MOD_h5dread_ptr;
+        __h5d_provisional_MOD_h5dvlen_reclaim_f;
+        __h5d_provisional_MOD_h5dwrite_char_scalar_fix;
+        __h5d_provisional_MOD_h5dwrite_ptr;
         h5d_size_flags_;
         H5D__term_deprec_interface;
         H5D__term_pub_interface;
         H5E__term_deprec_interface;
+        __h5f_provisional_MOD_h5fget_file_image_f;
         H5free_memory;
         H5G__term_deprec_interface;
         H5_H5FD_core_region_t_reg_free_list;
+        __h5lib_provisional_MOD_h5offsetof;
+        __h5l_provisional_MOD_h5literate_by_name_f;
+        __h5l_provisional_MOD_h5literate_f;
+        __h5o_provisional_MOD_h5oget_info_by_idx_f;
+        __h5o_provisional_MOD_h5oget_info_by_name_f;
+        __h5o_provisional_MOD_h5oget_info_f;
+        __h5o_provisional_MOD_h5ovisit_by_name_f;
+        __h5o_provisional_MOD_h5ovisit_f;
         H5Pget_core_write_tracking;
+        __h5p_provisional_MOD_h5pget_file_image_f;
+        __h5p_provisional_MOD_h5pget_fill_value_ptr;
+        __h5p_provisional_MOD_h5pget_ptr;
+        __h5p_provisional_MOD_h5pinsert_ptr;
+        __h5p_provisional_MOD_h5pregister_ptr;
+        __h5p_provisional_MOD_h5pset_file_image_f;
+        __h5p_provisional_MOD_h5pset_fill_value_ptr;
+        __h5p_provisional_MOD_h5pset_ptr;
         H5Pset_core_write_tracking;
         H5P__term_deprec_interface;
         H5P__term_pub_interface;
+        __h5r_provisional_MOD_h5rcreate_ptr_f;
+        __h5r_provisional_MOD_h5rdereference_ptr_f;
+        __h5r_provisional_MOD_h5rget_name_ptr_f;
+        __h5r_provisional_MOD_h5rget_obj_type_f;
+        __h5r_provisional_MOD_h5rget_region_ptr_f;
         H5R__term_deprec_interface;
+        __h5t_provisional_MOD_h5tconvert_f;
         H5T__term_deprec_interface;
         H5VM_array_calc;
         H5VM_array_down;
@@ -3951,21 +3983,12 @@ HDF5_SERIAL_1.8.14 {
         H5A_get_space;
         H5A_get_type;
         H5A_open_common;
-        __h5a_provisional_MOD_h5aread_char_scalar_fix;
-        __h5a_provisional_MOD_h5aread_ptr;
-        __h5a_provisional_MOD_h5awrite_char_scalar_fix;
-        __h5a_provisional_MOD_h5awrite_ptr;
         H5A_read;
         H5A_rename_by_name;
         H5A_write;
         H5D_get_access_plist;
         H5D_get_space;
         H5D_get_type;
-        __h5d_provisional_MOD_h5dread_char_scalar_fix;
-        __h5d_provisional_MOD_h5dread_ptr;
-        __h5d_provisional_MOD_h5dvlen_reclaim_f;
-        __h5d_provisional_MOD_h5dwrite_char_scalar_fix;
-        __h5d_provisional_MOD_h5dwrite_ptr;
         H5F__accum_flush;
         H5F__accum_free;
         H5F__accum_read;
@@ -3978,10 +4001,6 @@ HDF5_SERIAL_1.8.14 {
         H5F_get_objects;
         H5F_is_hdf5;
         H5F_new;
-        __h5f_provisional_MOD_h5fget_file_image_f;
-        __h5lib_provisional_MOD_h5offsetof;
-        __h5l_provisional_MOD_h5literate_by_name_f;
-        __h5l_provisional_MOD_h5literate_f;
         H5LTyyalloc;
         H5LTyy_flex_debug;
         H5LTyyfree;
@@ -4000,11 +4019,6 @@ HDF5_SERIAL_1.8.14 {
         H5LTyyset_in;
         H5LTyyset_lineno;
         H5LTyyset_out;
-        __h5o_provisional_MOD_h5oget_info_by_idx_f;
-        __h5o_provisional_MOD_h5oget_info_by_name_f;
-        __h5o_provisional_MOD_h5oget_info_f;
-        __h5o_provisional_MOD_h5ovisit_by_name_f;
-        __h5o_provisional_MOD_h5ovisit_f;
         H5P_class_isa;
         H5P_CLS_ATTRIBUTE_CREATE_ID_g;
         H5P_CLS_DATASET_ACCESS_ID_g;
@@ -4038,20 +4052,6 @@ HDF5_SERIAL_1.8.14 {
         H5P_LST_LINK_ACCESS_ID_g;
         H5P_LST_LINK_CREATE_ID_g;
         H5P_LST_OBJECT_COPY_ID_g;
-        __h5p_provisional_MOD_h5pget_file_image_f;
-        __h5p_provisional_MOD_h5pget_fill_value_ptr;
-        __h5p_provisional_MOD_h5pget_ptr;
-        __h5p_provisional_MOD_h5pinsert_ptr;
-        __h5p_provisional_MOD_h5pregister_ptr;
-        __h5p_provisional_MOD_h5pset_file_image_f;
-        __h5p_provisional_MOD_h5pset_fill_value_ptr;
-        __h5p_provisional_MOD_h5pset_ptr;
-        __h5r_provisional_MOD_h5rcreate_ptr_f;
-        __h5r_provisional_MOD_h5rdereference_ptr_f;
-        __h5r_provisional_MOD_h5rget_name_ptr_f;
-        __h5r_provisional_MOD_h5rget_obj_type_f;
-        __h5r_provisional_MOD_h5rget_region_ptr_f;
-        __h5t_provisional_MOD_h5tconvert_f;
 } HDF5_SERIAL_1.8.13;
 
 HDF5_SERIAL_1.8.15 {
@@ -4866,183 +4866,180 @@ HDF5_CPP_1.8.12 {
 HDF5_CPP_1.8.13 {
     global:
         extern "C++" {
-            "H5::AtomType::getOrder(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::AttributeIException::AttributeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::Attribute::p_read_fixed_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::Attribute::p_read_variable_len(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::Attribute::read(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::Attribute::write(H5::DataType const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::childObjType(char const*) const";
-            "H5::CommonFG::childObjType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const";
-            "H5::CommonFG::createDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const";
-            "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5G_stat_t&) const";
-            "H5::CommonFG::getObjinfo(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5G_stat_t&) const";
-            "H5::CommonFG::getObjTypeByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::CommonFG::iterateElems(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, int (*)(int, char const*, void*), void*)";
-            "H5::CommonFG::link(H5L_type_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const";
-            "H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File const&, H5::PropList const&) const";
-            "H5::CommonFG::mount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::H5File&, H5::PropList&) const";
-            "H5::CommonFG::move(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openArrayType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openCompType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openDataSet(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openDataType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openEnumType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openFloatType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openIntType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openStrType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::openVarLenType(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::unlink(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CommonFG::unmount(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::CompType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const";
-            "H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const";
-            "H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const";
-            "H5::DataSetIException::DataSetIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::DataSet::p_read_fixed_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::DataSet::p_read_variable_len(int, int, int, int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::DataSet::read(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
-            "H5::DataSet::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
-            "H5::DataSpace::extentCopy(H5::DataSpace const&) const";
-            "H5::DataSpaceIException::DataSpaceIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::DataType::commit(H5::H5Location const&, char const*)";
-            "H5::DataType::commit(H5::H5Location const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::DataType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::DataTypeIException::DataTypeIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::DataType::setTag(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::DSetMemXferPropList::DSetMemXferPropList(char const*)";
-            "H5::DSetMemXferPropList::getDataTransform() const";
-            "H5::DSetMemXferPropList::setDataTransform(char const*) const";
-            "H5::DSetMemXferPropList::setDataTransform(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::EnumType::getMemberIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::EnumType::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
-            "H5::EnumType::valueOf(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
-            "H5::Exception::Exception(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::Exception::printErrorStack(_IO_FILE*, int)";
-            "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const";
-            "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::FileIException::FileIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::FloatType::getInpad(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::FloatType::getNorm(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::GroupIException::GroupIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const";
-            "H5::H5File::H5File(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
-            "H5::H5File::isHdf5(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::H5File::openFile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, H5::FileAccPropList const&)";
-            "H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::attrExists(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::createAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const";
-            "H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, void*), unsigned int*, void*)";
-            "H5::H5Location::openAttribute(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataSpace const&, H5R_type_t) const";
-            "H5::H5Location::reference(void*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5R_type_t) const";
-            "H5::H5Location::removeAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::removeComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::renameAttr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Location::setComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::H5Object::getObjName() const";
-            "H5::IdComponentException::IdComponentException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::IdComponent::getHDFObjType() const";
-            "H5::LibraryIException::LibraryIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::LocationException::~LocationException()";
-            "H5::LocationException::LocationException()";
-            "H5::LocationException::LocationException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::PredType::commit(H5::H5Location&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropList::copyProp(H5::PropList&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropList::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
-            "H5::PropList::getPropSize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropListIException::PropListIException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "H5::PropList::propExist(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropList::removeProp(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "H5::PropList::setProperty(char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
-            "H5::PropList::setProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, void*) const";
-            "H5::ReferenceException::ReferenceException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)";
-            "non-virtual thunk to H5::Group::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "non-virtual thunk to H5::H5File::throwException(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
-            "typeinfo for H5::LocationException";
-            "typeinfo name for H5::LocationException";
-            "vtable for H5::LocationException";
-        };
-} HDF5_CPP_1.8.12;
-
-HDF5_CPP_1.8.14 {
-    global:
-        extern "C++" {
             "FL_PacketTable::AppendPackets(unsigned long, void*)";
             "FL_PacketTable::GetNextPackets(unsigned long, void*)";
+            "H5::AtomType::getOrder(std::string&) const";
             "H5::AtomType::setOffset(unsigned long) const";
             "H5::AtomType::setPrecision(unsigned long) const";
             "H5::AtomType::setSize(unsigned long) const";
             "H5::Attribute::getName(char*, unsigned long) const";
-            "H5::Attribute::getName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+            "H5::Attribute::getName(std::string&, unsigned long) const";
             "H5::Attribute::getName(unsigned long) const";
-            "H5::Attribute::getName(unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&) const";
+            "H5::Attribute::getName(unsigned long, std::string&) const";
+            "H5::AttributeIException::AttributeIException(std::string const&, std::string const&)";
+            "H5::Attribute::p_read_fixed_len(H5::DataType const&, std::string&) const";
+            "H5::Attribute::p_read_variable_len(H5::DataType const&, std::string&) const";
+            "H5::Attribute::read(H5::DataType const&, std::string&) const";
+            "H5::Attribute::write(H5::DataType const&, std::string const&) const";
+            "H5::CommonFG::childObjType(char const*) const";
+            "H5::CommonFG::childObjType(std::string const&) const";
+            "H5::CommonFG::childObjType(unsigned long long, H5_index_t, H5_iter_order_t, char const*) const";
+            "H5::CommonFG::createDataSet(std::string const&, H5::DataType const&, H5::DataSpace const&, H5::DSetCreatPropList const&) const";
             "H5::CommonFG::createGroup(char const*, unsigned long) const";
-            "H5::CommonFG::createGroup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+            "H5::CommonFG::createGroup(std::string const&, unsigned long) const";
             "H5::CommonFG::getLinkval(char const*, unsigned long) const";
-            "H5::CommonFG::getLinkval(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+            "H5::CommonFG::getLinkval(std::string const&, unsigned long) const";
+            "H5::CommonFG::getObjinfo(std::string const&, H5G_stat_t&) const";
+            "H5::CommonFG::getObjinfo(std::string const&, unsigned int, H5G_stat_t&) const";
             "H5::CommonFG::getObjnameByIdx(unsigned long long, char*, unsigned long) const";
-            "H5::CommonFG::getObjnameByIdx(unsigned long long, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+            "H5::CommonFG::getObjnameByIdx(unsigned long long, std::string&, unsigned long) const";
+            "H5::CommonFG::getObjTypeByIdx(unsigned long long, std::string&) const";
+            "H5::CommonFG::iterateElems(std::string const&, int*, int (*)(int, char const*, void*), void*)";
+            "H5::CommonFG::link(H5L_type_t, std::string const&, std::string const&) const";
+            "H5::CommonFG::mount(char const*, H5::H5File const&, H5::PropList const&) const";
+            "H5::CommonFG::mount(std::string const&, H5::H5File const&, H5::PropList const&) const";
+            "H5::CommonFG::mount(std::string const&, H5::H5File&, H5::PropList&) const";
+            "H5::CommonFG::move(std::string const&, std::string const&) const";
+            "H5::CommonFG::openArrayType(std::string const&) const";
+            "H5::CommonFG::openCompType(std::string const&) const";
+            "H5::CommonFG::openDataSet(std::string const&) const";
+            "H5::CommonFG::openDataType(std::string const&) const";
+            "H5::CommonFG::openEnumType(std::string const&) const";
+            "H5::CommonFG::openFloatType(std::string const&) const";
+            "H5::CommonFG::openGroup(std::string const&) const";
+            "H5::CommonFG::openIntType(std::string const&) const";
+            "H5::CommonFG::openStrType(std::string const&) const";
+            "H5::CommonFG::openVarLenType(std::string const&) const";
+            "H5::CommonFG::unlink(std::string const&) const";
+            "H5::CommonFG::unmount(std::string const&) const";
             "H5::CompType::CompType(unsigned long)";
-            "H5::CompType::insertMember(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long, H5::DataType const&) const";
+            "H5::CompType::getMemberIndex(std::string const&) const";
+            "H5::CompType::insertMember(std::string const&, unsigned long, H5::DataType const&) const";
             "H5::CompType::setSize(unsigned long) const";
+            "H5::DataSet::fillMemBuf(void const*, H5::DataType const&, void*, H5::DataType const&, H5::DataSpace const&) const";
+            "H5::DataSet::fillMemBuf(void*, H5::DataType const&, H5::DataSpace const&) const";
+            "H5::DataSet::getVlenBufSize(H5::DataType const&, H5::DataSpace const&) const";
+            "H5::DataSetIException::DataSetIException(std::string const&, std::string const&)";
+            "H5::DataSet::p_read_fixed_len(int, int, int, int, std::string&) const";
+            "H5::DataSet::p_read_variable_len(int, int, int, int, std::string&) const";
+            "H5::DataSet::read(std::string&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
+            "H5::DataSet::write(std::string const&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const";
+            "H5::DataSpace::extentCopy(H5::DataSpace const&) const";
+            "H5::DataSpaceIException::DataSpaceIException(std::string const&, std::string const&)";
             "H5::DataSpace::selectElements(H5S_seloper_t, unsigned long, unsigned long long const*) const";
+            "H5::DataType::commit(H5::H5Location const&, char const*)";
+            "H5::DataType::commit(H5::H5Location const&, std::string const&)";
+            "H5::DataType::commit(H5::H5Location&, std::string const&)";
             "H5::DataType::convert(H5::DataType const&, unsigned long, void*, void*, H5::PropList const&) const";
             "H5::DataType::DataType(H5T_class_t, unsigned long)";
+            "H5::DataTypeIException::DataTypeIException(std::string const&, std::string const&)";
             "H5::DataType::registerFunc(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
-            "H5::DataType::registerFunc(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+            "H5::DataType::registerFunc(H5T_pers_t, std::string const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+            "H5::DataType::setTag(std::string const&) const";
             "H5::DataType::unregister(H5T_pers_t, char const*, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
-            "H5::DataType::unregister(H5T_pers_t, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
+            "H5::DataType::unregister(H5T_pers_t, std::string const&, H5::DataType const&, int (*)(int, int, H5T_cdata_t*, unsigned long, unsigned long, unsigned long, void*, void*, int)) const";
             "H5::DSetCreatPropList::getExternal(unsigned int, unsigned long, char*, long&, unsigned long long&) const";
             "H5::DSetCreatPropList::getFilterById(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const";
             "H5::DSetCreatPropList::getFilter(int, unsigned int&, unsigned long&, unsigned int*, unsigned long, char*, unsigned int&) const";
             "H5::DSetCreatPropList::modifyFilter(int, unsigned int, unsigned long, unsigned int const*) const";
             "H5::DSetCreatPropList::setExternal(char const*, long, unsigned long long) const";
             "H5::DSetCreatPropList::setFilter(int, unsigned int, unsigned long, unsigned int const*) const";
+            "H5::DSetMemXferPropList::DSetMemXferPropList(char const*)";
             "H5::DSetMemXferPropList::getDataTransform(char*, unsigned long) const";
+            "H5::DSetMemXferPropList::getDataTransform() const";
             "H5::DSetMemXferPropList::getVlenMemManager(void* (*&)(unsigned long, void*), void**, void (*&)(void*, void*), void**) const";
             "H5::DSetMemXferPropList::setBuffer(unsigned long, void*, void*) const";
+            "H5::DSetMemXferPropList::setDataTransform(char const*) const";
+            "H5::DSetMemXferPropList::setDataTransform(std::string const&) const";
             "H5::DSetMemXferPropList::setHyperVectorSize(unsigned long)";
             "H5::DSetMemXferPropList::setVlenMemManager(void* (*)(unsigned long, void*), void*, void (*)(void*, void*), void*) const";
             "H5::EnumType::EnumType(unsigned long)";
+            "H5::EnumType::getMemberIndex(std::string const&) const";
+            "H5::EnumType::insert(std::string const&, void*) const";
             "H5::EnumType::nameOf(void*, unsigned long) const";
+            "H5::EnumType::valueOf(std::string const&, void*) const";
+            "H5::Exception::Exception(std::string const&, std::string const&)";
+            "H5::Exception::printErrorStack(_IO_FILE*, int)";
             "H5::FileAccPropList::getCache(int&, unsigned long&, unsigned long&, double&) const";
             "H5::FileAccPropList::getCore(unsigned long&, unsigned int&) const";
             "H5::FileAccPropList::setCache(int, unsigned long, unsigned long, double) const";
             "H5::FileAccPropList::setCore(unsigned long, unsigned int) const";
             "H5::FileAccPropList::setLog(char const*, unsigned int, unsigned long) const";
-            "H5::FileAccPropList::setLog(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, unsigned long) const";
+            "H5::FileAccPropList::setLog(std::string const&, unsigned int, unsigned long) const";
             "H5::FileAccPropList::setSieveBufSize(unsigned long) const";
+            "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, char const*, char const*) const";
+            "H5::FileAccPropList::setSplit(H5::FileAccPropList const&, H5::FileAccPropList const&, std::string const&, std::string const&) const";
+            "H5::FileAccPropList::setSplit(H5::FileAccPropList&, H5::FileAccPropList&, std::string const&, std::string const&) const";
             "H5::FileCreatPropList::getSizes(unsigned long&, unsigned long&) const";
             "H5::FileCreatPropList::setSizes(unsigned long, unsigned long) const";
+            "H5::FileIException::FileIException(std::string const&, std::string const&)";
             "H5::FloatType::getFields(unsigned long&, unsigned long&, unsigned long&, unsigned long&, unsigned long&) const";
+            "H5::FloatType::getInpad(std::string&) const";
+            "H5::FloatType::getNorm(std::string&) const";
             "H5::FloatType::setEbias(unsigned long) const";
             "H5::FloatType::setFields(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) const";
+            "H5::GroupIException::GroupIException(std::string const&, std::string const&)";
+            "H5::Group::throwException(std::string const&, std::string const&) const";
             "H5::H5File::getObjIDs(unsigned int, unsigned long, int*) const";
+            "H5::H5File::getVFDHandle(H5::FileAccPropList const&, void**) const";
+            "H5::H5File::H5File(std::string const&, unsigned int, H5::FileCreatPropList const&, H5::FileAccPropList const&)";
+            "H5::H5File::isHdf5(std::string const&)";
+            "H5::H5File::openFile(std::string const&, unsigned int, H5::FileAccPropList const&)";
+            "H5::H5File::throwException(std::string const&, std::string const&) const";
+            "H5::H5Location::attrExists(std::string const&) const";
+            "H5::H5Location::createAttribute(std::string const&, H5::DataType const&, H5::DataSpace const&, H5::PropList const&) const";
             "H5::H5Location::getComment(char const*, unsigned long, char*) const";
             "H5::H5Location::getComment(char const*, unsigned long) const";
-            "H5::H5Location::getComment(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long) const";
+            "H5::H5Location::getComment(std::string const&, unsigned long) const";
+            "H5::H5Location::iterateAttrs(void (*)(H5::H5Location&, std::string, void*), unsigned int*, void*)";
+            "H5::H5Location::openAttribute(std::string const&) const";
+            "H5::H5Location::reference(void*, std::string const&, H5::DataSpace const&, H5R_type_t) const";
+            "H5::H5Location::reference(void*, std::string const&, H5R_type_t) const";
+            "H5::H5Location::removeAttr(std::string const&) const";
+            "H5::H5Location::removeComment(std::string const&) const";
+            "H5::H5Location::renameAttr(std::string const&, std::string const&) const";
+            "H5::H5Location::setComment(std::string const&) const";
+            "H5::H5Location::setComment(std::string const&, std::string const&) const";
             "H5::H5Object::getObjName(char*, unsigned long) const";
-            "H5::H5Object::getObjName(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long) const";
+            "H5::H5Object::getObjName() const";
+            "H5::H5Object::getObjName(std::string&, unsigned long) const";
+            "H5::IdComponentException::IdComponentException(std::string const&, std::string const&)";
+            "H5::IdComponent::getHDFObjType() const";
+            "H5::LibraryIException::LibraryIException(std::string const&, std::string const&)";
+            "H5::LocationException::~LocationException()";
+            "H5::LocationException::LocationException()";
+            "H5::LocationException::LocationException(std::string const&, std::string const&)";
+            "H5::PredType::commit(H5::H5Location&, std::string const&)";
+            "H5::PropList::copyProp(H5::PropList&, H5::PropList&, std::string const&) const";
+            "H5::PropList::copyProp(H5::PropList&, std::string const&) const";
+            "H5::PropList::getProperty(std::string const&) const";
+            "H5::PropList::getProperty(std::string const&, void*) const";
+            "H5::PropList::getPropSize(std::string const&) const";
+            "H5::PropListIException::PropListIException(std::string const&, std::string const&)";
+            "H5::PropList::propExist(std::string const&) const";
+            "H5::PropList::removeProp(std::string const&) const";
+            "H5::PropList::setProperty(char const*, std::string&) const";
+            "H5::PropList::setProperty(std::string const&, std::string&) const";
+            "H5::PropList::setProperty(std::string const&, void*) const";
+            "H5::ReferenceException::ReferenceException(std::string const&, std::string const&)";
             "H5::StrType::StrType(H5::PredType const&, unsigned long const&)";
             "H5::StrType::StrType(int, unsigned long const&)";
+            "non-virtual thunk to H5::Group::throwException(std::string const&, std::string const&) const";
+            "non-virtual thunk to H5::H5File::throwException(std::string const&, std::string const&) const";
+            "typeinfo for H5::LocationException";
+            "typeinfo name for H5::LocationException";
+            "vtable for H5::LocationException";
         };
+} HDF5_CPP_1.8.12;
+
+HDF5_CPP_1.8.14 {
 } HDF5_CPP_1.8.13;
 
 HDF5_CPP_1.8.15 {
     global:
         extern "C++" {
             "H5::CommonFG::childObjVersion(char const*) const";
-            "H5::CommonFG::childObjVersion(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const";
+            "H5::CommonFG::childObjVersion(std::string const&) const";
             "H5::DataType::DataType(H5::PredType const&)";
             "H5::f_Attribute_setId(H5::Attribute*, int)";
             "H5::f_DataSet_setId(H5::DataSet*, int)";
diff --git a/debian/process-symbols-files b/debian/process-symbols-files
new file mode 100755
index 0000000..26152a1
--- /dev/null
+++ b/debian/process-symbols-files
@@ -0,0 +1,60 @@
+#!/bin/bash
+
+set -e
+
+# 1- Go to debian directory
+debian_dir="$(dirname "$(readlink -f "$0")")"
+cd "$debian_dir"
+
+# 2- Get version an soname
+version="$(grep 'HDF5 config.lt' ../configure | awk '{print $3}')"
+soname=$(./rules soname)
+
+# 3- Unmangle c++ symbols in symbols file
+#    While doing this we keep trac of the mangled symbol in the file
+#    'mangled-symbols-table' needed by step 5.
+function unmangle_symbols_file {
+  while IFS='' read line; do
+    if [[ "$line" =~ ^\ ([a-zA-Z0-9_]*)@([a-zA-Z0-9_.]*)\ (.*)$ ]]; then
+      base="${BASH_REMATCH[2]}"
+      if [ "$base" = "Base" ]; then
+        base="HDF5_#MAP#_$version"
+      fi
+      if [ "${line:1:2}" = "_Z" ]; then
+	unmangled_symbol=$(echo "${BASH_REMATCH[1]}" | c++filt)
+        # We need to keep the mangled symbol into mangled-symbols-table
+        # so make-version-scripts can use it later with 'c++filt -i'
+        echo " (optional|c++)"'"'"$unmangled_symbol@$base"'"'" ${BASH_REMATCH[3]}"
+        echo '"'"$unmangled_symbol"'"'" ${BASH_REMATCH[1]}" >>mangled-symbols-table.new
+      else
+        echo " ${BASH_REMATCH[1]}@$base ${BASH_REMATCH[3]}"
+      fi
+    else
+      echo "$line"
+    fi
+  done <"$1"
+}
+
+if [ -f mangled-symbols-table ]; then
+  cp mangled-symbols-table mangled-symbols-table.new
+fi
+unmangle_symbols_file "libhdf5-$soname.symbols" | sed 's/#MAP#/SERIAL/' >"libhdf5-$soname.symbols.new"
+unmangle_symbols_file "libhdf5-cpp-$soname.symbols" | sed 's/#MAP#/CPP/' >"libhdf5-cpp-$soname.symbols.new"
+unmangle_symbols_file "libhdf5-openmpi-$soname.symbols" | sed 's/#MAP#/MPI/' >"libhdf5-openmpi-$soname.symbols.new"
+unmangle_symbols_file "libhdf5-mpich-$soname.symbols" | sed 's/#MAP#/MPI/' >"libhdf5-mpich-$soname.symbols.new"
+if [ -f mangled-symbols-table.new ]; then
+  mv mangled-symbols-table.new mangled-symbols-table
+fi
+
+# 4- Sort symbols in symbols file to workaround bug #773718
+./sort-symbols "libhdf5-$soname.symbols.new" >"libhdf5-$soname.symbols"
+./sort-symbols "libhdf5-cpp-$soname.symbols.new" >"libhdf5-cpp-$soname.symbols"
+./sort-symbols "libhdf5-openmpi-$soname.symbols.new" >"libhdf5-openmpi-$soname.symbols"
+./sort-symbols "libhdf5-mpich-$soname.symbols.new" >"libhdf5-mpich-$soname.symbols"
+
+# 5- Generate version scripts (debian/map_*.ver files)
+#    In these files, C++ symbols must be unmangled with 'c++filt -i'
+./make-version-scripts
+
+# 6- Cleanup
+rm *.symbols.new
diff --git a/debian/sort-symbols b/debian/sort-symbols
index d5d31fe..0167af8 100755
--- a/debian/sort-symbols
+++ b/debian/sort-symbols
@@ -1,33 +1,22 @@
 #!/usr/bin/ruby
+# Sort symbols in symbols file to workaround bug #773718
 
-# Scan
+# 1- Scan
 symbols = File.readlines(ARGV[0]).collect do |line|
- if line =~ /^(#MISSING:.*#)? (\([^\)]+\))?("?(.*)"?) ([^ ]+)$/ then
+ # Examples of lines we should match:
+ # #MISSING: 1.8.15# (optional|c++)"H5::AbstractDs::AbstractDs(H5::AbstractDs const&)@HDF5_CPP_1.8.9" 1.8.13
+ #        0                1                                     2="3"                                  4 
+ #  H5P_CLS_ATTRIBUTE_CREATE_ID_g at Base 1.8.14
+ # 0=nil 1=nil     2=3                    4
+ if line =~ /^(#MISSING:.*#)? (\([^\)]+\))?("?(.*)"?) ([^ #]+)$/ then
    $~.captures
  else
    [line]
  end
 end
 
-# c++filt
-symbols.collect! do |symbol|
- # if mangled c++ symbol
- if symbol.length > 1 and symbol[2] =~ /^_Z/ then
-   # unmangle
-   symbol[2] = '"' + `echo #{symbol[2]} | c++filt`.chomp! + '"'
-   # add (optional|c++) if not present
-   if symbol[1] then
-     flags = symbol[1][1...-1].split("|")
-     flags = (flags + ["optional", "c++"]).uniq
-     symbol[1] = "(" + flags.join("|") + ")"
-   else
-     symbol[1] = "(optional|c++)"
-   end
- end
- symbol
-end
-
-# Bubble sort
+# 2- Bubble sort
+#    The sort criteria is <symbol name>@<wersion name> (symbol[3]) without quotes (symbol[3])
 symbols.length.times do |index|
   (symbols.length - 1).downto(index) do |i|
     if symbols[i-1].length > 1 and symbols[i].length > 1 then
@@ -36,12 +25,12 @@ symbols.length.times do |index|
   end
 end
 
-# Uniq
+# 3- Uniq
 (symbols.length - 1).downto(1) do |i|
   symbols.delete_at(i) if symbols[i-1].length > 1 and symbols[i].length > 1 and not symbols[i-1][0] and not symbols[i][0] and symbols[i-1][3] == symbols[i][3]
 end
 
-# Output
+# 4- Output
 symbols.each do |symbol|
   if symbol.length > 1 then
     puts "#{symbol[0]} #{symbol[1]}#{symbol[2]} #{symbol[4]}"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git



More information about the Pkg-grass-devel mailing list