|
Mark McLoughlin |
89c28e |
From 50f5a6c7ab7795fb6ade4bb24849fa2bab5084dd Mon Sep 17 00:00:00 2001
|
|
Mark McLoughlin |
89c28e |
From: Mark McLoughlin <markmc@redhat.com>
|
|
Mark McLoughlin |
89c28e |
Date: Wed, 29 Jul 2009 08:40:17 +0100
|
|
Mark McLoughlin |
89c28e |
Subject: [PATCH] Convert NEWS to UTF-8
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
* docs/news.xsl: request UTF-8 as the output encoding
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
* NEWS: re-generate with UTF-8 encoding
|
|
Mark McLoughlin |
89c28e |
---
|
|
Mark McLoughlin |
89c28e |
NEWS | 70 ++++++++++++++++++++++++++++----------------------------
|
|
Mark McLoughlin |
89c28e |
docs/news.xsl | 2 +-
|
|
Mark McLoughlin |
89c28e |
2 files changed, 36 insertions(+), 36 deletions(-)
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
diff --git a/NEWS b/NEWS
|
|
Mark McLoughlin |
89c28e |
index 447d2b4..0a838b9 100644
|
|
Mark McLoughlin |
89c28e |
--- a/NEWS
|
|
Mark McLoughlin |
89c28e |
+++ b/NEWS
|
|
Mark McLoughlin |
89c28e |
@@ -137,7 +137,7 @@
|
|
Mark McLoughlin |
89c28e |
- Improvements: add SCSI storage rescan (David Allan), rootless
|
|
Mark McLoughlin |
89c28e |
LXC containers support improvements (Serge Hallyn), getHostname
|
|
Mark McLoughlin |
89c28e |
support for LXC (Dan Smith), cleanup and logging output of some
|
|
Mark McLoughlin |
89c28e |
- domain functions (Guido Günther), drop pool lock when allocating
|
|
Mark McLoughlin |
89c28e |
+ domain functions (Guido Günther), drop pool lock when allocating
|
|
Mark McLoughlin |
89c28e |
volumes (Cole Robinson), LXC handle kernel without CLONE_NEWUSER
|
|
Mark McLoughlin |
89c28e |
support (Serge Hallyn), cpu pinning on defined Xen domains (Takahashi
|
|
Mark McLoughlin |
89c28e |
Tomohiro), dynamic bridge names support (Soren Hansen), LXC use
|
|
Mark McLoughlin |
89c28e |
@@ -145,7 +145,7 @@
|
|
Mark McLoughlin |
89c28e |
virNodeDeviceCreateXML and virNodeDeviceDestroy entry points
|
|
Mark McLoughlin |
89c28e |
(Dave Allan)
|
|
Mark McLoughlin |
89c28e |
- Cleanups: don't hardcode getgrnam_r buffer to 1024 bytes (Guido
|
|
Mark McLoughlin |
89c28e |
- Günther), qemudBuildCommandLine API cleanup (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
+ Günther), qemudBuildCommandLine API cleanup (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
@@ -214,15 +214,15 @@
|
|
Mark McLoughlin |
89c28e |
to avoid crashes (Daniel Berrange), mark defined network descriptions
|
|
Mark McLoughlin |
89c28e |
as persistent (Cole Robinson), qemu+tls handshake negotiation hang
|
|
Mark McLoughlin |
89c28e |
(Chris Lalancette)
|
|
Mark McLoughlin |
89c28e |
- - Improvements: don't hardcode ssh port (Guido Günther), new test
|
|
Mark McLoughlin |
89c28e |
+ - Improvements: don't hardcode ssh port (Guido Günther), new test
|
|
Mark McLoughlin |
89c28e |
cases and testing infrastructure (Jim Meyering), improve the
|
|
Mark McLoughlin |
89c28e |
SExpr parser (John Levon), proper error reporting on xend
|
|
Mark McLoughlin |
89c28e |
shutdown command (John Levon), proper handling of errors when
|
|
Mark McLoughlin |
89c28e |
- saving QEmu domains state (Guido Günther), revamp of the internal
|
|
Mark McLoughlin |
89c28e |
+ saving QEmu domains state (Guido Günther), revamp of the internal
|
|
Mark McLoughlin |
89c28e |
error memory APIs (John Levon), better virsh error reporting (John
|
|
Mark McLoughlin |
89c28e |
Levon), more daemon options to allow running multiple daemons (Jim
|
|
Mark McLoughlin |
89c28e |
- Meyering), error handling when creating a QEmu domain (Guido Günther),
|
|
Mark McLoughlin |
89c28e |
- fix timeouts in QEmu log reading (Guido Günther), migration with
|
|
Mark McLoughlin |
89c28e |
+ Meyering), error handling when creating a QEmu domain (Guido Günther),
|
|
Mark McLoughlin |
89c28e |
+ fix timeouts in QEmu log reading (Guido Günther), migration with
|
|
Mark McLoughlin |
89c28e |
xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
|
|
Mark McLoughlin |
89c28e |
Robinson), fix build with loadable drivers (Maximilian Wilhelm),
|
|
Mark McLoughlin |
89c28e |
internal XML APIs to read long long and hexa values (Mark
|
|
Mark McLoughlin |
89c28e |
@@ -236,7 +236,7 @@
|
|
Mark McLoughlin |
89c28e |
(Jim Meyering), many error handling cleanups (Jim Meyering), XML
|
|
Mark McLoughlin |
89c28e |
module cleanups (Mark McLoughlin), compiler warning (Maximilian
|
|
Mark McLoughlin |
89c28e |
Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
|
|
Mark McLoughlin |
89c28e |
- cleanup (Guido Günther), parallel make fix (Michael Marineau),
|
|
Mark McLoughlin |
89c28e |
+ cleanup (Guido Günther), parallel make fix (Michael Marineau),
|
|
Mark McLoughlin |
89c28e |
storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
|
|
Mark McLoughlin |
89c28e |
watch variable (Cole Robinson), qemu AttachDevice error report
|
|
Mark McLoughlin |
89c28e |
improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
@@ -248,7 +248,7 @@
|
|
Mark McLoughlin |
89c28e |
0.6.0: Jan 31 2009:
|
|
Mark McLoughlin |
89c28e |
- New features: thread safety of the API and event handling (Daniel
|
|
Mark McLoughlin |
89c28e |
Berrange), allow QEmu domains to survive daemon restart (Guido
|
|
Mark McLoughlin |
89c28e |
- Günther), extended logging capabilities, support copy-on-write
|
|
Mark McLoughlin |
89c28e |
+ Günther), extended logging capabilities, support copy-on-write
|
|
Mark McLoughlin |
89c28e |
storage volumes (Daniel Berrange), support of storage cache
|
|
Mark McLoughlin |
89c28e |
control options for QEmu/KVM (Daniel Berrange)
|
|
Mark McLoughlin |
89c28e |
- Portability: fix old DBus API problem, Debian portability fix
|
|
Mark McLoughlin |
89c28e |
@@ -260,13 +260,13 @@
|
|
Mark McLoughlin |
89c28e |
solaris Xen fixes (John Levon), RPC portability to Solaris (Daniel
|
|
Mark McLoughlin |
89c28e |
Berrange)
|
|
Mark McLoughlin |
89c28e |
- Documentation: typo fixes (Richard Jones), logging support,
|
|
Mark McLoughlin |
89c28e |
- vnc keymap attributes (Guido Günther), HACKING file updates
|
|
Mark McLoughlin |
89c28e |
+ vnc keymap attributes (Guido Günther), HACKING file updates
|
|
Mark McLoughlin |
89c28e |
(Jim Meyering), new PCI passthrough format, libvirt-qpid and
|
|
Mark McLoughlin |
89c28e |
UML driver documentation (Daniel Berrange), provide RNG schemas
|
|
Mark McLoughlin |
89c28e |
for all XML formats used in libvirt APIs (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
- Bug fixes: segfault on virtual network without bridge name (Cole
|
|
Mark McLoughlin |
89c28e |
Robinson), various locking fixes (Cole Robinson), fix serial
|
|
Mark McLoughlin |
89c28e |
- and parallel devices on tcp/unix/telnet (Guido Günther), leak
|
|
Mark McLoughlin |
89c28e |
+ and parallel devices on tcp/unix/telnet (Guido Günther), leak
|
|
Mark McLoughlin |
89c28e |
in daemon (Jim Meyering), storage driver segfault (Miloslav TrmaC),
|
|
Mark McLoughlin |
89c28e |
missing check in read-only connections (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
OpenVZ crash and mutex fixes (Anton Protopopov), couple of
|
|
Mark McLoughlin |
89c28e |
@@ -282,15 +282,15 @@
|
|
Mark McLoughlin |
89c28e |
- Improvements: driver infrastructure and locking (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
Test driver infrastructure (Daniel Berrange), parallelism in the
|
|
Mark McLoughlin |
89c28e |
daemon and associated config (Daniel Berrange), virsh help cleanups
|
|
Mark McLoughlin |
89c28e |
- (Jim Meyering), logrotate daemon logs (Guido Günther), more
|
|
Mark McLoughlin |
89c28e |
+ (Jim Meyering), logrotate daemon logs (Guido Günther), more
|
|
Mark McLoughlin |
89c28e |
regression tests (Jim Meyering), QEmu SDL graphics (Itamar Heim),
|
|
Mark McLoughlin |
89c28e |
add --version flag to daemon (Dave Allan), memory consumption
|
|
Mark McLoughlin |
89c28e |
cleanup (Dave Allan), QEmu pid file and XML states for daemon
|
|
Mark McLoughlin |
89c28e |
- restart (Guido Günther), gnulib updates (Jim Meyering and
|
|
Mark McLoughlin |
89c28e |
+ restart (Guido Günther), gnulib updates (Jim Meyering and
|
|
Mark McLoughlin |
89c28e |
Dan Berrange), PCI passthrough for KVM (Jason Krieg), generic
|
|
Mark McLoughlin |
89c28e |
internal thread API (Daniel Berrange), RHEL-5 specific Xen
|
|
Mark McLoughlin |
89c28e |
configure option and code (Markus Armbruster), save domain
|
|
Mark McLoughlin |
89c28e |
- state as string in status file (Guido Günther), add locking
|
|
Mark McLoughlin |
89c28e |
+ state as string in status file (Guido Günther), add locking
|
|
Mark McLoughlin |
89c28e |
to all API entry points (Daniel Berrange), new ref counting APIs
|
|
Mark McLoughlin |
89c28e |
(Daniel Berrange), IP address for Xen bridges (John Levon),
|
|
Mark McLoughlin |
89c28e |
driver format for disk file types (Daniel Berrange), improve
|
|
Mark McLoughlin |
89c28e |
@@ -303,15 +303,15 @@
|
|
Mark McLoughlin |
89c28e |
(Jim Meyering), gethostby* cleanup and test (Jim Meyering), some
|
|
Mark McLoughlin |
89c28e |
code fixes (Dave Allan), various code cleanup (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
virsh argument handling cleanup (Jim Meyering), virAsprintf
|
|
Mark McLoughlin |
89c28e |
- cleanup replacement (Guido Günther), QEmu monitor reads (Cole
|
|
Mark McLoughlin |
89c28e |
- Robinson), Makefile cleanups (Guido Günther), Xen code cleanups
|
|
Mark McLoughlin |
89c28e |
+ cleanup replacement (Guido Günther), QEmu monitor reads (Cole
|
|
Mark McLoughlin |
89c28e |
+ Robinson), Makefile cleanups (Guido Günther), Xen code cleanups
|
|
Mark McLoughlin |
89c28e |
(John Levon), revamp of ELF export scripts (John Levon), domain
|
|
Mark McLoughlin |
89c28e |
event callback args (John Levon), enforce use of pid_t (John Levon),
|
|
Mark McLoughlin |
89c28e |
virsh pool-*-as XML code merge (Cole Robinson), xgettext warnings
|
|
Mark McLoughlin |
89c28e |
- (Jim Meyering), add virKillProcess (Guido Günther), add
|
|
Mark McLoughlin |
89c28e |
+ (Jim Meyering), add virKillProcess (Guido Günther), add
|
|
Mark McLoughlin |
89c28e |
virGetHostname (David Lutterkort), add flags argument to the full
|
|
Mark McLoughlin |
89c28e |
- XML parsing stack (Guido Günther), various daemon code cleanups
|
|
Mark McLoughlin |
89c28e |
- (Guido Günther), handling of daemon missing config file (Jim
|
|
Mark McLoughlin |
89c28e |
+ XML parsing stack (Guido Günther), various daemon code cleanups
|
|
Mark McLoughlin |
89c28e |
+ (Guido Günther), handling of daemon missing config file (Jim
|
|
Mark McLoughlin |
89c28e |
Meyering), rpcgen invocation cleanup (Richard Jones), devhelp
|
|
Mark McLoughlin |
89c28e |
builkd makefile cleanups (John Levon), update error handling for
|
|
Mark McLoughlin |
89c28e |
threading (Daniel Berrange), remove all non-rentrant POSIX calls
|
|
Mark McLoughlin |
89c28e |
@@ -331,7 +331,7 @@
|
|
Mark McLoughlin |
89c28e |
- Bug fixes: add a delay in storage backend for disks to show up
|
|
Mark McLoughlin |
89c28e |
(Chris Lalancette), fix parsing for CDRom device with no source
|
|
Mark McLoughlin |
89c28e |
(Daniel Berrange), use xenstore to list domains to avoid some
|
|
Mark McLoughlin |
89c28e |
- bugs (Guido Günther), remove a leak in xen inotify code (Daniel
|
|
Mark McLoughlin |
89c28e |
+ bugs (Guido Günther), remove a leak in xen inotify code (Daniel
|
|
Mark McLoughlin |
89c28e |
Berrange), UML driver freeing of uninitialialized variable (Ron
|
|
Mark McLoughlin |
89c28e |
Yorston), fix UML inotify code (Daniel Berrange), crash when
|
|
Mark McLoughlin |
89c28e |
adding storage without a format (Cole Robinson)
|
|
Mark McLoughlin |
89c28e |
@@ -339,8 +339,8 @@
|
|
Mark McLoughlin |
89c28e |
max memory (Jim Fehlig), allow remote://hostname/ URI for automatic
|
|
Mark McLoughlin |
89c28e |
probe of hypervisors (Daniel Berrange), fix daemon configuration
|
|
Mark McLoughlin |
89c28e |
regression testing (Jim Meyering ), check /usr/bin/kvm for QEmu
|
|
Mark McLoughlin |
89c28e |
- driver init (Guido Günther), proper active vs. inactive
|
|
Mark McLoughlin |
89c28e |
- differentiation (Guido Günther), improve MTU setting on tap
|
|
Mark McLoughlin |
89c28e |
+ driver init (Guido Günther), proper active vs. inactive
|
|
Mark McLoughlin |
89c28e |
+ differentiation (Guido Günther), improve MTU setting on tap
|
|
Mark McLoughlin |
89c28e |
interfaces (Eduardo Habkost), increase timeout for initial QEmu
|
|
Mark McLoughlin |
89c28e |
monitor poll (Cole Robinson)
|
|
Mark McLoughlin |
89c28e |
- Cleanups:fix improper initialisations (Jim Meyering)
|
|
Mark McLoughlin |
89c28e |
@@ -350,9 +350,9 @@
|
|
Mark McLoughlin |
89c28e |
- New features: CPU and scheduler support for LXC (Dan Smith), SDL display configuration (Daniel Berrange), domain lifecycle event support for QEmu and Xen with python bindings (Ben Guthro and Daniel Berrange), KVM/QEmu migration support (Rich Jones and Chris Lalancette), User Mode Linux driver (Daniel Berrange), API for node device enumeration using HAL and DeviceKit with python bindings (David Lively),
|
|
Mark McLoughlin |
89c28e |
- Portability: RHEL build fixes, VPATH build (Guido Gunther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
- Documentation: virsh man page cleanups (Mark McLoughlin), doc for NIC model selection (Richard Jones), monitoring section, link to AMQP bindings, inew APIs, UML driver docs (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
- - Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),
|
|
Mark McLoughlin |
89c28e |
- - Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)
|
|
Mark McLoughlin |
89c28e |
- - Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
+ - Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),
|
|
Mark McLoughlin |
89c28e |
+ - Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)
|
|
Mark McLoughlin |
89c28e |
+ - Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
0.4.6: Sep 23 2008:
|
|
Mark McLoughlin |
89c28e |
@@ -364,7 +364,7 @@
|
|
Mark McLoughlin |
89c28e |
OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source
|
|
Mark McLoughlin |
89c28e |
(Chris Lalancette and Daniel Berrange)
|
|
Mark McLoughlin |
89c28e |
- Improvements: add storage disk volume delete (Cole Robinson),
|
|
Mark McLoughlin |
89c28e |
- KVM dynamic max CPU detection (Guido Günther), spec file improvement
|
|
Mark McLoughlin |
89c28e |
+ KVM dynamic max CPU detection (Guido Günther), spec file improvement
|
|
Mark McLoughlin |
89c28e |
for minimal builds (Ben Guthro), improved error message in XM
|
|
Mark McLoughlin |
89c28e |
configuration module (Richard Jones), network config in OpenVZ
|
|
Mark McLoughlin |
89c28e |
support (Evgeniy Sokolov), enable stopping a pool in logical
|
|
Mark McLoughlin |
89c28e |
@@ -379,7 +379,7 @@
|
|
Mark McLoughlin |
89c28e |
unified XML domain and network parsing for all drivers (Daniel
|
|
Mark McLoughlin |
89c28e |
Berrange), OpenVZ features improvements (Evgeniy Sokolov),
|
|
Mark McLoughlin |
89c28e |
OpenVZ and Linux containers support now default, USB device
|
|
Mark McLoughlin |
89c28e |
- passthrough for QEmu/KVM (Guido Günther), storage pool source
|
|
Mark McLoughlin |
89c28e |
+ passthrough for QEmu/KVM (Guido Günther), storage pool source
|
|
Mark McLoughlin |
89c28e |
discovery (David Lively)
|
|
Mark McLoughlin |
89c28e |
- Portability: fixes for MinGW (Atsushi SAKAI and Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
detection of xen lib improvement (David Lively),
|
|
Mark McLoughlin |
89c28e |
@@ -389,9 +389,9 @@
|
|
Mark McLoughlin |
89c28e |
SAKAI and Daniel Berrange), HTML generation fix, -lpthread explicit
|
|
Mark McLoughlin |
89c28e |
linking when needed (Jim Meyering)
|
|
Mark McLoughlin |
89c28e |
- Documentation: various typo fixes (Anton Protopopov, Toth
|
|
Mark McLoughlin |
89c28e |
- István, Atsushi SAKAI, Nguyen Anh Quynh),
|
|
Mark McLoughlin |
89c28e |
+ István, Atsushi SAKAI, Nguyen Anh Quynh),
|
|
Mark McLoughlin |
89c28e |
Java bindings docs, remove Xen centric
|
|
Mark McLoughlin |
89c28e |
- comments (Guido Günther), various typo in comments (Chris
|
|
Mark McLoughlin |
89c28e |
+ comments (Guido Günther), various typo in comments (Chris
|
|
Mark McLoughlin |
89c28e |
Lalancette), docs and API comments fixes (Charles Duffy),
|
|
Mark McLoughlin |
89c28e |
how to contribute to open source link (Richard Jones),
|
|
Mark McLoughlin |
89c28e |
memory unit fixups (matthew chan)
|
|
Mark McLoughlin |
89c28e |
@@ -401,14 +401,14 @@
|
|
Mark McLoughlin |
89c28e |
in QEmu/KVM (Daniel Berrange), fix OpenVZ probe function (Evgeniy
|
|
Mark McLoughlin |
89c28e |
Sokolov), ID related lookup fixes in OpenVZ (Evgeniy Sokolov),
|
|
Mark McLoughlin |
89c28e |
pool cration for netfs (Cole Robinson), check for migrate support
|
|
Mark McLoughlin |
89c28e |
- with QEmu (Guido Günther), check against double create with QEmu
|
|
Mark McLoughlin |
89c28e |
- (Guido Günther), broken open failure detection in QEmu (Guido
|
|
Mark McLoughlin |
89c28e |
- Günther), UUID string conversions in QEmu (Guido Günther),
|
|
Mark McLoughlin |
89c28e |
+ with QEmu (Guido Günther), check against double create with QEmu
|
|
Mark McLoughlin |
89c28e |
+ (Guido Günther), broken open failure detection in QEmu (Guido
|
|
Mark McLoughlin |
89c28e |
+ Günther), UUID string conversions in QEmu (Guido Günther),
|
|
Mark McLoughlin |
89c28e |
various small cleanup and bug fixes (Daniel Berrange), ID
|
|
Mark McLoughlin |
89c28e |
related fixes in the test driver (Daniel Berrange), better error
|
|
Mark McLoughlin |
89c28e |
reporting on XML parsing (Daniel Berrange), empty CD-ROM source
|
|
Mark McLoughlin |
89c28e |
device section (Chris Lalancette), avoid crashes for interface
|
|
Mark McLoughlin |
89c28e |
- without a name in QEmu (Guido Günther), provide the real
|
|
Mark McLoughlin |
89c28e |
+ without a name in QEmu (Guido Günther), provide the real
|
|
Mark McLoughlin |
89c28e |
vncport (Charles Duffy), fix forward delay (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
new VM state is initialized to be SHUTOFF (Daniel Berrange),
|
|
Mark McLoughlin |
89c28e |
virsh attach-disk bug fixes (Chris Lalancette), veth clash
|
|
Mark McLoughlin |
89c28e |
@@ -440,7 +440,7 @@
|
|
Mark McLoughlin |
89c28e |
(Daniel Berrange), virsh "edit" command (Richard Jones), save
|
|
Mark McLoughlin |
89c28e |
UUID of OpenVZ domains (Evgeniy Sokolov), improve xen blocks
|
|
Mark McLoughlin |
89c28e |
statistics (Chris Lalancette), gnulib updates (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
- allow to add disk as USB devices (Guido Günther), LXC container
|
|
Mark McLoughlin |
89c28e |
+ allow to add disk as USB devices (Guido Günther), LXC container
|
|
Mark McLoughlin |
89c28e |
process should survive libvirtd restarts (Daniel Berrange), allow
|
|
Mark McLoughlin |
89c28e |
to define static host domain configs, number of CPU used by
|
|
Mark McLoughlin |
89c28e |
OpenVZ domains (Evgeniy Sokolov), private root fs for LXC (Daniel
|
|
Mark McLoughlin |
89c28e |
@@ -572,9 +572,9 @@
|
|
Mark McLoughlin |
89c28e |
driver (Cole Robinson), xen and hvm added to test driver capabilities
|
|
Mark McLoughlin |
89c28e |
(Cole Robinson)
|
|
Mark McLoughlin |
89c28e |
- Code cleanup: remove unused getopt header (Jim Meyering), mark more
|
|
Mark McLoughlin |
89c28e |
- strings as translatable (Guido Günther and Jim Meyering), convert
|
|
Mark McLoughlin |
89c28e |
+ strings as translatable (Guido Günther and Jim Meyering), convert
|
|
Mark McLoughlin |
89c28e |
error strings to something meaningful and translatable (Jim Meyering),
|
|
Mark McLoughlin |
89c28e |
- Linux Containers code cleanup, last error initializer (Guido Günther)
|
|
Mark McLoughlin |
89c28e |
+ Linux Containers code cleanup, last error initializer (Guido Günther)
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
0.4.1: Mar 3 2008:
|
|
Mark McLoughlin |
89c28e |
diff --git a/docs/news.xsl b/docs/news.xsl
|
|
Mark McLoughlin |
89c28e |
index a190120..e35030e 100644
|
|
Mark McLoughlin |
89c28e |
--- a/docs/news.xsl
|
|
Mark McLoughlin |
89c28e |
+++ b/docs/news.xsl
|
|
Mark McLoughlin |
89c28e |
@@ -1,7 +1,7 @@
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
version="1.0">
|
|
Mark McLoughlin |
89c28e |
- <xsl:output method="text" encoding="ISO-8859-1"/>
|
|
Mark McLoughlin |
89c28e |
+ <xsl:output method="text" encoding="UTF-8"/>
|
|
Mark McLoughlin |
89c28e |
|
|
Mark McLoughlin |
89c28e |
<xsl:template match="/">
|
|
Mark McLoughlin |
89c28e |
<xsl:text>
|
|
Mark McLoughlin |
89c28e |
--
|
|
Mark McLoughlin |
89c28e |
1.6.2.5
|
|
Mark McLoughlin |
89c28e |
|