[libsys-virt-perl] branch master updated (9f68c56 -> af9150e)

Salvatore Bonaccorso carnil at debian.org
Mon Apr 27 10:39:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libsys-virt-perl.

      from  9f68c56   Update debian/changelog file
      adds  ef975bf   Bump version to 1.2.14 for new dev cycle
      adds  5fc6071   Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE constant
      adds  313ca20   Add VIR_DOMAIN_CONTROL_ERROR_* constants
      adds  bedfea1   Add virDomainGetIOThreads and virDomainPinIOThread bindings
      adds  58ed496   Update the vcpuinfo.pl example
      adds  fec3ea0   Fix leak of I/O threads pin info
      adds  0988aea   Fix incorrect method name use when pinning I/O threads
      adds  2611060   Add VIR_DOMAIN_TUNABLE_CPU_IOTHREADSPIN constant
      adds  19732df   Add virDomainInterfaceAddress function & constants
      adds  565fc04   Allow hwaddr to be optional
      adds  00895ed   Add VIR_DOMAIN_PAUSED_STARTING_UP constant
      adds  f264ec6   Adapt to rename of virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
      adds  b22bca2   Adapt to rename of virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
      adds  b084fa4   Add VIR_FROM_THREAD constant
      adds  b76b1d1   Updates for 1.2.14 release
      adds  074ed11   Imported Upstream version 1.2.14
       new  0339538   Merge tag 'upstream/1.2.14'
       new  ac456bd   Update debian/changelog
       new  f1726bc   Bump versioned Build-Depends on libvirt-dev to (>= 1.2.14~)
       new  d709b3d   Update copyright for debian/* packaging files
       new  af9150e   Update debian/changelog file

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                   |  13 ++++
 MANIFEST                                  |   2 +
 META.yml                                  |   2 +-
 MYMETA.json                               |   2 +-
 MYMETA.yml                                |   2 +-
 Makefile.PL                               |   2 +-
 README                                    |   2 +-
 Virt.xs                                   |  97 ++++++++++++++++++++++++++++
 debian/changelog                          |   9 +--
 debian/control                            |   2 +-
 debian/copyright                          |   2 +-
 examples/{dom-fsinfo.pl => dom-ifinfo.pl} |   6 +-
 examples/{vcpuinfo.pl => iothreadinfo.pl} |  11 ++--
 examples/vcpuinfo.pl                      |   6 +-
 lib/Sys/Virt.pm                           |   6 +-
 lib/Sys/Virt/Domain.pm                    | 103 ++++++++++++++++++++++++++++++
 lib/Sys/Virt/Error.pm                     |   4 ++
 perl-Sys-Virt.spec                        |   2 +-
 18 files changed, 246 insertions(+), 27 deletions(-)
 copy examples/{dom-fsinfo.pl => dom-ifinfo.pl} (66%)
 copy examples/{vcpuinfo.pl => iothreadinfo.pl} (73%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-virt-perl.git



More information about the Pkg-perl-cvs-commits mailing list