mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
* configure.in docs/libvir.html docs/news.html po/*:
prepare release of libvirt-0.4.0 Daniel
This commit is contained in:
parent
7d0cef38b5
commit
6cb0289917
@ -1,3 +1,8 @@
|
|||||||
|
Tue Dec 18 00:18:33 CET 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* configure.in docs/libvir.html docs/news.html po/*:
|
||||||
|
prepare release of libvirt-0.4.0
|
||||||
|
|
||||||
Mon Dec 17 18:04:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
Mon Dec 17 18:04:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* libvirt.spec.in: Added dep on 'nc'
|
* libvirt.spec.in: Added dep on 'nc'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT(libvirt, 0.3.3)
|
AC_INIT(libvirt, 0.4.0)
|
||||||
AC_CONFIG_SRCDIR(src/libvirt.c)
|
AC_CONFIG_SRCDIR(src/libvirt.c)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
@ -37,6 +37,77 @@ 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>
|
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h3>0.4.0: Sep 30 2007</h3>
|
||||||
|
<ul>
|
||||||
|
<li>New features: Compilation on Windows cygwin/mingw (Richard Jones),
|
||||||
|
Ruby bindings (David Lutterkort), SASL based authentication for
|
||||||
|
libvirt remote support (Daniel Berrange), PolicyKit authentication
|
||||||
|
(Daniel Berrange)</li>
|
||||||
|
<li>Documentation: example files for QEMU and libvirtd configuations
|
||||||
|
(Daniel Berrange), english cleanups (Jim Paris), CIM and OpenVZ
|
||||||
|
references, document <shareable/>, daemon startup when using
|
||||||
|
QEMU/KVM, document HV support for new NUMA calls (Richard Jones),
|
||||||
|
various english fixes (Bruce Montague), OCaml docs links (Richard Jones),
|
||||||
|
describe the various bindings add Ruby link, Windows support page
|
||||||
|
(Richard Jones), authentication documentation updates (Daniel Berrange)
|
||||||
|
</li>
|
||||||
|
<li>Bug fixes: NUMA topology error handling (Beth Kon), NUMA topology
|
||||||
|
cells without CPU (Beth Kon), XML to/from XM bridge config (Daniel
|
||||||
|
Berrange), XM processing of vnc parameters (Daniel Berrange), Reset
|
||||||
|
migration source after failure (Jim Paris), negative integer in config
|
||||||
|
(Tatsuro Enokura), zero terminating string buffer, detect integer
|
||||||
|
overflow (Jim Meyering), QEmu command line ending fixes (Daniel Berrange),
|
||||||
|
recursion problem in the daemon (Daniel Berrange), HVM domain with CDRom
|
||||||
|
(Masayuki Sunou), off by one error in NUMA cpu count (Beth Kon),
|
||||||
|
avoid xend errors when adding disks (Masayuki Sunou), compile error
|
||||||
|
(Chris Lalancette), transposed fwrite args (Jim Meyering), compile
|
||||||
|
without xen and on solaris (Jim Paris), parsing of interface names
|
||||||
|
(Richard Jones), overflow for starts on 32bits (Daniel Berrange),
|
||||||
|
fix problems in error reporting (Saori Fukuta), wrong call to
|
||||||
|
brSetForwardDelay changed to brSetEnableSTP (Richard Jones),
|
||||||
|
allow shareable disk in old Xen, fix wrong certificate file (Jim
|
||||||
|
Meyering), avoid some startup error when non-root, off-by-1 buffer
|
||||||
|
NULL termination (Daniel Berrange), various string allocation fixes
|
||||||
|
(Daniel Berrange), avoid problems with vnetXXX interfaces in domain dumps
|
||||||
|
(Daniel Berrange), build fixes for RHEL (Daniel Berrange), virsh prompt
|
||||||
|
should not depend on uid (Richard Jones), fix scaping of '<' (Richard
|
||||||
|
Jones), fix detach-disk on Xen tap devices (Saori Fukuta), CPU
|
||||||
|
parameter setting in XM config (Saori Fukuta), credential handling
|
||||||
|
fixes (Daniel Berrange), fix compatibility with Xen 3.2.0 (Daniel
|
||||||
|
Berrange)
|
||||||
|
</li>
|
||||||
|
<li>Improvements: /etc/libvirt/qemu.conf configuration for QEMU driver
|
||||||
|
(Daniel Berrange), NUMA cpu pinning in config files (DV and Saori Fukuta),
|
||||||
|
CDRom media change in KVM/QEMU (Daniel Berrange), tests for
|
||||||
|
<shareable/> in configs, pinning inactive domains for Xen 3.0.3
|
||||||
|
(Saori Fukuta), use gnulib for portability enhancement (Jim Meyering),
|
||||||
|
--without-libvirtd config option (Richard Jones), Python bindings for
|
||||||
|
NUMA, add extra utility functions to buffer (Richard Jones),
|
||||||
|
separate qparams module for handling query parameters (Richard Jones)
|
||||||
|
</li>
|
||||||
|
<li>Code cleanups: remove virDomainRestart from API as it was never used
|
||||||
|
(Richard Jones), constify params for attach/detach APIs (Daniel Berrange),
|
||||||
|
gcc printf attribute checkings (Jim Meyering), refactoring of device
|
||||||
|
parsing code and shell escaping (Daniel Berrange), virsh schedinfo
|
||||||
|
parameters validation (Masayuki Sunou), Avoid risk of format string abuse
|
||||||
|
(Jim Meyering), integer parsing cleanups (Jim Meyering), build out
|
||||||
|
of the source tree (Jim Meyering), URI parsing refactoring (Richard
|
||||||
|
Jones), failed strdup/malloc handling (Jim Meyering), Make "make
|
||||||
|
distcheck" work (Jim Meyering), improve xen internall error reports
|
||||||
|
(Richard Jones), cleanup of the daemon remote code (Daniel Berrange),
|
||||||
|
rename error VIR_FROM_LINUX to VIR_FROM_STATS_LINUX (Richard Jones),
|
||||||
|
don't compile the proxy if without Xen (Richard Jones), fix paths when
|
||||||
|
configuring for /usr prefix, improve error reporting code (Jim Meyering),
|
||||||
|
detect heap allocation failure (Jim Meyering), disable xen sexpr parsing
|
||||||
|
code if Xen is disabled (Daniel Berrange), cleanup of the GetType
|
||||||
|
entry point for Xen drivers, move some QEmu path handling to generic
|
||||||
|
module (Daniel Berrange), many code cleanups related to the Windows
|
||||||
|
port (Richard Jones), disable the proxy if using PolicyKit, readline
|
||||||
|
availability detection, test libvirtd's config-processing code (Jim
|
||||||
|
Meyering), use a variable name as sizeof argument (Jim Meyering)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h3>0.3.3: Sep 30 2007</h3>
|
<h3>0.3.3: Sep 30 2007</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New features: Avahi mDNS daemon export (Daniel Berrange),
|
<li>New features: Avahi mDNS daemon export (Daniel Berrange),
|
||||||
|
@ -2,7 +2,74 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>Here is the list of official releases, however since it is early on in the
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><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
|
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 progresses.</p><h3>0.3.3: Sep 30 2007</h3><ul><li>New features: Avahi mDNS daemon export (Daniel Berrange),
|
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p><h3>0.4.0: Sep 30 2007</h3><ul><li>New features: Compilation on Windows cygwin/mingw (Richard Jones),
|
||||||
|
Ruby bindings (David Lutterkort), SASL based authentication for
|
||||||
|
libvirt remote support (Daniel Berrange), PolicyKit authentication
|
||||||
|
(Daniel Berrange)</li>
|
||||||
|
<li>Documentation: example files for QEMU and libvirtd configuations
|
||||||
|
(Daniel Berrange), english cleanups (Jim Paris), CIM and OpenVZ
|
||||||
|
references, document <shareable/>, daemon startup when using
|
||||||
|
QEMU/KVM, document HV support for new NUMA calls (Richard Jones),
|
||||||
|
various english fixes (Bruce Montague), OCaml docs links (Richard Jones),
|
||||||
|
describe the various bindings add Ruby link, Windows support page
|
||||||
|
(Richard Jones), authentication documentation updates (Daniel Berrange)
|
||||||
|
</li>
|
||||||
|
<li>Bug fixes: NUMA topology error handling (Beth Kon), NUMA topology
|
||||||
|
cells without CPU (Beth Kon), XML to/from XM bridge config (Daniel
|
||||||
|
Berrange), XM processing of vnc parameters (Daniel Berrange), Reset
|
||||||
|
migration source after failure (Jim Paris), negative integer in config
|
||||||
|
(Tatsuro Enokura), zero terminating string buffer, detect integer
|
||||||
|
overflow (Jim Meyering), QEmu command line ending fixes (Daniel Berrange),
|
||||||
|
recursion problem in the daemon (Daniel Berrange), HVM domain with CDRom
|
||||||
|
(Masayuki Sunou), off by one error in NUMA cpu count (Beth Kon),
|
||||||
|
avoid xend errors when adding disks (Masayuki Sunou), compile error
|
||||||
|
(Chris Lalancette), transposed fwrite args (Jim Meyering), compile
|
||||||
|
without xen and on solaris (Jim Paris), parsing of interface names
|
||||||
|
(Richard Jones), overflow for starts on 32bits (Daniel Berrange),
|
||||||
|
fix problems in error reporting (Saori Fukuta), wrong call to
|
||||||
|
brSetForwardDelay changed to brSetEnableSTP (Richard Jones),
|
||||||
|
allow shareable disk in old Xen, fix wrong certificate file (Jim
|
||||||
|
Meyering), avoid some startup error when non-root, off-by-1 buffer
|
||||||
|
NULL termination (Daniel Berrange), various string allocation fixes
|
||||||
|
(Daniel Berrange), avoid problems with vnetXXX interfaces in domain dumps
|
||||||
|
(Daniel Berrange), build fixes for RHEL (Daniel Berrange), virsh prompt
|
||||||
|
should not depend on uid (Richard Jones), fix scaping of '<' (Richard
|
||||||
|
Jones), fix detach-disk on Xen tap devices (Saori Fukuta), CPU
|
||||||
|
parameter setting in XM config (Saori Fukuta), credential handling
|
||||||
|
fixes (Daniel Berrange), fix compatibility with Xen 3.2.0 (Daniel
|
||||||
|
Berrange)
|
||||||
|
</li>
|
||||||
|
<li>Improvements: /etc/libvirt/qemu.conf configuration for QEMU driver
|
||||||
|
(Daniel Berrange), NUMA cpu pinning in config files (DV and Saori Fukuta),
|
||||||
|
CDRom media change in KVM/QEMU (Daniel Berrange), tests for
|
||||||
|
<shareable/> in configs, pinning inactive domains for Xen 3.0.3
|
||||||
|
(Saori Fukuta), use gnulib for portability enhancement (Jim Meyering),
|
||||||
|
--without-libvirtd config option (Richard Jones), Python bindings for
|
||||||
|
NUMA, add extra utility functions to buffer (Richard Jones),
|
||||||
|
separate qparams module for handling query parameters (Richard Jones)
|
||||||
|
</li>
|
||||||
|
<li>Code cleanups: remove virDomainRestart from API as it was never used
|
||||||
|
(Richard Jones), constify params for attach/detach APIs (Daniel Berrange),
|
||||||
|
gcc printf attribute checkings (Jim Meyering), refactoring of device
|
||||||
|
parsing code and shell escaping (Daniel Berrange), virsh schedinfo
|
||||||
|
parameters validation (Masayuki Sunou), Avoid risk of format string abuse
|
||||||
|
(Jim Meyering), integer parsing cleanups (Jim Meyering), build out
|
||||||
|
of the source tree (Jim Meyering), URI parsing refactoring (Richard
|
||||||
|
Jones), failed strdup/malloc handling (Jim Meyering), Make "make
|
||||||
|
distcheck" work (Jim Meyering), improve xen internall error reports
|
||||||
|
(Richard Jones), cleanup of the daemon remote code (Daniel Berrange),
|
||||||
|
rename error VIR_FROM_LINUX to VIR_FROM_STATS_LINUX (Richard Jones),
|
||||||
|
don't compile the proxy if without Xen (Richard Jones), fix paths when
|
||||||
|
configuring for /usr prefix, improve error reporting code (Jim Meyering),
|
||||||
|
detect heap allocation failure (Jim Meyering), disable xen sexpr parsing
|
||||||
|
code if Xen is disabled (Daniel Berrange), cleanup of the GetType
|
||||||
|
entry point for Xen drivers, move some QEmu path handling to generic
|
||||||
|
module (Daniel Berrange), many code cleanups related to the Windows
|
||||||
|
port (Richard Jones), disable the proxy if using PolicyKit, readline
|
||||||
|
availability detection, test libvirtd's config-processing code (Jim
|
||||||
|
Meyering), use a variable name as sizeof argument (Jim Meyering)
|
||||||
|
</li>
|
||||||
|
</ul><h3>0.3.3: Sep 30 2007</h3><ul><li>New features: Avahi mDNS daemon export (Daniel Berrange),
|
||||||
NUMA support (Beth Kan) </li>
|
NUMA support (Beth Kan) </li>
|
||||||
<li>Documentation: cleanups (Toth Istvan), typos (Eduardo Pereira), </li>
|
<li>Documentation: cleanups (Toth Istvan), typos (Eduardo Pereira), </li>
|
||||||
<li>Bug fixes: memory corruption on large dumps (Masayuki Sunou), fix
|
<li>Bug fixes: memory corruption on large dumps (Masayuki Sunou), fix
|
||||||
|
@ -372,7 +372,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
|
|||||||
* version * 1,000,000 + minor * 1000 + micro
|
* version * 1,000,000 + minor * 1000 + micro
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define LIBVIR_VERSION_NUMBER 3003
|
#define LIBVIR_VERSION_NUMBER 4000
|
||||||
|
|
||||||
int virGetVersion (unsigned long *libVer,
|
int virGetVersion (unsigned long *libVer,
|
||||||
const char *type,
|
const char *type,
|
||||||
|
818
po/bn_IN.po
818
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
818
po/en_GB.po
818
po/en_GB.po
File diff suppressed because it is too large
Load Diff
818
po/eu_ES.po
818
po/eu_ES.po
File diff suppressed because it is too large
Load Diff
818
po/libvirt.pot
818
po/libvirt.pot
File diff suppressed because it is too large
Load Diff
834
po/pt_BR.po
834
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
818
po/sr@Latn.po
818
po/sr@Latn.po
File diff suppressed because it is too large
Load Diff
818
po/zh_CN.po
818
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
818
po/zh_TW.po
818
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user