netcf-devel  

[netcf-devel] ANNOUNCE: netcf 0.1.4

David Lutterkort
Thu, 05 Nov 2009 16:33:44 -0800

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.


_______________________________________________
netcf-devel mailing list
netcf-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/netcf-devel
  • [netcf-devel] ANNOUNCE: netcf 0.1.4 David Lutterkort