skalibs
Software
www.skarnet.org
Upgrade incompatibilities: notes for developers
from 0.32 to 0.33
No API incompatibilities.
from 0.31 to 0.32
No API incompatibilities.
from 0.30 to 0.31
No API incompatibilities. The available namespace has been reduced
because of name changes in the fmstscan functions; but the
"old" names are still working.
from 0.29 to 0.30
No API incompatibilities.
from 0.28 to 0.29
No API incompatibilities.
from 0.27 to 0.28
No API incompatibilities.
from 0.26 to 0.27
No API incompatibilities. Only the packaging has changed.
from 0.25 to 0.26
No API incompatibilities. The internal build order has changed,
but you shouldn't be relying on it anyway.
from 0.24 to 0.25
- The *.h sysdeps have been renamed with the dot
removed, for consistency.
- On some BSD and Solaris systems, sysdeps may have changed.
This is a good thing: your system's capabilities should be guessed
more accurately now.
- The drop_uidgid and drop_root functions
have been removed. The strerr2.h macros make direct
chroot and prot_[ug]id calls easier.
from 0.23 to 0.24
- A conf-compile directory has been created, and
administrators are invited to modify only the files contained
in that directory (which are symlinks). The preconfiguration
interface is subject to heavy change.
from 0.22 to 0.23
- The preferred gccattributes interface has been changed. See
src/headers/gccattributes.h.
from pre-0.22 to 0.22
- The GEN_ALLOC interface has been changed. See
src/libstddjb/gen_alloc.h.