提交 8536e697 编写于 作者: D Daniel Veillard

release of 0.6.2

* configure.in libvirt.spec.in NEWS docs/*: release of 0.6.2
* po/*: Gujarati and Polish updates, rebuild
* AUTHORS: add one missing
Daniel
上级 6d910c9f
......@@ -66,7 +66,8 @@ Patches have also been contributed by:
Ryota Ozaki <ozaki.ryota@gmail.com>
Pritesh Kothari <Pritesh.Kothari@Sun.COM>
Amit Shah <amit.shah@redhat.com>
Florian Vichot <florian.vichot@diateam.net>
Florian Vichot <florian.vichot@diateam.net>
Takahashi Tomohiro <takatom@jp.fujitsu.com>
[....send patches to get your name here....]
......
Fri Apr 3 16:47:22 CEST 2009 Daniel Veillard <veillard@redhat.com>
* configure.in libvirt.spec.in NEWS docs/*: release of 0.6.2
* po/*: Gujarati and Polish updates, rebuild
* AUTHORS: add one missing
Fri Apr 3 10:16:55 EDT 2009 Cole Robinson <crobinso@redhat.com>
* src/storage_backend.c src/storage_backend_scsi.c:
......
......@@ -5,6 +5,50 @@
http://libvirt.org/news.html
0.6.2: Apr 3 2009:
- New features: support SASL auth for VNC server (Daniel Berrange),
memory ballooning in QEMU (Daniel Berrange), SCSI HBA storage pool
support (Dave Allan), PCI passthrough in Xen driver (Daniel
Berrange)
- Portability: be more flexible in QEmu binaries paths (Daniel
Berrange), Mingw portability fixes (Daniel Berrange),
- Documentation: add security attributes in RNG schemas, cleanup
of architecture docs, missing disk bus values in RNG schemas,
- Bug fixes: tap vs vbd type on block detach (Cole Robinson and
Takahashi Tomohiro), bad free on storage volume error (Daniel
Berrange), maplenght computations in remote driver (Daniel Berrange),
event dispatching in the daemon (Daniel Berrange), virDomainSetVcpus
deadlock (Daniel Berrange), save deadlock in test driver (Cole
Robinson), fix timing of security driver init (Cole Robinson),
forbid readonly connections from dumping the XML safe info (Cole
Robinson), file descriptor leak on remote access,
fix labelling of shared/readonly devices (Dan Walsh),
virsh missing auth on shell commands (Matthias Bolte),
avoid zombie on exec pipe errors (Ryota Ozaki),
memory leak in virNodeDeviceGetParent (Daniel Berrange),
URI check in migration (Daniel Berrange), various memory bug fixes
(Daniel Berrange), python bindings generator fix (Daniel Berrange),
NUMA memory fixes (Daniel Berrange), various svirt fixes (Daniel
Berrange), fix sparse volume allocation reporting (Cole Robinson),
test driver domain restore return value (Cole Robinson),
do not lose file format info on volume refresh (Cole Robinson)
- Improvements: get CPU usage info for LXC (Ryota Ozaki), fix domain
RNG to add ac97 and tests (Pritesh Kothari), OpenVZ support for
non-template filesystem root (Florian Vichot), improve arch
capabilities generation (Daniel Berrange), modularization of spec
file (Ryota Ozaki), better error reports in SEXPR generation (Daniel
Berrange), support for vifname parameter in VIF config (Daniel
Berrange), localtime handling for new xen (Daniel Berrange),
error reporting/ verification of security labels (Dan Walsh),
add --console arg for create and start virsh commands (Daniel
Berrange), refresh volume alloc/capacity when dumping XML (Cole
Robinson)
- Cleanups: FILE * leaks removal, unused parameters flagging
(Maximilian Wilhelm), switch to pre-C99 struct initialization
for drivers (Chris Lalancette), symlinks resolving cleanup (Daniel
Berrange)
0.6.1: Mar 3 2009:
- New features: new APIs for Node device detach reattach and reset
(Mark McLoughlin), sVirt mandatory access control support (James
......
dnl Process this file with autoconf to produce a configure script.
AC_INIT([libvirt], [0.6.1])
AC_INIT([libvirt], [0.6.2])
AC_CONFIG_SRCDIR([src/libvirt.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_CONFIG_HEADER([config.h])
......@@ -23,7 +23,7 @@ AC_SUBST([LIBVIRT_VERSION_INFO])
AC_SUBST([LIBVIRT_VERSION_NUMBER])
dnl Required minimum versions of all libs we depend on
LIBXML_REQUIRED="2.5.0"
LIBXML_REQUIRED="2.6.0"
GNUTLS_REQUIRED="1.0.25"
AVAHI_REQUIRED="0.6.0"
POLKIT_REQUIRED="0.6"
......
......@@ -76,6 +76,43 @@
<p>Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
<h3>0.6.2: Apr 3 2009</h3>
<ul><li>New features: support SASL auth for VNC server (Daniel Berrange),
memory ballooning in QEMU (Daniel Berrange), SCSI HBA storage pool
support (Dave Allan), PCI passthrough in Xen driver (Daniel
Berrange)</li><li>Portability: be more flexible in QEmu binaries paths (Daniel
Berrange), Mingw portability fixes (Daniel Berrange),</li><li>Documentation: add security attributes in RNG schemas, cleanup
of architecture docs, missing disk bus values in RNG schemas,</li><li>Bug fixes: tap vs vbd type on block detach (Cole Robinson and
Takahashi Tomohiro), bad free on storage volume error (Daniel
Berrange), maplenght computations in remote driver (Daniel Berrange),
event dispatching in the daemon (Daniel Berrange), virDomainSetVcpus
deadlock (Daniel Berrange), save deadlock in test driver (Cole
Robinson), fix timing of security driver init (Cole Robinson),
forbid readonly connections from dumping the XML safe info (Cole
Robinson), file descriptor leak on remote access,
fix labelling of shared/readonly devices (Dan Walsh),
virsh missing auth on shell commands (Matthias Bolte),
avoid zombie on exec pipe errors (Ryota Ozaki),
memory leak in virNodeDeviceGetParent (Daniel Berrange),
URI check in migration (Daniel Berrange), various memory bug fixes
(Daniel Berrange), python bindings generator fix (Daniel Berrange),
NUMA memory fixes (Daniel Berrange), various svirt fixes (Daniel
Berrange), fix sparse volume allocation reporting (Cole Robinson),
test driver domain restore return value (Cole Robinson),
do not lose file format info on volume refresh (Cole Robinson)</li><li>Improvements: get CPU usage info for LXC (Ryota Ozaki), fix domain
RNG to add ac97 and tests (Pritesh Kothari), OpenVZ support for
non-template filesystem root (Florian Vichot), improve arch
capabilities generation (Daniel Berrange), modularization of spec
file (Ryota Ozaki), better error reports in SEXPR generation (Daniel
Berrange), support for vifname parameter in VIF config (Daniel
Berrange), localtime handling for new xen (Daniel Berrange),
error reporting/ verification of security labels (Dan Walsh),
add --console arg for create and start virsh commands (Daniel
Berrange), refresh volume alloc/capacity when dumping XML (Cole
Robinson)</li><li>Cleanups: FILE * leaks removal, unused parameters flagging
(Maximilian Wilhelm), switch to pre-C99 struct initialization
for drivers (Chris Lalancette), symlinks resolving cleanup (Daniel
Berrange)</li></ul>
<h3>0.6.1: Mar 3 2009</h3>
<ul><li>New features: new APIs for Node device detach reattach and reset
(Mark McLoughlin), sVirt mandatory access control support (James
......
......@@ -5,6 +5,50 @@
<p>Here is the list of official releases, however since it is early on in the
development of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
<h3>0.6.2: Apr 3 2009</h3>
<ul>
<li>New features: support SASL auth for VNC server (Daniel Berrange),
memory ballooning in QEMU (Daniel Berrange), SCSI HBA storage pool
support (Dave Allan), PCI passthrough in Xen driver (Daniel
Berrange)</li>
<li>Portability: be more flexible in QEmu binaries paths (Daniel
Berrange), Mingw portability fixes (Daniel Berrange),</li>
<li>Documentation: add security attributes in RNG schemas, cleanup
of architecture docs, missing disk bus values in RNG schemas,</li>
<li>Bug fixes: tap vs vbd type on block detach (Cole Robinson and
Takahashi Tomohiro), bad free on storage volume error (Daniel
Berrange), maplenght computations in remote driver (Daniel Berrange),
event dispatching in the daemon (Daniel Berrange), virDomainSetVcpus
deadlock (Daniel Berrange), save deadlock in test driver (Cole
Robinson), fix timing of security driver init (Cole Robinson),
forbid readonly connections from dumping the XML safe info (Cole
Robinson), file descriptor leak on remote access,
fix labelling of shared/readonly devices (Dan Walsh),
virsh missing auth on shell commands (Matthias Bolte),
avoid zombie on exec pipe errors (Ryota Ozaki),
memory leak in virNodeDeviceGetParent (Daniel Berrange),
URI check in migration (Daniel Berrange), various memory bug fixes
(Daniel Berrange), python bindings generator fix (Daniel Berrange),
NUMA memory fixes (Daniel Berrange), various svirt fixes (Daniel
Berrange), fix sparse volume allocation reporting (Cole Robinson),
test driver domain restore return value (Cole Robinson),
do not lose file format info on volume refresh (Cole Robinson)</li>
<li>Improvements: get CPU usage info for LXC (Ryota Ozaki), fix domain
RNG to add ac97 and tests (Pritesh Kothari), OpenVZ support for
non-template filesystem root (Florian Vichot), improve arch
capabilities generation (Daniel Berrange), modularization of spec
file (Ryota Ozaki), better error reports in SEXPR generation (Daniel
Berrange), support for vifname parameter in VIF config (Daniel
Berrange), localtime handling for new xen (Daniel Berrange),
error reporting/ verification of security labels (Dan Walsh),
add --console arg for create and start virsh commands (Daniel
Berrange), refresh volume alloc/capacity when dumping XML (Cole
Robinson)</li>
<li>Cleanups: FILE * leaks removal, unused parameters flagging
(Maximilian Wilhelm), switch to pre-C99 struct initialization
for drivers (Chris Lalancette), symlinks resolving cleanup (Daniel
Berrange)</li>
</ul>
<h3>0.6.1: Mar 3 2009</h3>
<ul>
<li>New features: new APIs for Node device detach reattach and reset
......
......@@ -442,7 +442,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
* version * 1,000,000 + minor * 1000 + micro
*/
#define LIBVIR_VERSION_NUMBER 6001
#define LIBVIR_VERSION_NUMBER 6002
int virGetVersion (unsigned long *libVer,
const char *type,
......
......@@ -503,6 +503,15 @@ fi
%endif
%changelog
* Fri Apr 3 2009 Daniel Veillard <veillard@redhat.com> - 0.6.2-1
- release of 0.6.2
* Fri Mar 4 2009 Daniel Veillard <veillard@redhat.com> - 0.6.1-1
- release of 0.6.1
* Sat Jan 31 2009 Daniel Veillard <veillard@redhat.com> - 0.6.0-1
- release of 0.6.0
* Tue Nov 25 2008 Daniel Veillard <veillard@redhat.com> - 0.5.0-1
- release of 0.5.0
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册