mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Release of libvirt-0.9.6
This commit is contained in:
parent
61dbee0efd
commit
508de7eedb
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl Copyright (C) 2005-2011 Red Hat, Inc.
|
||||
dnl See COPYING.LIB for the License of this software
|
||||
|
||||
AC_INIT([libvirt], [0.9.5], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||
AC_INIT([libvirt], [0.9.6], [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,32 @@
|
||||
<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.9.6: Sep 22 2011</h3>
|
||||
<ul>
|
||||
<li> Portability:<br/>
|
||||
build: silence warning on 32-bit build (Eric Blake)<br/>
|
||||
</li>
|
||||
<li> Bug Fixes:<br/>
|
||||
snapshot: fix logic bug in qemu undefine (Eric Blake),<br/>
|
||||
sanlock: fix memory leak (Eric Blake),<br/>
|
||||
virsh: fix regression in argv parsing (Eric Blake),<br/>
|
||||
storage: Wait udev events are handled before removing lvm vol (Osier Yang),<br/>
|
||||
qemu: avoid dereferencing a NULL pointer (Alex Jia),<br/>
|
||||
qemu: Avoid loop of fake reboots (Jiri Denemark),<br/>
|
||||
qemu: Fix shutdown regression with buggy qemu (Jiri Denemark),<br/>
|
||||
remote: fix crash on OOM (Eric Blake)<br/>
|
||||
</li>
|
||||
<li> Improvements:<br/>
|
||||
snapshot: also delete empty directory (Eric Blake),<br/>
|
||||
snapshot: remove snapshot metadata on transient exit (Eric Blake),<br/>
|
||||
snapshot: prepare to remove transient snapshot metadata (Eric Blake),<br/>
|
||||
virsh: More friendly err if no pool is specified for looking up a vol (Osier Yang),<br/>
|
||||
tests: improve test failure diagnosis (Oskari Saarenmaa),<br/>
|
||||
API: prefer to use NULLSTR macro (Osier Yang),<br/>
|
||||
xen: use typical allocations (Eric Blake),<br/>
|
||||
virsh: Remove useless codes of cmdVolPath (Osier Yang)<br/>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>0.9.5: Sep 20 2011</h3>
|
||||
<ul>
|
||||
<li> Features:<br/>
|
||||
|
@ -1150,6 +1150,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2011 Daniel Veillard <veillard@redhat.com> - 0.9.6-1
|
||||
- Fix the qemu reboot bug and a few others bug fixes
|
||||
|
||||
* Tue Sep 20 2011 Daniel Veillard <veillard@redhat.com> - 0.9.5-1
|
||||
- many snapshot improvements (Eric Blake)
|
||||
- latency: Define new public API and structure (Osier Yang)
|
||||
|
1680
po/bn_IN.po
1680
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
1680
po/en_GB.po
1680
po/en_GB.po
File diff suppressed because it is too large
Load Diff
1680
po/eu_ES.po
1680
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
1681
po/libvirt.pot
1681
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
1680
po/pt_BR.po
1680
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
1680
po/sr@latin.po
1680
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1680
po/vi_VN.po
1680
po/vi_VN.po
File diff suppressed because it is too large
Load Diff
1680
po/zh_CN.po
1680
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1680
po/zh_TW.po
1680
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user