1 1.17.16.1 christos # $NetBSD: shlib_version,v 1.17.16.1 2019/06/10 22:05:26 christos Exp $ 2 1.2 thorpej # Remember to update distrib/sets/lists/base/shl.* when changing 3 1.2 thorpej # 4 1.13 ad # Things to do when bumping major version: 5 1.13 ad # 6 1.13 ad # - pthread_foo_t: 7 1.13 ad # 8 1.13 ad # clean out unused and abused members. 9 1.13 ad # 10 1.13 ad # add spare members. 11 1.13 ad # 12 1.13 ad # add members to deal with inter-process synch and priority inheritance. 13 1.13 ad # 14 1.13 ad # make objects same size and layout on 32/64 bit, so kernel can 15 1.13 ad # inspect them for priority inheritance / inter-process synch, 16 1.13 ad # without compat_netbsd32 shims?? 17 1.13 ad # 18 1.17.16.1 christos # use reserved identifiers for things that shouldn't be visible, 19 1.17.16.1 christos # e.g. rename pthread__pagesize to __pthread_pagesize, 20 1.17.16.1 christos # 21 1.17.16.1 christos # remove remnants of libpthread_dbg: pthread__dbg 22 1.17.16.1 christos # 23 1.14 christos major=1 24 1.17.16.1 christos minor=4 25