On 2019/07/05 10:44, Ingo Feinerer wrote: > Dear useRs, > > update math/R 3.6.0 -> 3.6.1 > > - SHARED_LIBS: increase major version number > > check_sym reports added and removed symbols for libR: > > $ /usr/src/lib/check_sym libR.so.35.0 /usr/local/lib/R/lib/libR.so.36.0 > libR.so.35.0 --> /usr/local/lib/R/lib/libR.so.36.0 > Dynamic export changes: > added: > dummy_ii_ptr > > External reference changes: > added: > tilde_expand_word > > removed: > tilde_expand > > PLT removed: > dummy_ii
That is an added symbol only. The tool you are using to check this is of wider use than just ports - the bit you are interested in here is "dynamic export changes".
