On Thu, Apr 12, 2012 at 12:06:52PM +0200, Guido Günther wrote:
On Wed, Apr 11, 2012 at 03:48:09PM +0200, Christophe Fergeau wrote:
[..snip..]
> --- a/libvirt-gconfig/libvirt-gconfig.sym
> +++ b/libvirt-gconfig/libvirt-gconfig.sym
> @@ -69,6 +69,8 @@ LIBVIRT_GCONFIG_0.0.4 {
> gvir_config_domain_console_set_target_type;
> gvir_config_domain_console_target_type_get_type;
>
> + gvir_config_domain_controller_get_type;
> +
> gvir_config_domain_device_get_type;
>
> gvir_config_domain_disk_get_type;
> --
Wouldn't this need to go into LIBVIRT_GCONFIG_0.0.8 by either
introducing a new section or bumping LIBVIRT_GCONFIG_0.0.X in general?
Yep, we generally do this once before releasing (and forget :-/), I'll add
this to the first patch adding new symbols.
Christophe