• Adrian Reber's avatar
    Bump SONAME to 2 · 69e35362
    Adrian Reber authored
    libcriu.so used to have the SONAME
    
    $ readelf -d lib/c/libcriu.so   | grep SONAME
     0x000000000000000e (SONAME)             Library soname: [libcriu.so.1]
    
    The recent changes to libcriu (removed and added functions, changes from
    `char *`-args to `const char *`) are breaking ABI and API. This requires
    a new SONAME of 2. This patch changes the SONAME to 2:
    
    $ readelf -d lib/c/libcriu.so   | grep SONAME
     0x000000000000000e (SONAME)             Library soname: [libcriu.so.2]
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    69e35362
Name
Last commit
Last update
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...