mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Release of libvirt-0.10.1
* configure.ac docs/news.html.in libvirt.spec.in: update for release * po/*.po*: pulled localization updates for sp,ja,mr,pa,uk,zh_CN,zh_TW and regenerated
This commit is contained in:
parent
990e46c454
commit
383a41657f
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl Copyright (C) 2005-2012 Red Hat, Inc.
|
||||
dnl See COPYING.LIB for the License of this software
|
||||
|
||||
AC_INIT([libvirt], [0.10.0], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||
AC_INIT([libvirt], [0.10.1], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||
AC_CONFIG_SRCDIR([src/libvirt.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
@ -8,6 +8,54 @@
|
||||
<p>Here is the list of official releases, it is also possible to just use the <a href="downloads.html">GIT version or snapshot</a>, contact the mailing list
|
||||
and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a> to gauge progress.</p>
|
||||
|
||||
<h3>0.10.1: August 31 2012</h3>
|
||||
<ul>
|
||||
<li> Bug Fixes:<br/>
|
||||
conf: Avoid formatting auto-generated DAC labels (Marcelo Cerri),<br/>
|
||||
conf: Fix parsing of seclabels without model (Marcelo Cerri),<br/>
|
||||
virsh: fixed incorrect timing report (Viktor Mihajlovski),<br/>
|
||||
qemu: Don't ignore CPU tuning config if required cgroups are missing (Jiri Denemark),<br/>
|
||||
cgroup: fix libvirtd crash caused by messed memory (Guannan Ren),<br/>
|
||||
cgroup: fix a typo on extracting data from vcpu cgroup (Guannan Ren),<br/>
|
||||
cgroup: read more data from cgroup cpuacct.usage_percpu (Guannan Ren),<br/>
|
||||
nwfilter: adapt IP learning for broadcasted DHCP replies (Stefan Berger),<br/>
|
||||
nwfilter: accept broadcasted DHCP replies in DHCP snooping code (Stefan Berger),<br/>
|
||||
Fix adding ports to OVS bridges without VLAN tags (Kyle Mestery),<br/>
|
||||
Fix xen driver following changes to make it stateful (Jim Fehlig),<br/>
|
||||
Fix issue of PF brought down if VF is 8021.Qbh and pci passthrough (Nishank Trivedi),<br/>
|
||||
nwfilter: loop generated too many rules (Stefan Berger),<br/>
|
||||
security: Re-apply commit ce53382ba28179d3a504b29b4f888b6e130d53f0 (Peter Krempa),<br/>
|
||||
vcpupin: Fix returning of arrays from virDomainVcpuPinAdd (Peter Krempa),<br/>
|
||||
qemu: Fix possible infinite loop and segfault on error path. (Peter Krempa),<br/>
|
||||
qemu: Clean up security driver initialisation and config file (Peter Krempa),<br/>
|
||||
qemu: Revert to blocking behavior of qemuAgentCommand (Jiri Denemark),<br/>
|
||||
qemu: Remove redundant parameter from qemuAgentSend (Jiri Denemark),<br/>
|
||||
network: get vlan info for Open vSwitch interfaces from proper source (Laine Stump),<br/>
|
||||
Small cleanup on previous patch (Daniel Veillard),<br/>
|
||||
Fix a crash when using Open vSwitch virtual ports (Kyle Mestery),<br/>
|
||||
qemu: Sort the numa params only when it affects the live config (Osier Yang),<br/>
|
||||
Fix configuration of QEMU security drivers (Daniel P. Berrange),<br/>
|
||||
qemu: Refactor initialisation of security drivers. (Peter Krempa),<br/>
|
||||
Revert "security: Add DAC to security_drivers" (Peter Krempa),<br/>
|
||||
qemu: Fix starting domains with no cpu cgroup (Jiri Denemark)<br/>
|
||||
</li>
|
||||
|
||||
<li> Documentation:<br/>
|
||||
virsh: Document subdriver option of attach-disk (Jiri Denemark),<br/>
|
||||
update option force to subcommand change-media (Guannan Ren),<br/>
|
||||
Fix typo in CPU tuning (Jiri Denemark),<br/>
|
||||
Fix emulator pinning example in formatdomain.html (Peter Krempa)<br/>
|
||||
</li>
|
||||
|
||||
<li> Improvement:<br/>
|
||||
Implement virMacAddrIsBroadcastRaw (Stefan Berger)<br/>
|
||||
</li>
|
||||
|
||||
<li> Cleanup:<br/>
|
||||
security: remove dead code from virSecurityDACGenLabel (Alex Jia)<br/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>0.10.0: August 29 2012</h3>
|
||||
<ul>
|
||||
<li> Features:<br/>
|
||||
|
@ -1863,6 +1863,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 31 2012 Daniel Veillard <veillard@redhat.com> - 0.10.1-1
|
||||
- bugfixes and a brown paper bag
|
||||
|
||||
* Wed Aug 29 2012 Daniel Veillard <veillard@redhat.com> - 0.10.0-1
|
||||
- agent: add qemuAgentArbitraryCommand() for general qemu agent command
|
||||
- Introduce virDomainPinEmulator and virDomainGetEmulatorPinInfo functions
|
||||
|
1839
po/bn_IN.po
1839
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1862
po/en_GB.po
1862
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1839
po/eu_ES.po
1839
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
1874
po/libvirt.pot
1874
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
1853
po/pt_BR.po
1853
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1839
po/sr@latin.po
1839
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1863
po/vi_VN.po
1863
po/vi_VN.po
File diff suppressed because it is too large
Load Diff
2200
po/zh_CN.po
2200
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1875
po/zh_TW.po
1875
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user