[Libvirt-announce] ANNOUNCE: libvirt 0.10.2.7 maintenance release
by Cole Robinson
libvirt 0.10.2.7 maintenance release is now available. This is
libvirt 0.10.2 with additional bugfixes that have accumulated
upstream since the initial release.
This release can be downloaded at:
http://libvirt.org/sources/stable_updates/libvirt-0.10.2.7.tar.gz
Changes in this version:
* udev: fix crash in libudev logging
* security: fix deadlock with prefork
* security_dac: compute supplemental groups before fork
* security: framework for driver PreFork handler
* Fix potential deadlock across fork() in QEMU driver
* util: make virSetUIDGID async-signal-safe
* util: add virGetGroupList
* util: improve user lookup helper
* storage: return -1 when fs pool can't be mounted
* Fix invalid read in virCgroupGetValueStr
* virsh: edit: don't leak XML string on reedit or redefine
For info about past maintenance releases, see:
http://wiki.libvirt.org/page/Maintenance_Releases
Thanks,
Cole
11 years, 4 months
[Libvirt-announce] ANNOUNCE: libvirt 1.0.5.5 maintenance release
by Cole Robinson
libvirt 1.0.5.5 maintenance release is now available. This is
libvirt 1.0.5 with additional bugfixes that have accumulated
upstream since the initial release.
This release can be downloaded at:
http://libvirt.org/sources/stable_updates/libvirt-1.0.5.5.tar.gz
Changes in this version:
* Set the number of elements 0 in virNetwork*Clear
* Don't check validity of missing attributes in DNS SRV XML
* cgroup: reuse buffer for getline
* rbd: Do not free the secret if it is not set
* caps: use -device for primary video when qemu >=1.6
* examples: fix mingw build vs. printf
* build: fix virutil build on mingw
* build: work around mingw header pollution
* build: configure must not affect tarball contents
* build: avoid build failure without gnutls
* Fix build with clang
* maint: update to latest gnulib
* maint: update to latest gnulib
* build: honor autogen.sh --no-git
* maint: update to latest gnulib
* FreeBSD: disable buggy -fstack-protector-all
* build: update to latest gnulib, for syntax-check
* maint: update to latest gnulib
* lxc: correctly backport /dev/tty fix
* security: fix deadlock with prefork
* security_dac: compute supplemental groups before fork
* security: framework for driver PreFork handler
* util: make virSetUIDGID async-signal-safe
* util: add virGetGroupList
* util: improve user lookup helper
For info about past maintenance releases, see:
http://wiki.libvirt.org/page/Maintenance_Releases
Thanks,
Cole
11 years, 4 months
[Libvirt-announce] ANNOUNCE: libvirt-sandbox "Sahara Desert" release 0.5.0
by Daniel P. Berrange
I pleased to announce the a new public release of libvirt-sandbox,
version 0.5.0, is now available for download
ftp://libvirt.org/libvirt/sandbox/
The packages are GPG signed with
Key fingerprint: DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF (4096R)
The libvirt-sandbox package provides an API layer on top of libvirt-gobject
which facilitates the cration of application sandboxes using virtualization
technology. An application sandbox is a virtual machine or container that
runs a single application binary, directly from the host OS filesystem.
In other words there is no separate guest operating system install to build
or manager.
At this point in time libvirt-sandbox can create sandboxes using either LXC
or KVM, and should in theory be extendable to any libvirt driver. This
release has focused entirely on improving the virt-sandbox-service tool
This release focused on major feature development.
Changed in this release:
- Switch to use persistent libvirt configuration files for
service sandboxes
- Store service configs in /etc/libvirt-sandbox/services/$NAME/
instead of /etc/libvirt-sandbox/services/$NAME.sandbox to
allow storage of multiple files per sandbox
- Add a new 'virt-sandbox-service upgrade NAME' command,
to be run by admin for all existing service sandboxes to
upgrade their configuration to be compatible with the new
release
- Remove start, stop, list commands from virt-sandbox-service,
with recomendation to use start, destroy & list commands in
virsh instead.
- Remove duplicate -u option in man page
- Update man page examples
- Stop generating a UNIT_sandbox.target unit, instead letting
the sandbox unit tie into multi-user.target as normal
- Remove unimplemented APIs for graphical sandboxes, to be
re-added at a later date when actually functional
- Add padding to public structs, to facilitate preservation
of public ABI compatibility in future
- Add note about default libvirt URIs in man page
- Fix cloning of sandboxes
Thanks to everyone who contributed to this release
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
11 years, 4 months