[netcf-devel] ANNOUNCE: netcf 0.1.4

David Lutterkort lutter at redhat.com
Fri Nov 6 00:33:07 UTC 2009


I am pleased to announce the release of netcf 0.1.3.

This release fixes a couple of bugs that trip up libvirt's unit tests;
Laine was also hard at work to produce more complete XML from
ncf_if_xml_state. Detailed news:

  - ncf_if_xml_state: fill in details for bridge, bond, and vlan. The
    returned XML will now validate against interface.rng (except bonds,
    which are still missing the miimon or arpmon elements)
  - ncf_close: allow passing in a NULL ncf, or a partially initialized ncf
  - ncf_init: set *ncf to NULL when returning -2

Tarball:          https://fedorahosted.org/released/netcf/netcf-0.1.4.tar.gz
GPG signature[1]: https://fedorahosted.org/released/netcf/netcf-0.1.4.tar.gz.sig

RPM's for Fedora and EPEL are making their way through the build systems
and will be available shortly from the usual repos.

David

[1] To verify the signature, first download both the .sig file and the
corresponding tarball. Then, run a command like this:

  gpg --verify netcf-0.1.4.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys FC6E8A22

and rerun the `gpg --verify' command.




More information about the netcf-devel mailing list