[netcf-devel] [PATCH 0/3] Add ncf_if_xml_state to report live interface config

David Lutterkort lutter at redhat.com
Wed Sep 23 17:57:44 UTC 2009


On Tue, 2009-09-22 at 16:49 -0400, Laine Stump wrote:
> Note that I just added the function name into the public symbol list
> in the NETCF_1.0.0 section, since the actual version is still at
> 0.1.1, so I'm not sure what to do with it...

The version of the DSO is _not_ coupled to the version of netcf - I
follow the libtool recommendations for versioning the DSO[1] It leads to
version numbers M.N.R for DSO's where M is only ever incremented if the
interface changes in a backwards incompatible way, N is incremented when
the interface is expanded, and R is incremented when the implementation
changes. (Note that that is _not_ the way it is written down in
configure.ac)

That means that your additions should go into a section

  NETCF_1.1.0 {
        global:
          ncf_if_xml_state;
  } NETCF_1.0.0;

in src/netcf_public.syms.

David

[1] http://www.gnu.org/software/libtool/manual/html_node/Versioning.html




More information about the netcf-devel mailing list