Re: [Owfs-developers] library versioning

2009-03-05 Thread Paul Alfille
In general OWFS doesn't support an unmatched library. So your in example libow 2.7p17 would be called by owfs-2.7p14, owserver-2.7p14, owhttpd-2.7p17, ... Mixing versions might work (there are rarely big changes in the non-library programs), but it isn't intended or tested. All the programs are ra

[Owfs-developers] library versioning

2009-03-05 Thread M G Berberich
Hello, I'm a bit confused about the library versioning scheme of the owfs-libs. Commonly a shared library foo hast the name “libfoo.so.M.I.P” where M is the major number, I the minor number and P the patch-level. As long as M does not change binary compatibility is given. This allows applications