news.html 109.1 KB
Newer Older
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
        This file is autogenerated from news.html.in
        Do not edit this file. Changes will be lost.
      -->
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <link rel="stylesheet" type="text/css" href="main.css" />
    <link rel="SHORTCUT ICON" href="32favicon.png" />
    <title>libvirt: Releases</title>
    <meta name="description" content="libvirt, virtualization, virtualization API" />
  </head>
  <body>
    <div id="header">
      <div id="headerLogo"></div>
      <div id="headerSearch">
19
        <form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><div>
20 21
            <input id="query" name="query" type="text" size="12" value="" />
            <input id="submit" name="submit" type="submit" value="Search" />
22
          </div></form>
23 24 25
      </div>
    </div>
    <div id="body">
26
      <div id="menu">
27
        <ul class="l0"><li>
28 29 30
            <div>
              <a title="Front page of the libvirt website" class="inactive" href="index.html">Home</a>
            </div>
31
          </li><li>
32 33
            <div>
              <span class="active">News</span>
34
              <ul class="l1"><li>
35 36 37
                  <div>
                    <a title="Latest commit messages from the source repository " class="inactive" href="ChangeLog.html">Changelog</a>
                  </div>
38
                </li></ul>
39
            </div>
40
          </li><li>
41 42 43
            <div>
              <a title="Get the latest source releases, binary builds and get access to the source repository" class="inactive" href="downloads.html">Downloads</a>
            </div>
44
          </li><li>
45 46 47
            <div>
              <a title="Information for users, administrators and developers" class="inactive" href="docs.html">Documentation</a>
            </div>
48
          </li><li>
49 50 51
            <div>
              <a title="User contributed content" class="inactive" href="http://wiki.libvirt.org">Wiki</a>
            </div>
52
          </li><li>
53 54 55
            <div>
              <a title="Frequently asked questions" class="inactive" href="FAQ.html">FAQ</a>
            </div>
56
          </li><li>
57 58 59
            <div>
              <a title="How and where to report bugs and request features" class="inactive" href="bugs.html">Bug reports</a>
            </div>
60
          </li><li>
61 62 63
            <div>
              <a title="How to contact the developers via email and IRC" class="inactive" href="contact.html">Contact</a>
            </div>
64
          </li><li>
65 66 67
            <div>
              <a title="Miscellaneous links of interest related to libvirt" class="inactive" href="relatedlinks.html">Related Links</a>
            </div>
68
          </li><li>
69 70 71
            <div>
              <a title="Overview of all content on the website" class="inactive" href="sitemap.html">Sitemap</a>
            </div>
72
          </li></ul>
73
      </div>
74 75 76
      <div id="content">
        <h1>Releases</h1>
        <p>Here is the list of official releases, however since it is early on in the
77
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
78
and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
D
Daniel Veillard 已提交
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301
        <h3>0.7.1: Sep 15 2009</h3>
        <ul><li>New features:
        Add support for encrypted (qcow) volume creation. (Miloslav Trma&#269;),
        Secret manipulation public API (Miloslav Trma&#269;),
        Multipath storage support module (Dave Allan),
        VBox add Storage Volume support (Pritesh Kothari),
        Support configuration of huge pages in guests (Daniel P. Berrange),
        Support new PolicyKit 1.0 API (Daniel P. Berrange),
        Compressed save image format for Qemu (Chris Lalancette, Charles Duffy
        and Jim Meyering),
        QEmu add host PCI device hotplug support (Mark McLoughlin)
      </li><li>Documentation:
        Minor comment changes (Laine Stump),
        Fix up virNodeGetCellsFreeMemory (Chris Lalancette),
        Fix some typos and remove unhelpful acronyms in QEMU docs (Daniel P. Berrange),
        Add documentation about the QEMU driver security features (Daniel P. Berrange),
        Remove 'the-the' typo in docs (Daniel P. Berrange),
        Fix some URLs in virsh manpage (Mark McLoughlin),
        Add link to AbiCloud web management system (Daniel P. Berrange),
        Update logging documentation (Amy Griffis)
      </li><li>Portability:
        Fix win32 platform build (Daniel P. Berrange)
      </li><li>Bug fixes:
        VBox bug when starting machine from old versions (Pritesh Kothari),
        ESX avoid potential leaks (Matthias Bolte),
        Fix more OOM handling bugs (Daniel P. Berrange),
        Fix logging buffer overrun read (Daniel P. Berrange),
        Fix misc thread locking bugs / bogus warnings (Daniel P. Berrange),
        Fix regression from "Avoid polling on FDs with no events" (Chris Lalancette),
        Close logfile fd after spawning qemu (Ryota Ozaki),
        Check for libssh2 &gt;= 1.0 for phy driver (Maximilian Wilhelm),
        Avoid another leak in src/xend_internal.c (Matthias Bolte),
        Avoid a leak in xenDaemonLookupByID (Matthias Bolte),
        VBox fix minor bugs in display and added OOM checks (Pritesh Kothari),
        Some close/fclose/closedir calls are missing (Matthias Bolte),
        lxc_container.c: avoid a leak on error paths (Jim Meyering),
        Fix several memory leaks (Ryota Ozaki),
        Fix a memory leak in virsh (Laine Stump),
        Fix ID field in virDomainPtr after starting Xen VM (Daniel P. Berrange),
        Fix memory leak of monitor character device (Daniel P. Berrange),
        Automatically set correct ownership of QEMU state directories (Daniel P. Berrange),
        Avoid polling on FDs with no events enabled (Daniel P. Berrange),
        esx_vi: return -1 upon failure, as intended (Matthias Bolte),
        python: let libvirt_virConnectDomainEventCallback indicate success (Jim Meyering),
        uml_conf.c: don't return an uninitialized pointer (Jim Meyering),
        storage_backend.c: assure clang that inputvol can't be NULL (Jim Meyering),
        libvir.c: avoid NULL dereference in virStoragePoolSetAutostart (Jim Meyering),
        lxc: avoid NULL dereference upon getmntent failure (Jim Meyering),
        storage_backend_fs: avoid NULL dereference on opendir failure (Jim Meyering),
        Fix bugs in virDomainMigrate v2 code. (Chris Lalancette),
        VMware ESX: Don't warn on some query parameter (Matthias Bolte),
        Don't blindly reorder disk drives (Daniel P. Berrange),
        Fix sexpr2string() to handle empty list. (Jim Fehlig),
        Fix driver entry table for UML numa APIs (Daniel P. Berrange),
        Fix crash in virsh vol-key command (Pritesh Kothari),
        517157 fix selinux problem with images on NFS (Darryl L. Pierce),
        Fix phypOpen() escape_specialcharacters (Mattias Bolte),
        Power Hypervisor: fix potential segfault (Mattias Bolte),
        Fix bridge/tap system error reporting (Mark McLoughlin),
        Reset PCI host devices after hot-unplug (Mark McLoughlin),
        Reset unmanaged PCI host devices before hotplug (Mark McLoughlin),
        Fix up connection reference counting. (Chris Lalancette),
        Fix LXC driver crash when kernel doesn't support clone (Daniel P. Berrange),
        Make LXC / UML drivers robust against NUMA topology brokenness (Daniel P. Berrange),
        Run 'cont' on successful migration finish. (Chris Lalancette),
        Fix QEMU domain status after restore. (Chris Lalancette),
        Handle kernels with no ipv6 support (Mark McLoughlin),
        Set perms on /var/lib/libvirt/boot to 0711 (Mark McLoughlin),
        chown kernel/initrd before spawning qemu (Mark McLoughlin),
        Several fixes to libvirtd's log setup (Amy Griffis),
        Fix memleak if esxOpen fails (Matthias Bolte)
      </li><li>Improvement:
        support lzop save compression for qemu (Charles Duffy),
        VBox 3.0.6 API change support (Pritesh Kothari),
        Add UUID definition required by storage encryption import (Daniel P. Berrange),
        Make secrets RNG more strict (Daniel P. Berrange),
        Fill in secret UUID for qcow encryption (Daniel P. Berrange),
        Add usage type/id as a public API property of virSecret (Daniel P. Berrange),
        Fix UUID handling in secrets/storage encryption APIs (Daniel P. Berrange),
        Save vcpuinfo in status file (Daniel P. Berrange),
        Restart libvirtd upon RPM upgrade (Daniel P. Berrange),
        Add support for qcow encrypted volumes to qemu. (Miloslav Trma&#269;),
        Provide missing passphrase when creating a volume. (Miloslav Trma&#269;),
        Add virsh commands for secrets APIs (Miloslav Trma&#269;),
        Local file implementation of secret driver API (Miloslav Trma&#269;),
        Mask out flags used internally for virSecretGetValue (Miloslav Trma&#269;),
        Add &lt;usage&gt; to &lt;secret&gt; docs (Miloslav Trma&#269;),
        also allow use of XZ for Qemu image compression (Jim Meyering),
        Support relabelling of USB and PCI devices (Daniel P. Berrange),
        Add helper APIs for iterating over PCI device resource files (Daniel P. Berrange),
        Add helper module for dealing with USB host devices (Daniel P. Berrange),
        Test that domain-specific qemu machine types are used correctly (Mark McLoughlin),
        Probe machine types from kvm binary too (Mark McLoughlin),
        Look up machine types from all domains in qemudGetOldMachines() (Mark McLoughlin),
        Test qemu machine aliases (Mark McLoughlin),
        Add qemu -help test data for qemu-kvm-0.11.0-rc2 (Mark McLoughlin),
        Add a more featureful qemu capabilities test data (Mark McLoughlin),
        Add arm arch to capabilities schema (Mark McLoughlin),
        Update capabilities schema to allow multiple machines per domain (Mark McLoughlin),
        Add esx and tcp migration uri transports to capabilities schema (Mark McLoughlin),
        Reintroduce support for lzop compression (Charles Duffy),
        build: update gnulib submodule to latest (Jim Meyering),
        Add flags and requires for Multipath storage (Daniel Veillard),
        ESX raise error if UUID parse failed (Matthias Bolte),
        ESX add domain undefine based on esxVI_UnregisterVM (Matthias Bolte),
        ESX add esxGetCapabilities() with basic defaults (Matthias Bolte),
        Switch Power Hypervisor to libssh2 (Eduardo Otubo),
        Allow libvirtd to RPC to external libvirtd (Chris Lalancette),
        Add support for setting disk drive serial numbers (Daniel P. Berrange),
        VBox support for defining/dumping video devices (Pritesh Kothari),
        Generic parsing support for video acceleration (Pritesh Kothari),
        VMware ESX: Allow ethernet address type 'vpx' (Matthias Bolte),
        Support for getting/setting number of cpus in VBox (Pritesh Kothari),
        Make handling of monitor prompts more general. (Miloslav Trma&#269;),
        Attach encryption information to virDomainDiskDef. (Miloslav Trma&#269;),
        Recognize encryption format of qcow volumes. (Miloslav Trma&#269;),
        Attach encryption information to virStorageVolDef. (Miloslav Trma&#269;),
        Add volume encryption information handling. (Miloslav Trma&#269;),
        Secret manipulation API docs refresh and wire up python generator (Miloslav Trma&#269;),
        Secret manipulation remote client (Miloslav Trma&#269;),
        Secret manipulation libvirtd wire protocol and remote dispatcher (Miloslav Trma&#269;),
        Secret manipulation public API implementation (Miloslav Trma&#269;),
        Secret manipulation internal API (Miloslav Trma&#269;),
        Add test for recently fixed crash with latest XenD (Daniel P. Berrange),
        Don't expose 'vnet%d' to the user (Mark McLoughlin),
        Maintain a list of active PCI hostdevs and use it in pciResetDevice() (Mark McLoughlin),
        Simplify PCI hostdev prepare/re-attach using a pciDeviceList type (Mark McLoughlin),
        Use pci_addr=auto with QEMU's pci_add monitor command (Mark McLoughlin),
        Check active domain hostdevs before allowing PCI reset (Mark McLoughlin),
        Allow pciResetDevice() to reset multiple devices (Mark McLoughlin),
        Improve PCI host device reset error message (Mark McLoughlin),
        Reset and re-attach PCI host devices on guest shutdown (Mark McLoughlin),
        Allow PM reset on multi-function PCI devices (Mark McLoughlin),
        Detect KVM's PCI device assignment support (Mark McLoughlin),
        Split virDomainMigrate into functions. (Chris Lalancette),
        Consolidate code for parsing the logging env (Amy Griffis)
      </li><li>Cleanups:
        Remove accidentally added UUID re-definition in storage schema (Daniel P. Berrange),
        ESX cleanup of CPU model strings (Matthias Bolte),
        Fix use of dlopen modules (Daniel P. Berrange),
        Consolidate "cont" into qemudMonitorSendCont() (Miloslav Trma&#269;),
        Cleanup sec driver error reporting to use virReportSystemError (Daniel P. Berrange),
        Port QEMU driver to use USB/PCI device helpers (Daniel P. Berrange),
        Simplify and fix qemudCanonicalizeMachine() (Mark McLoughlin),
        Split up qemudGetOldMachines() (Mark McLoughlin),
        Re-factor qemu test machine allocation code (Mark McLoughlin),
        Canonicalize the qemu machine type in qemuxml2argvtest (Mark McLoughlin),
        Dump qemu driver capabilities if test debugging enabled (Mark McLoughlin),
        Fix formatting of machine types in capabilities XML (Mark McLoughlin),
        qemu_driver.c: factor out more duplication (Jim Meyering),
        Deprecate lzma and lzop in favor of xz, add dep (Daniel Veillard),
        qemu_driver.c: factor out duplication in compression-type handling (Jim Meyering),
        openvz_conf.c: remove dead store to "p"; use strchrnul (Jim Meyering),
        Remove some tabs used for indent (Daniel Veillard),
        Updated a number of localizations and regenerated (Daniel Veillard),
        Add a missing comment (Miloslav Trma&#269;),
        Fix a pasto in storage_encryption_conf.c (Miloslav Trma&#269;),
        xm_internal.c: remove four useless comparisons after strchr (Jim Meyering),
        xm_internal.c: remove dead increment of "data" (Jim Meyering),
        network_driver.c: remove dead store to "err" (Jim Meyering),
        iptables.c: remove dead store to "s" (Jim Meyering),
        util.c: avoid dead store to "flag" (Jim Meyering),
        domain_conf.c: remove two dead stores (Jim Meyering),
        xm_internal.c: remove two ret=... dead stores (Jim Meyering),
        xm_internal.c: remove dead stores of local, "type" (Jim Meyering),
        network_conf.c: remove dead store to "err" (Jim Meyering),
        openvz_driver.c: avoid dead store to "err" (Jim Meyering),
        xend_internal.c: Remove two dead stores to "ret" (Jim Meyering),
        storage_driver.c: remove two dead stores to "backend" (Jim Meyering),
        qemu_conf.c: add a comment suggesting why we leave a dead-store (Jim Meyering),
        hash.c: remove a dead store (Jim Meyering),
        interface_conf.c: remove a dead-store and declaration (Jim Meyering),
        eventtest.c: detect write failure and avoid dead stores (Jim Meyering),
        openvz_conf.c: Remove dead store to copy_fd (Jim Meyering),
        storage_backend_logical.c: appease clang: remove useless increment (Jim Meyering),
        ESX simplify SOAP request and response handling (Matthias Bolte),
        ESX use virXPathNode*() to simplify XPath handling (Matthias Bolte),
        ESX: make esxVI_GetVirtualMachineIdentity() robust (Matthias Bolte),
        ESX: Fix VMX path parsing and URL encoding (Matthias Bolte),
        VBox driver cleanups (Pritesh Kothari),
        PHYP driver cleanups (Daniel Veillard),
        Move QEMU monitor socket in /var/lib/libvirt/qemu (Daniel P. Berrange),
        xen_internal.c: remove two unused local variables (Jim Meyering),
        mdns.c: remove dead initialization (Jim Meyering),
        node_device_conf.c: remove dead initialization (Jim Meyering),
        openvz_conf.c: don't use undefined local, "net" (Jim Meyering),
        test.c: don't use undefined local, "def" (Jim Meyering),
        remote_internal.c: appease clang (Jim Meyering),
        infra: define ATTRIBUTE_NONNULL to mark non-NULL parameters (Jim Meyering),
        lxc: don't unlink(NULL) in main (Jim Meyering),
        storage_conf.c: avoid overflow upon use of "z" or "Z" (zebi) suffix (Jim Meyering),
        VBox cleanup and update of networking shutdown (Pritesh Kothari),
        Box cleanup and update of networking XML functions (Pritesh Kothari),
        Fix misc OOM bugs (Daniel P. Berrange),
        Misc fixes to secrets API code (Daniel P. Berrange),
        Only add glusterfs dep for Fedora &gt;= 11 (Daniel P. Berrange),
        Remove redundant base64 include file (Daniel P. Berrange),
        Don't assume buffered output echoes the command. (Miloslav Trma&#269;),
        Update chinese, polish and spanish localizations (Daniel Veillard),
        OpenVZ: accept NULL as type for GetMaxVCPUs. (Chris Lalancette),
        Remove use of strncpy in qemudExtractMonitorPath. (Chris Lalancette),
        Refactor policycode auth code to avoid compiler warnings (Daniel P. Berrange),
        spec file: add URL to Source tag (Mark McLoughlin),
        Small fixes for qemu save compression. (Chris Lalancette),
        Fix thinko in PCI hostdev detach (Mark McLoughlin),
        Revert changes to allow pciResetDevice() reset multiple devices (Mark McLoughlin),
        Fix list updating after disk/network/hostdev hot-unplug (Mark McLoughlin),
        Re-name remote_internal.c:driver to remote_driver (Mark McLoughlin),
        Cosmetic change to 'virsh nodedev-list --tree' output (Mark McLoughlin),
        Re-factor hostdev hotplug (Mark McLoughlin),
        Remove a duplicated assignment in Xen PCI parsing. (Chris Lalancette),
        Fix up a few minor indentation issues. (Chris Lalancette),
        Fix phyp escape_specialcharacters. (Chris Lalancette),
        Make openvzGetVPSUUID take a len. (Chris Lalancette),
        Minor cleanup of error path for c_oneVmInfo. (Chris Lalancette),
        Fix up a whitespace in comments in src/console.c (Chris Lalancette),
        Fix up a stray whitespace in virHashGrow. (Chris Lalancette),
        Remove unsafe strncpy from esx_vmx.c (Chris Lalancette),
        Cleanup VIR_LOG_DEBUG parsing in eventtest (Amy Griffis),
        Tighten libvirt's parsing of logging env (Amy Griffis),
        Cleanup structure name naming (Matthias Bolte),
        Add proper OOM reporting for esxDomainGetOSType (Matthias Bolte)
      </li></ul>
D
Daniel Veillard 已提交
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548
        <h3>0.7.0: Aug  5 2009</h3>
        <ul><li>New features: Interface implementation based on netcf (Laine Stump,
      Daniel Veillard), Add new net filesystem glusterfs (Harshavardhana),
      Initial VMWare ESX driver (Matthias Bolte), Add support for VBox
      3 and event callbacks on vbox (Pritesh Kothari), First version
      of the Power Hypervisor driver (Eduardo Otubo), Run QEMU guests
      as an unprivileged user (Daniel P. Berrange), Support cgroups
      in QEMU driver (Daniel P. Berrange), QEmu hotplug NIC support
      (Mark McLoughlin), Storage cloning for LVM and Disk backends(Cole
      Robinson), Switching to GIT (Jim Meyering)</li><li>Documentation: Typo and comment fixes (Aron Griffis),
      Fix virCapabilitiesDefaultGuestMachine documentation. (Chris
      Lalancette), ESX Scheduler documentation and cleanup (Matthias
      Bolte), Update the java bindings page (Bryan Kearney), Added
      Matthias Bolte to AUTHORS list (Daniel Veillard), doc: clone+build
      instructions (Jim Meyering), docs: say that the old repository
      is deprecated... (Jim Meyering), document tcp listen and raw
      wire option (Guido Gnther), Fix docs and code disagreements
      for character devices. (Cole Robinson), Fix documentation of
      virStoragePoolUndefine return (Thomas Treutner), Fix gitweb link on
      download page. (Cole Robinson), update download informations after
      switch to git (Daniel Veillard), Update links to bugzilla (Garry
      Dolley), Update the links for RHEL libvirt bugzillas (Garry Dolley)</li><li>Portability: Xen Inotify support needs sys/inotify.h
      (Maximilian Wilhelm), Workaround for broken GCC in Debian Etch
      (Maximilian Wilhelm), LXC driver requires sched.h and unshare()
      (Maximilian Wilhelm), Configure UML support only if sys/inotify.h
      present (Maximilian Wilhelm), Fix libcurl automatic check and ESX
      status (Maximilian Wilhelm), Enable ESX driver build on Mingw32
      (Daniel P. Berrange), Fix build on mingw32 by disabling netcf
      (Daniel P. Berrange), Reduce glusterfs dependency to 2.0.1
      (Mark McLoughlin), Desactivate phyp build and indicate libssh
      builreq (Daniel Veillard), Fix misc Win32 compile warnings
      (Daniel P. Berrange), Rename variable for compilation in Mingw32
      (end) (Laine Stump), Rename variable for compilation in Mingw32
      (Laine Stump), rpm spec cleanup and split off client only package
      (Daniel Veillard)</li><li>Bug fixes: Add uniqueness checking for LXC define/create methods
      (Daniel P. Berrange), Fix removal of transient VMs when LXC aborts
      (Daniel P. Berrange), Don't try to activate cgroups if not present
      for LXC (Daniel P. Berrange), Refresh /etc/xen if inotify wasn't
      (Cole Robinson), Don't loose id on xen domain redefine (Cole
      Robinson), Fix memory leak in openvz driver (Daniel P. Berrange),
      Protected against potential crash scenarios (Daniel P. Berrange),
      Fix crash when attempting to shutdown inactive QEMU vm (Daniel
      P. Berrange), Fix PCIe FLR detection (Mark McLoughlin), Set perms
      on /var/lib/libvirt/images to 0711 (Mark McLoughlin), Fix problem
      writing QEMU pidfile (Daniel P. Berrange), Fix vcpupin on Xen
      problem (Henrik Persson), Fix RPM upgrades from F11 to F12 (Daniel
      P. Berrange), Fix deadlock in remote driver domain events (Daniel
      P. Berrange), qemu: fix monitor socket reconnection (Ryota Ozaki),
      Fix polkit/netcf disabling on older fedoras (Mark McLoughlin),
      Fix crashes in Xen capabilities code (Daniel P. Berrange),
      Always add -no-kvm and -no-kqemu, for qemu domains (Jim Paris),
      Avoid raising an internal error (Paolo Bonzini), Don't allow NULL
      paths for BlockStats and InterfaceStats (Cole Robinson), Don't
      leak vm-monitorpath on re-connect (Mark McLoughlin), Don't restore
      labels on shared/readonly disks (Daniel P. Berrange), Ensure spawned
      children have a stderr/out set to /dev/null if requested (Daniel
      P. Berrange), Ensure test:/// URIs get routed to the non-privileged
      libvirtd (Daniel P. Berrange), fix another failing "make distcheck"
      (qemuhelptest) (Jim Meyering), Fix an uninitialized variable
      in Unix socket open (Jun Koi), Fix configure flags in spec file
      (Daniel Veillard), Fix error reporting for security driver over
      remote protocol (Daniel P. Berrange), fix failing "make distcheck"
      (Jim Meyering), Fix free of unitialized data upon PCI open fail
      (Daniel P. Berrange), Fix informations about previous git server
      (Daniel Veillard), Fix memory leaks in esxDomainDumpXML (Matthias
      Bolte), Fix multiple memory leaks in virsh (Laine Stump), Fix PCI
      device hotplug/unplug with newer QEMU (Daniel P. Berrange), Fix
      problem with QEMU monitor welcome prompt confusing libvirt after a
      libvirtd daemon restart with active guests (Daniel P. Berrange),
      Fix python examples to use read-write conn (Dan Kenigsberg), Fix
      reconnect bug for VBox (Pritesh Kothari), Fix SELinux denial during
      hotplug (Daniel P. Berrange), Fix typo in check for glusterfs format
      pools (Daniel P. Berrange), Fix typo in storage cloning (Daniel
      P. Berrange), qemu: Check driver is initialized up front, to avoid
      segfault. (Cole Robinson), qemu: Try multiple times to open unix
      monitor socket (Cole Robinson), Release conn lock before reporting
      errors (end) (Laine Stump), Release conn lock before reporting
      interface errors (Laine Stump), Remove the network backend if NIC
      hotplug fails (Mark McLoughlin), Set specific flags for glusterfs
      fs mounts (Harshavardhana), storage: disk: Default to 'ext2' for
      new volumes. (Cole Robinson), storage: disk: Fix parthelper '-g'
      option handling. (Cole Robinson), storage: disk: Fix segfault
      creating volume without target path (Cole Robinson), storage:
      Fix deadlock when cloning across pools. (Cole Robinson), Update
      modified mac address in place in virGetInterface (Laine Stump)</li><li>Improvements: Add an allocation unit when calling qemu-img
      (Ryota Ozaki), Improve diagnostics when pidfile writing fails
      (Daniel P. Berrange), Disable IPv6 on virtual networks (Daniel
      P. Berrange), Allow dnsmasq to provide DNS without DHCP (Daniel
      P. Berrange), Fix an initialization problem in previous patch
      (Aron Griffis), Remove MAX_TAP_ID and let kernel do numbering
      (Aron Griffis), Kernel command line support for UML (Ron Yorston),
      Activate the interface drivers, and cleanups (Daniel Veillard),
      Add an error code for conflicting mac addresses (Laine Stump),
      Add a test interface driver (Laine Stump), Add canonical machine
      name to capabilities output (Mark McLoughlin), add cd and pwd
      commands to virsh (Paolo Bonzini), Add checks for some NIC hotplug
      related features added in qemu-0.10.0 (Mark McLoughlin), Add
      domain autostart for LXC driver (Daniel P. Berrange), Add domain
      events support to LXC driver (Daniel P. Berrange), Add interface
      object list manipulation functions (Laine Stump), Add internal XML
      parsing/formatting flag (Mark McLoughlin), Add netcf XML schemas
      and test data (Daniel Veillard), Add new net filesystem glusterfs
      (Harshavardhana), Add NIC and hostnet names to domain state XML
      (Mark McLoughlin), Add no_verify query parameter to ESX URIs
      (Matthias Bolte), Add SCM_RIGHTS support to QEMU monitor code
      (Mark McLoughlin), Add support for attaching network/bridge NICs
      in QEMU driver (Mark McLoughlin), add support for netcf XML import
      and export (Daniel Veillard), Add support for network device detach
      (Mark McLoughlin), Add support for physical memory access for QEmu
      (Nguyen Anh Quynh), Add support for VBox 3 and event callbacks on
      vbox (Pritesh Kothari), Add the monitor type to the domain state
      XML (Mark McLoughlin), Add virCapsGuestMachine structure (Mark
      McLoughlin), Add virsh commands for network interface management
      (Laine Stump), Allow autostart of libvirtd to be disabled with
      LIBVIRT_AUTOSTART=0 (Daniel P. Berrange), Allow leading dots in VMX
      config entry names (Matthias Bolte), Assign names to qemu NICs and
      network backends (Mark McLoughlin), Basic qemu NIC hotplug support
      (Mark McLoughlin), build: adjust aclocal's search patch to prefer
      gnulib's m4 files. (Jim Meyering), build: automatically rerun
      ./bootstrap when needed (Jim Meyering), build: make autogen.sh use
      autoreconf -if (Jim Meyering), build: submodule machinery now works
      also when no tag is reachable (Jim Meyering), Canonicalize qemu
      machine types (Mark McLoughlin), Change code generator to give async
      event messages their own postfix (Daniel P. Berrange), Change the
      way client event loop watches are managed (Daniel P. Berrange),
      Decode incoming request header before invoking dispatch code
      (Daniel P. Berrange), Define an API for registering incoming message
      dispatch filters (Daniel P. Berrange), ESX driver accept VI API
      version 4.0 (Matthias Bolte), Fill in vCPU - pCPU current mapping,
      and vCPU cpuTime for QEMU (Daniel P. Berrange), generate ChangeLog
      from git logs into distribution tarball (Jim Meyering), Implement
      qemu dump capabilities (Paolo Bonzini), Implement schedular
      tunables API using cgroups (Daniel P. Berrange), Implement the
      new virinterface functions (Laine Stump), Make cgroups a little
      more efficient (Daniel P. Berrange), Make it easier to debug tests
      running programs (Daniel P. Berrange), Make qemuBuildHostNetStr()
      take tapfd as a string (Mark McLoughlin), Make QEMU cgroups use
      configurable (Daniel P. Berrange), Make qemuCmdFlags available in
      qemudDomainAttachDevice() (Mark McLoughlin), Move queuing of RPC
      replies into dispatch code (Daniel P. Berrange), Move vnet_hdr logic
      into qemudNetworkIfaceConnect() and export it (Mark McLoughlin),
      Netcf based interface driver implementation (Laine Stump), netcf
      XML validation and input and output tests (Daniel Veillard), Only
      probe qemu for machine types when binary changes (Mark McLoughlin),
      Place every QEMU guest in a private cgroup (Daniel P. Berrange),
      Probe for QEMU machine types (Mark McLoughlin), Probe QEMU directly
      for machine aliases if not found in capabilties (Mark McLoughlin),
      Public API for new virInterface functions (Laine Stump), python:
      Raise exceptions if virDomain*Stats fail. (Cole Robinson), Refactor
      cgroups to allow a group per driver to be managed directly (Daniel
      P. Berrange), Re-factor pci_add reply parsing and parse domain/bus
      numbers (Mark McLoughlin), Retain disk PCI address across libvirtd
      restarts (Mark McLoughlin), Retain PCI address from NIC attach
      (Mark McLoughlin), Run QEMU guests as an unprivileged user (Daniel
      P. Berrange), Separate code for encoding outgoing remote message
      headers (Daniel P. Berrange), Split generic RPC message dispatch
      code out from remote protocol API handlers (Daniel P. Berrange),
      Split out code for handling incoming method call messages
      (Daniel P. Berrange), storage: Break out actual raw cloning to
      separate function. (Cole Robinson), storage: cleanup: do away with
      'createFile' (Cole Robinson), storage: disk: Use capacity, not
      allocation, when creating volume. (Cole Robinson), storage: Don't
      try sparse detection if writing to block device. (Cole Robinson),
      storage: Implement 'CreateBlockFrom' helper. (Cole Robinson),
      storage: Implement CreateVolFrom for logical and disk backend. (Cole
      Robinson), storage: Move most of the FS creation functions to
      common backend. (Cole Robinson), storage: Refactor FS backend
      'create' function choosing. (Cole Robinson), Store the interface
      vlan number in the domain state (Mark McLoughlin), Support video
      element for QEMU guests (Daniel P. Berrange), Support video tag
      for defining VGA card properties (Daniel P. Berrange), Switch to
      using a unix socket for the qemu monitor (Mark McLoughlin), test:
      Generate net interface names when assigning XML. (Cole Robinson),
      test: Implement BlockStats and InterfaceStats (Cole Robinson),
      Use cgroups for block device whitelisting in QEMU guests (Daniel
      P. Berrange), Use enums for cgroup controller types / labels
      (Daniel P. Berrange), Use sendmsg() on QEMU monitor socket (Mark
      McLoughlin), Use virDomainChrTypeFromString() instead of open
      coding (Mark McLoughlin), Use virFileReadAll/virFileWriteStr for
      key cgroup read/write helpers (Daniel P. Berrange), virGetinterface
      matching of MAC and interface name (Laine Stump)</li><li>Cleanups: Fix configure checks from previous commits (Daniel
      P. Berrange), Avoid a warning if compiling without inotify
      (Daniel P. Berrange), Remove a stray semicolon (Daniel Veillard),
      Extend the ESX URL to habdle ports and GSX (Matthias Bolte), Fix
      escaping of 8-bit high characters (Daniel P. Berrange), , Remove
      ATTRIBUTE_UNUSED from flags to qemudDomainMigratePerform. (Chris
      Lalancette), Add a comment about setting errors after
      qemudStartVMDaemon(). (Chris Lalancette), Fix an erroneous
      debug error to KVM; it should read QEMU/KVM. (Chris Lalancette),
      Remove a stray semicolon in qemudDomainMigratePrepare2. (Chris
      Lalancette), Convert a few stray users of free() in libvirt.c
      to VIR_FREE(). (Chris Lalancette), Use virGetHostname instead
      of gethostname. (Chris Lalancette), Fix up a minor indentation
      issue with virDomainMigratePrepare. (Chris Lalancette), Fix up a
      silly typo in apibuild.py. (Chris Lalancette), Avoid warning when
      compiling without IFF_VNET_HDR (Maximilian Wilhelm), Capilize
      libvirt-client summary (Mark McLoughlin), Move ldconfig calls
      to libvirt-client %post/%postun (Mark McLoughlin), Convert NEWS
      to UTF-8 (Mark McLoughlin), Fix trailing whitespace in NEWS
      (Mark McLoughlin), No need to build require both python-devel
      and python (Mark McLoughlin), Remove executable perms from
      /etc/sysconfig/libvirtd (Mark McLoughlin), Use a %postun -p for
      one line scriptlet (Mark McLoughlin), Don't explicitly require
      libxml2 (Mark McLoughlin), Fix some unowned directories (Mark
      McLoughlin), Kill qemu BuildRequires (Mark McLoughlin), Enable
      netcf by default (Mark McLoughlin), Default to with_polkit
      (Mark McLoughlin), Make vbox support configurable (Mark
      McLoughlin), Build with --without-capng if capng is disabled
      (Mark McLoughlin), BuildRequires libcap-ng-devel not capng-devel
      (Mark McLoughlin), Drop curl host check when using ESX without
      check (Shahar Klein), Fix typo in xen capabilities code (Daniel
      P. Berrange), Add bare format string to printf-derivatives troubles
      (Laine Stump), Add phyp files to POTFILES, to make syntax-check
      happy. (Cole Robinson), avoid a make distcheck failure: distribute
      docs/schemas/interface.rng (Jim Meyering), avoid a make distcheck
      failure: distribute tests/interfaceschemadata/ (Jim Meyering), avoid
      a "make syntax-check" failure (Jim Meyering), build: do not emit
      a trailing blank line into VC'd file, NEWS (Jim Meyering), build:
      update from gnulib, for latest maint.mk (Jim Meyering), Clean up
      error handling in qemudDomainAttachNetDevice() (Mark McLoughlin),
      Cleanup qemu binary detection logic in qemudCapsInitGuest() (Mark
      McLoughlin), Commit newly generated docs, after changes from
      commit 2348cf. (Cole Robinson), Factor qemuBuildHostNetStr()
      out from qemuBuildCommandLine() (Mark McLoughlin), Factor
      qemuBuildNicStr() out from qemuBuildCommandLine() (Mark McLoughlin),
      Factor qemudMonitorSend() out of qemudMonitorCommandExtra() (Mark
      McLoughlin), Fix cgroup compile warnings (Daniel P. Berrange),
      Fix misc build problems due to new drivers (Daniel P. Berrange),
      Fix wierd build problems due to autopoint overwriting gnulib m4
      (Daniel P. Berrange), Makefile.cfg: Rename to... (Jim Meyering),
      make .gnulib a submodule (Jim Meyering), make "make syntax-check"
      consistent with "git diff --check" (Jim Meyering), Minor qemu
      monitor coding style fixes (Mark McLoughlin), Prepare to use
      maint.mk from gnulib (Jim Meyering), Refactor incoming message
      handling to prepare for data stream support (Daniel P. Berrange),
      Refactor message sending to allow code reuse for data streams
      (Daniel P. Berrange), remove all .cvsignore files (Jim Meyering),
      remove all trailing blank lines (Jim Meyering), Remove some unused
      variables and cut long lines (Daniel Veillard), Remove trailing
      blank lines (Daniel Veillard), Rename a bunch of internal methods
      to clarify their meaning (Daniel P. Berrange), Rename 'direction'
      to 'type' in remote_message_header (Daniel P. Berrange), Report
      the object name on lookup error (Daniel Veillard), Simplify remote
      driver error reporting (Daniel P. Berrange), skip some of gnulib's
      new rules (Jim Meyering), use automake-1.11's silent-rules
      option, when possible (Jim Meyering), use gnumakefile and
      maintainer-makefile modules from gnulib (Jim Meyering)</li></ul>
D
Daniel Veillard 已提交
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597
        <h3>0.6.5: Jul  3 2009</h3>
        <ul><li>New features: create storage columes on disk backend (Henrik Persson),
          drop of capabilities based on libcap-ng when possible (Daniel
          Berrange)</li><li>Portability: fix build on non-Linux targets (Daniel Berrange)</li><li>Documentation: typo and english fixes (Runa Bhattacharjee and
          Garry Dolley), Docs on extending APIs (Dave Allan), cleanup
          of debug and logging documentation (Amy Griffis), add
          HACKING doc to the website (Daniel Berrange),
          documentation for OpenNebula driver (Abel Miguez Rodriguez)</li><li>Bug fixes: forbid autostart on transcient networks,
          xen device removal crash (Daniel Berrange), re-detection of
          transient VMs after libvirtd restart(Daniel Berrange),
          bug in virFindFileInPath (Daniel Berrange), handle new
          availheap sysctl in Xen (Daniel Berrange), allow USB hostdev
          product 0 (Cole Robinson), cleanup when creating a storage pool
          fails (Henrik Persson), domain id fix on redefinition in
          test driver (Cole Robinson), fix raw storage allocation (Cole
          Robinson), memory reporting for inactive qemu drivers (Cole
          Robinson), segfault if storage pool has no type attribute (Cole
          Robinson), OpenNebula compilation issues (Javier Fontan),
          dominfo command without security driver (Daniel Berrange),
          domain state problems after migration or destroy (Federico
          Simoncelli), leak in node device parsing (Dave Allan),
          storage pool definitions reading at startup (Cole Robinson),
          bogus WWN in NPIV support (David Allan), avoid a segfault with
          recent Xen (Sascha), cope with libnuma failures on weird
          topologies (Dan Berrange), crash in QEMU driver with bad capabilities
          data (Dan Berrange), trying to re-create a pool should not destroy
          it (Dave Allan), endless loop in node device XML dump (Cole Robinson),
          Re-label shared and readonly images (Dan Berrange)</li><li>Improvements: create and destroy NPIV support (David Allan),
          networking in UML driver (Daniel Berrange), HAL driver restart
          thread safety (Daniel Berrange), capabilities and nodeinfo
          APIs for LXC (Daniel Berrange), iNUMA API for VBox (Daniel Berrange),
          dynamically search and use kvm-img qemu-img or qcow-create (Doug
          Goldstein), fix qemu and kvm version parsing (Mark McLoughlin),
          serial number for HAL storage (Dave Allan), improve error reporting
          for virConnectOpen URIs (Daniel Berrange), include OS driver name
          in device XML (Daniel Berrange), fix qemu command flags fetching
          (Cole Robinson), check that qemu support -drive format= (Cole
          Robinson), improve emulator detection (Cole Robinson), changes
          to config parser to accomodate VMX syntax (Matthias Bolte),
          update network schemas and driver for missing elements (Satoru SATOH),
          avoid changing file context if not needed (Tim Waugh),
          skip labelling if no src path (Cole Robinson), add arm emulation
          if qemu-system-arm is present (C.J. Adams-Collier)</li><li>Cleanups: daemon check logging env variables (Daniel Berrange),
          User Mode Linux start and stop cleanups (Daniel Berrange),
          share the NUMA api implementations (Daniel Berrange), storage
          module dependancies (Dave Allan), refactor storage XML parsing
          (Cole Robinson), big cleanup of logging code (Amy Griffis),
          superfluous % on format (Matthias Bolte), cleanups and updates
          on OpenNebula driver (Daniel Berrange and Abel Miguez Rodriguez)</li></ul>
D
Daniel Veillard 已提交
598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
        <h3>0.6.4: May 29 2009</h3>
        <ul><li>New features: new API virStorageVolCreateXMLFrom (Cole Robinson),
          full VBox graphic capabilities (Pritesh Kothari), Interface config
          APIs (Laine Stump), APIs for domain XML conversions (Daniel
          Berrange), initial version of OpenNebula driver (Abel Miguez
          Rodriguez)</li><li>Portability: better compiler warning selection (Daniel Berrange),
          Win32 portability fixes (Daniel Berrange)</li><li>Documentation: documentation for &lt;sound&gt; device XML format (Cole
          Robinson), storage format documentation fixes (Ryota Ozaki),
          docs for XML conversion APIs (Daniel Berrange), inconsistencies
          in storage volume docs and schemas (Ryota Ozaki)</li><li>Bug fixes: fix hostdev managed handling (Mark McLoughlin),
          lxc_controller should not cash without args (Guido Gunther),
          bug fixes in I/O routines (Guido Gunther), fix migrationsave/restore
          for QEmu 0.10.0 (Daniel Berrange), avoid crash on VBox init
          (Guido Gunther), fix dev and cgroup init in LXC (Ryota Ozaki),
          QEmu startup fix (Cole Robinson), block node reboots from LXCs (Ryota
          Ozaki), QEmu argv detection fix for recent kvm (Daniel Berrange),
          fix watch/timer event deletion (Daniel Berrange), fix XML escaping
          bug, various locking bugs (Daniel Berrange), avoid a deadlock in
          HAL nodedev driver (Cole Robinson), detection of node device media
          insert/eject (Cole Robinson), broken networking with new QEMU/KVM
          &gt;= 86 (Daniel Berrange), various fixes in domain and network
          startup error report (Cole Robinson), double free on unexpected
          client disconnect (Daniel Berrange)</li><li>Improvements: cleanups and doc on virExec (Cole Robinson), error
          reporting in QEmu migrations (Cole Robinson), better path and driver
          detection in VBox (Pritesh Kothari), avoid caching QEMU driver
          capabilities(Cole Robinson), multiple graphics elements definitions
          (Pritesh Kothari), LSB init header init.d improvements (Frederik
          Himpe), special erro code for invalid operations (Daniel Berrange),
          dlopen error logging (Daniel Berrange), fix UUID and name uniqueness
          (Daniel Berrange), improvement on VBox initialization (Pritesh
          Kothari and Dan Berrange), "Host only" and "Internal" network in VBox
          (Pritesh Kothari), add utility virExecDaemonize (Cole Robinson),
          enable bridges without IP (Ludwig Nussel), 'make -s' silencing
          (Daniel Berrange), test case for exercising the event loop (Daniel
          Berrange), virsh commands vol-clone and vol-create-from (Cole
          Robinson), new xend don't use [] around cpumaps (Tatsuro Enokura),
          add the CIL mutex lock checker (Daniel Berrange), fix some LXC
          error code (Amy Griffis), virInterface python bindings (Daniel
          Berrange), fix to the example code for event handling (Pritesh
          Kothari), always add location informations to logging (Daniel
          Berrange), python domain events example and binding (Daniel
          Berrange), PPC Qemu Machine Type update (Thomas Baker)</li><li>Cleanups: strings bug in virsh (Daniel Berrange), various cleanups
          in storage code (Cole Robinson), rpm spec cleanups, destructors
          data cleanups (Laine Stump), some QEmu code refactoring (Daniel
          Berrange), avoid dependancy on libcap (Daniel Berrange), python
          import cleanup (Cole Robinson), virAsprintf based cleanups in
          storage code (Cole Robinson), fix some direct stderr logging,
          OpenNebula driver cleanups (Daniel Berrange)</li></ul>
D
Daniel Veillard 已提交
646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662
        <h3>0.6.3: Apr 24 2009</h3>
        <ul><li>New features: VirtualBox driver support (Pritesh Kothari),
          virt-xml-validate new command (Daniel Berrange)</li><li>Portability: patch to build on Centos (Joseph Shraibman),
          build breakage (Anton Protopopov), </li><li>Documentation: Linux Containers documentation (Serge Hallyn),
          improvement and updates of architecture pages, fix
          virNodeGetFreeMemory documentation to reflect reality,
          man page cleanups (Daniel Berrange), man page typo
          (Robert P. J. Day), VirtualBox Documentation (Pritesh Kothari),
          </li><li>Bug fixes: veth off-by-one error (Dan Smith), vcpupin to inactive
          Xen crash (Takahashi Tomohiro), virsh ttyconsole return value,
          use format= not fmt= on QEmu commandline (Mark McLoughlin),
          use UUID for internal domain lookups (Daniel Berrange), remote
          domain ID related bugs (Daniel Berrange), QEmu pidfile handling
          bugs (Daniel Berrange), network config handling on old Xen (Daniel
          Berrange)</li><li>Improvements: add SCSI storage rescan (David Allan), rootless
          LXC containers support improvements (Serge Hallyn), getHostname
          support for LXC (Dan Smith), cleanup and logging output of some
663
          domain functions (Guido Gnther), drop pool lock when allocating
D
Daniel Veillard 已提交
664 665 666 667 668 669
          volumes (Cole Robinson), LXC handle kernel without CLONE_NEWUSER
          support (Serge Hallyn), cpu pinning on defined Xen domains (Takahashi
          Tomohiro), dynamic bridge names support (Soren Hansen), LXC use
          of private /dev/pts when available (Daniel Berrange),
          virNodeDeviceCreateXML and virNodeDeviceDestroy entry points
          (Dave Allan)</li><li>Cleanups: don't hardcode getgrnam_r buffer to 1024 bytes (Guido
670
          Gnther), qemudBuildCommandLine API cleanup (Daniel Berrange),
D
Daniel Veillard 已提交
671
          </li></ul>
D
Daniel Veillard 已提交
672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708
        <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>
709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725
        <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
          Morris and Dan Walsh)</li><li>Portability: non gcc toolchain (John Levon), gcc-4.4 warnings fixes
          (Mark McLoughlin), fix build without LXC and QEmu (Jim Meyering)</li><li>Documentation: man page bugzilla URL (Mark McLoughlin), typo
          in domain format (Jesse Farinacci), clock offset fix (Mark
          McLoughlin), hostdev description typo (Mark McLoughlin), static
          host IP (Charles Duffy), new example program (David Allan)</li><li>Bug fixes: NULL dereference in LXC (Jim Meyering), fix domain
          error reporting (John Levon), fix loop of libvirtd --timeout
          (Daniel Berrange), limit history to 500 to restrict virsh memory
          (Daniel Berrange), wrong lvm volume format check (Cole Robinson),
          I/O error in daemon and associated remote acces crash (Daniel
          Berrange), fix autostart of session daemon (Daniel Berrange),
          restart guest on qemu migration failures (Chris Lalancette),
          config parsing leaks (Ryota Ozaki), DBus multithreading activation
          to avoid crashes (Daniel Berrange), mark defined network descriptions
          as persistent (Cole Robinson), qemu+tls handshake negotiation hang
726
          (Chris Lalancette)</li><li>Improvements: don't hardcode ssh port (Guido Gnther), new test
727 728 729
          cases and testing infrastructure (Jim Meyering), improve the
          SExpr parser (John Levon), proper error reporting on xend
          shutdown command (John Levon), proper handling of errors when
730
          saving QEmu domains state (Guido Gnther), revamp of the internal
731 732
          error memory APIs (John Levon), better virsh error reporting (John
          Levon), more daemon options to allow running multiple daemons (Jim
733 734
          Meyering), error handling when creating a QEmu domain (Guido Gnther),
          fix timeouts in QEmu log reading (Guido Gnther), migration with
735 736 737 738 739 740 741 742 743 744 745 746
          xend 3.3 fixes (John Levon), virsh XML dump flags cleanup (Cole
          Robinson), fix build with loadable drivers (Maximilian Wilhelm),
          internal XML APIs to read long long and hexa values (Mark
          McLoughlin), function to parse node device XML descriptions and
          associated test (Mark McLoughlin), generate network bridge names if
          not provided (Cole Robinson), recognize ejectable media in hostdev
          hal driver (Cole Robinson), integration of sVirt (Daniel Berrange)</li><li>Cleanups: printf NULL string checks (John Levon), remove uses of
          strerror and use virStrerror (Jim Meyering), remove redundant NULL
          assignments (Jim Meyering), QEmu driver logging and exec cleanups
          (Jim Meyering), many error handling cleanups (Jim Meyering), XML
          module cleanups (Mark McLoughlin), compiler warning (Maximilian
          Wilhelm), daemon TCP listen cleanup (Cole Robinson), size_t type
747
          cleanup (Guido Gnther), parallel make fix (Michael Marineau),
748 749 750 751 752 753
          storage error diagnostic fix (Ryota Ozaki), remove redundant monitor
          watch variable (Cole Robinson), qemu AttachDevice error report
          improvement (Cole Robinson), virsh output cleanup (Jim Meyering),
          various tests cleanups and improvements (Jim Meyering), fix the
          internal export list with new APIs (Daniel Berrange), cleanups on
          new APIs for Node device (Daniel Berrange)</li></ul>
754 755 756
        <h3>0.6.0: Jan 31 2009</h3>
        <ul><li>New features: thread safety of the API and event handling (Daniel
          Berrange), allow QEmu domains to survive daemon restart (Guido
757
          Gnther), extended logging capabilities, support copy-on-write
758 759 760 761 762 763 764 765 766
          storage volumes (Daniel Berrange), support of storage cache
          control options for QEmu/KVM (Daniel Berrange)</li><li>Portability: fix old DBus API problem, Debian portability fix
          (Daniel Berrange), fix distcheck (Jim Meyering), build in
          debug mode (Jim Meyering), libnuma API portability (Jim Meyering),
          many portability fixes pointed by Solaris (John Levon), non-gcc
          portability fixes (John Levon), various include fixes (Jim Meyering),
          various Windows and Mingw portability fixes (Daniel Berrange),
          solaris Xen fixes (John Levon), RPC portability to Solaris (Daniel
          Berrange)</li><li>Documentation: typo fixes (Richard Jones), logging support,
767
          vnc keymap attributes (Guido Gnther), HACKING file updates
768 769 770 771
         (Jim Meyering), new PCI passthrough format, libvirt-qpid and
         UML driver documentation (Daniel Berrange), provide RNG schemas
         for all XML formats used in libvirt APIs (Daniel Berrange), </li><li>Bug fixes: segfault on virtual network without bridge name (Cole
          Robinson), various locking fixes (Cole Robinson), fix serial
772
          and parallel devices on tcp/unix/telnet (Guido Gnther), leak
773 774 775 776 777 778 779 780 781 782 783 784 785 786
          in daemon (Jim Meyering), storage driver segfault (Miloslav TrmaC),
          missing check in read-only connections (Daniel Berrange),
          OpenVZ crash and mutex fixes (Anton Protopopov), couple of
          daemon bug fixes (John Levon), OpenVZ MAC addresses generation
          (Evgeniy Sokolov), poll call initialization fix (Daniel Berrange),
          various Xen driver fixes (John Levon), segfault on device
          back compat (Cole Robinson), couple Xen bug fixes coming from
          RHEL (Markus Armbruster), buffer overflow in libvirt proxy
          (rasputin@email.ru), vnc port report (John Levon), repair save
          and restore on recent KVM versions (Daniel Berrange), Xen
          cpu pinning XML fix (John Levon), various xen driver fixes
          (Daniel Berrange), some memory leak fixes (Daniel Berrange)</li><li>Improvements: driver infrastructure and locking (Daniel Berrange),
          Test driver infrastructure (Daniel Berrange), parallelism in the
          daemon and associated config (Daniel Berrange), virsh help cleanups
787
          (Jim Meyering), logrotate daemon logs (Guido Gnther), more
788 789 790
          regression tests (Jim Meyering), QEmu SDL graphics (Itamar Heim),
          add --version flag to daemon (Dave Allan), memory consumption
          cleanup (Dave Allan), QEmu pid file and XML states for daemon
791
          restart (Guido Gnther), gnulib updates (Jim Meyering and
792 793 794
          Dan Berrange), PCI passthrough for KVM (Jason Krieg), generic
          internal thread API (Daniel Berrange), RHEL-5 specific Xen
          configure option and code (Markus Armbruster), save domain
795
          state as string in status file (Guido Gnther), add locking
796 797 798 799 800 801 802 803 804 805 806
          to all API entry points (Daniel Berrange), new ref counting APIs
          (Daniel Berrange), IP address for Xen bridges (John Levon),
          driver format for disk file types (Daniel Berrange), improve
          QEmu/KVM tun/tap performances (Mark McLoughlin), enable floppies
          for Xen fully virt (John Levon), support VNC password settings
          for QEmu/KVM (Daniel Berrange), qemu driver version reporting
          (Daniel Berrange) </li><li>Cleanups: converting linked lists to arrays (Daniel Berrange),
          daemon RPC handling refactoring (Daniel Berrange), strings cleanups
          (Jim Meyering), gethostby* cleanup and test (Jim Meyering), some
           code fixes (Dave Allan), various code cleanup (Jim Meyering),
           virsh argument handling cleanup (Jim Meyering), virAsprintf
807 808
           cleanup replacement (Guido Gnther), QEmu monitor reads (Cole
           Robinson), Makefile cleanups (Guido Gnther), Xen code cleanups
809 810 811
           (John Levon), revamp of ELF export scripts (John Levon), domain
           event callback args (John Levon), enforce use of pid_t (John Levon),
           virsh pool-*-as XML code merge (Cole Robinson), xgettext warnings
812
           (Jim Meyering), add virKillProcess (Guido Gnther), add
813
           virGetHostname (David Lutterkort), add flags argument to the full
814 815
           XML parsing stack (Guido Gnther), various daemon code cleanups
           (Guido Gnther), handling of daemon missing config file (Jim
816 817 818 819 820 821 822 823
           Meyering), rpcgen invocation cleanup (Richard Jones), devhelp
           builkd makefile cleanups (John Levon), update error handling for
           threading (Daniel Berrange), remove all non-rentrant POSIX calls
           usage (Daniel Berrange), many small cleanups (Jim Meyering and
           Daniel Berrange), examples Makefile generator (John Levon),
           mis-use of PF_UNIX as a protocol (John Levon), cleanup OOM
           error paths (Jim Meyering), temporary fix fro valgrind on lxc
           (Daniel Berrange), QEmu driver init cleanups (Daniel Berrange)</li></ul>
D
Daniel Veillard 已提交
824 825 826 827 828 829 830
        <h3>0.5.1: Dec  4 2008</h3>
        <ul><li>Portability: fix missing dep in spec file, fix compilation with new
          NUMA libraries (Daniel Berrange), udev compatibility for RHEL (Chris
          Lalancette), </li><li>Documentation: documentation copy and paste errors and typo (Cole
          Robinson)</li><li>Bug fixes: add a delay in storage backend for disks to show up
          (Chris Lalancette), fix parsing for CDRom device with no source
          (Daniel Berrange), use xenstore to list domains to avoid some
831
          bugs (Guido Gnther), remove a leak in xen inotify code (Daniel
D
Daniel Veillard 已提交
832 833 834 835 836 837
          Berrange), UML driver freeing of uninitialialized variable (Ron
          Yorston), fix UML inotify code (Daniel Berrange), crash when
          adding storage without a format (Cole Robinson)</li><li>Improvements: use xend preferably to hypervisor call to set Xen
          max memory (Jim Fehlig), allow remote://hostname/ URI for automatic
          probe of hypervisors (Daniel Berrange), fix daemon configuration
          regression testing (Jim Meyering ), check /usr/bin/kvm for QEmu
838 839
          driver init (Guido Gnther), proper active vs. inactive
          differentiation (Guido Gnther), improve MTU setting on tap
D
Daniel Veillard 已提交
840 841
          interfaces (Eduardo Habkost), increase timeout for initial QEmu
          monitor poll (Cole Robinson)</li><li>Cleanups:fix improper initialisations (Jim Meyering)</li></ul>
D
Daniel Veillard 已提交
842
        <h3>0.5.0: Nov 25 2008</h3>
843
        <ul><li>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), </li><li>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), </li><li>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), </li><li>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 Gnther), 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),</li><li>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 Gnther), qemudDomainBlockStats improvement (Guido Gnther), scsi/virtio hotplug support for KVM (Guido Gnther), USB hot addition in QEmu (Guido Gnther), 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 Gnther), 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)</li><li>Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Gnther), 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),</li></ul>
844
        <h3>0.4.6: Sep 23 2008</h3>
845 846 847 848 849
        <ul><li>Documentation: fix some comments in API (Anton Protopopov),
          cleanup and extension of bindings and windows pages (Richard Jones)</li><li>Portability: missing include file (Richard Jones)</li><li>Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson),
          reading vncdisplay from xend domain (Cole Robinson), segfault in
          OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source
          (Chris Lalancette and Daniel Berrange)</li><li>Improvements: add storage disk volume delete (Cole Robinson),
850
          KVM dynamic max CPU detection (Guido Gnther), spec file improvement
851 852 853 854 855 856
          for minimal builds (Ben Guthro), improved error message in XM
          configuration module (Richard Jones), network config in OpenVZ
          support (Evgeniy Sokolov), enable stopping a pool in logical
          storage backend and cleanup deletion of pool (Chris Lalancette)</li><li>Cleanups: deadcode removal (Nguyen Anh Quynh), fix one test
          case (Daniel Berrange), various strings and space cleanups (Daniel
          Berrange), structure initialization cleanup (Chris Lalancette)</li></ul>
857 858 859 860 861
        <h3>0.4.5: Sep 8 2008</h3>
        <ul><li>New features: NETNS support for Linux containers (Dan Smith),
          unified XML domain and network parsing for all drivers (Daniel
          Berrange), OpenVZ features improvements (Evgeniy Sokolov),
          OpenVZ and Linux containers support now default, USB device
862
          passthrough for QEmu/KVM (Guido Gnther), storage pool source
863 864 865 866 867 868 869
          discovery (David Lively)</li><li>Portability: fixes for MinGW (Atsushi SAKAI and Daniel Berrange),
          detection of xen lib improvement (David Lively),
          storage backend portability for SLES (David Lively),
          fix make distclean and distcheck (Jim Meyering),
          fix build failures on RHEL4, lot of MinGW portability fixes (Atsushi
          SAKAI and Daniel Berrange), HTML generation fix, -lpthread explicit
          linking when needed (Jim Meyering)</li><li>Documentation: various typo fixes (Anton Protopopov, Toth
870
          Istvn, Atsushi SAKAI, Nguyen Anh Quynh),
871
          Java bindings docs, remove Xen centric
872
          comments (Guido Gnther), various typo in comments (Chris
873 874 875 876 877 878 879 880
          Lalancette), docs and API comments fixes (Charles Duffy),
          how to contribute to open source link (Richard Jones),
          memory unit fixups (matthew chan)</li><li>Bug fixes: memory leaks and testing for OOM (Daniel Berrange),
          do_open driver bug(Evgeniy Sokolov), don't use polkit auth when
          running as non-root (Daniel Berrange), boot of CDRom devices
          in QEmu/KVM (Daniel Berrange), fix OpenVZ probe function (Evgeniy
          Sokolov), ID related lookup fixes in OpenVZ (Evgeniy Sokolov),
          pool cration for netfs (Cole Robinson), check for migrate support
881 882 883
          with QEmu (Guido Gnther), check against double create with QEmu
          (Guido Gnther), broken open failure detection in QEmu (Guido
          Gnther), UUID string conversions in QEmu (Guido Gnther),
884 885 886 887
          various small cleanup and bug fixes (Daniel Berrange), ID
          related fixes in the test driver (Daniel Berrange), better error
          reporting on XML parsing (Daniel Berrange), empty CD-ROM source
          device section (Chris Lalancette), avoid crashes for interface
888
          without a name in QEmu (Guido Gnther), provide the real
889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
          vncport (Charles Duffy), fix forward delay (Daniel Berrange),
          new VM state is initialized to be SHUTOFF (Daniel Berrange),
          virsh attach-disk bug fixes (Chris Lalancette), veth clash
          of device names (Dan Smith), connection lookup fixes on
          storage creation (Cole Robinson), parted call fix (Cole Robinson),
          use "server" option when using serial/telnet with QEmu (Mark
          McLoughlin), duplicate virInitialize calls (Nguyen Anh Quynh),
          many fixes to virExec and related functions (Daniel Berrange),
          size of disk without partitions (Cole Robinson), creating and
          cleaning up logical volumes with target path (Cole Robinson),
          fix reporting of virConnectOpen problems (Daniel Berrange),
          veth cleanup at shutdown (Dan Smith), lookup of Xen VMs after define
          (Cole Robinson), fix emulator reported capabilities (Cole Robinson),
          avoid segfault on KVM CD eject (Cole Robinson), fix disk ordering
          and avoid duplicate in QEmu XML parsing (Cole Robinson), update
          domain XML after device hotplug (Cole Robinson), use poweroff instead
          of halt when shutting down a Xen domain (John Levon), don't dump core
          of Xen domain live by default (John Levon), vgcreate command line
          size bug (Jim Fehlig),  signed/unsigned issue in probing file
          (Cole Robinson), Fix Xen domains without PVFB console (Daniel
          Berrange), OpenVZ config read bug fix (Evgeniy Sokolov).
          </li><li>Improvements: improved failure diagnostic for TAP (Jim Meyering),
          better exec and error diagnostic for OpenVZ commands (Evgeniy
          Sokolov), OpenVZ auto start and stop of domains (Evgeniy Sokolov),
          OpenVZ domain cpu time consumption (Evgeniy Sokolov), virsh
          shutdown improvements and test (Jim Meyering), better report of
          XML well formedness errors (Richard Jones), new XML elements
          (Daniel Berrange), virsh "edit" command (Richard Jones), save
          UUID of OpenVZ domains (Evgeniy Sokolov), improve xen blocks
          statistics (Chris Lalancette), gnulib updates (Jim Meyering),
919
          allow to add disk as USB devices (Guido Gnther), LXC container
920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943
          process should survive libvirtd restarts (Daniel Berrange), allow
          to define static host domain configs, number of CPU used by
          OpenVZ domains (Evgeniy Sokolov), private root fs for LXC (Daniel
          Berrange), storage source information in storage pools (David Lively),
          virsh reports attach and detach success (Cole Robinson), detect
          failure in QEmu eject command (Cole Robinson), add support for
          eect on floppy and SCSI cdroms for QEmu (Cole Robinson), LXC
          hypervisor version extraction (Dan Smith), Augeas config file support
          (Daniel Berrange), support for a domain name in network
          config (JJ Reynolds).</li><li>Cleanups: Python verbosity cleanup (Ryan Scott),
          space and tabs cleanups (Atsushi SAKAI), OpenVZ and LXC drivers
          cleanup and unification of XML handling (Daniel Berrange), updates
          to Relax-NG XML schemas (John Levon and Daniel Berrange), more
          printf format checkings (Jim Meyering), VIR_FREE related cleanups
          (Jim Meyering), integer string parsing cleanup (Evgeniy Sokolov),
          initial OpenVZ xml refactoring (Evgeniy Sokolov), better error
          message on domain redefine (Charles Duffy), check XML files against
          the RNG Schemas (Daniel Berrange), const-correctness in virsh
          (Richard Jones and Jim Meyering), const-correctness and cleanups
          in LXC and OpenVZ drivers (Daniel Berrange), virFileLinkPointsTo
          rewrite (Jim Meyering), cleanup of the conditional compilation
          of C files (Daniel Berrange), shell quoting fixes (Jim Meyering),
          parallel build support (James Morris and Jim Meyering), new
          convenenience virFileReadLimFD function (Jim Meyering).  </li></ul>
944 945 946 947 948 949 950
        <h3>0.4.4: Jun 25 2008</h3>
        <ul><li>Bug fixes: QEmu network serialization (Kaitlin Rupert), internal
          memory allocation fixes (Chris Lalancette Jim Meyering), virsh
	  large file config problem (Jim Meyering), xen list APIs when
	  max is zero, string escape problems in the xm driver </li><li>Improvements: add autogen to tarballs, improve iSCSI support
          (Chris Lalancette), localization updates </li><li>Cleanups: const-ness fixed (Daniel P. Berrange), string helpers
          for enumeations (Daniel P. Berrange)</li></ul>
951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003
        <h3>0.4.3: Jun 12 2008</h3>
        <ul><li>New features: Linux Container start and stop (Dave Leskovec),
          Network interface model settings (Daniel Berrange),serial and parallel
	  device support for QEmu and Xen (Daniel Berrange),
          Sound support for QEmu and Xen (Cole Robinson), vCPU settings for
	  QEmu (Cole Robinson), support for NUMA and vCPU pinning in QEmu
	  (Daniel Berrange), new virDomainBlockPeek API (Richard Jones)</li><li>Documentation: coding guidelines (Jim Meyering and Richard Jones),
          small man page missing entries and cleanup,
	  Web site revamp (Daniel Berrange),
	  typo fixes (Atsushi SAKAI), more docs on network XML format
	  (Daniel Berrange), libvirt Wiki (Daniel Berrange),
	  policykit config docs (Cole Robinson), XML domain docs revamp
	  (Daniel Berrange), docs for remote listen-tls/tcp fixes (Kenneth
	  Nagin),  </li><li>Bug fixes: save change to config file for Xen (Ryan Scott),
          fix /var/run/libvirt/ group ownership (Anton Protopopov),
	  ancient libparted workaround (Soren Hansen), out of bount
	  array access (Daniel Berrange), remote check bug (Dave Leskovec),
	  LXC signal and daemon restart problems (Dave Leskovec), bus selection
	  logic fix in the daemon config (Daniel Berrange), 2 memory leaks
	  in the daemon (Jim Meyering), daemon pid file logic bug fix
	  (Daniel Berrange), python generator fixes (Daniel Berrange),
	  ivarious leaks and memory problem pointed by valgrind (Daniel
	  Berrange), iptables forwarding cleanup (Daniel Berrange),
	  Xen cpuset value checking (Hiroyuki Kaguchi), container process
	  checks for LXC (Dave Leskovec), let xend check block device syntax
	  (Hiroyuki Kaguchi), UUIDString for python fixes (Cole Robinson)</li><li>Improvements: fixes for MinGW compilation (Richard Jones),
          autostart for running Xen domains (Cole Robinson),
	  control of listening IP for daemon (Stefan de Konink),
	  various Xenner related fixes and improvements (Daniel Berrange)
	  autostart status printed in virsh domainfo (Shigeki Sakamoto),
	  better error messages for xend driver (Richard Jones)</li><li>Code cleanups: OpenVZ compilation (Richard Jones), conn dom and
          net fields deprecation in error structures (Richard Jones),
	  Xen-ism on UUID (Richard Jones), add missing .pod to dist (Richard
	  Jones), tab cleanup from sources (Jim Meyering), remove unused field
	  in virsh control structure (Richard Jones), compilation without
	  pthread.h (Jim Meyering), cleanup of tests (Daniel Berrange),
	  syntax-check improvements (Jim Meyering), python cleanup,
	  remove dependancy on libc is_* character tests (Jim Meyering),
	  format related cleanups (Jim Meyering), cleanup of the buffer
	  internal APIs (Daniel Berrange), conversion to the new memory
	  allocation API (Daniel Berrange), lcov coverage testing
	  (Daniel Berrange), gnulib updates (Jim Meyering), compatibility
	  fix with RHEL 5 (Daniel Berrange), SuSE compatibility fix (Jim
	  Fehlig), const'ification of a number of structures (Jim Meyering),
	  string comparison macro cleanups (Daniel Berrange), character
	  range testing cleanups and assorted bug fixes (Jim Meyering),
	  QEmu test fixes (Daniel Berrange), configure macro cleanup (Daniel
	  Berrange), refactor QEmu command line building code (Daniel Berrange),
	  type punning warning in remote code (Richard Jones), refactoring
	  of internal headers (Richard Jones), generic out of memory
	  testing and associated bug fixes (Daniel Berrange), don't raise
	  internal error for unsupported features (Kaitlin Rupert),
	  missing driver entry points (Daniel Berrange)</li></ul>
1004
        <h3>0.4.2: Apr 8 2008</h3>
1005 1006 1007
        <ul><li>New features: memory operation for QEmu/KVM driver (Cole Robinson),
      new routed networking schemas (Mads Olesen)</li><li>Documentation: storage documentation fixes (Atsushi Sakai), many
      typo cleanups (Atsushi Sakai), string fixes (Francesco Tombolini)</li><li>Bug fixes: pointer errors in qemu (Jim Meyering), iSCSI login fix
1008 1009 1010 1011 1012 1013 1014 1015 1016 1017
      (Chris Lalancette), well formedness error in test driver capabilities
      (Cole Robinson), fixes cleanup code when daemon exits (Daniel Berrange),
      CD Rom change on live QEmu/KVM domains (Cole Robinson), setting scheduler
      parameter is forbidden for read-only (Saori Fukuta)i, fixes for TAP
      devices (Daniel Berrange), assorted storage driver fixes (Daniel
      Berrange), Makefile fixes (Jim Meyering), Xen-3.2 hypercall fix,
      fix iptables rules to avoid blocking traffic within virtual network
      (Daniel Berrange), XML output fix for directory pools (Daniel Berrange),
      remove dandling domain/net/conn pointers from error data, do not
      ask polkit auth when root (Daniel Berrange), handling of fork and
1018
      pipe errors when starting the daemon (Richard Jones)</li><li>Improvements: better validation of MAC addresses (Jim Meyering and
1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032
      Hiroyuki Kaguchi),
      virsh vcpupin error report (Shigeki Sakamoto), keep boot tag on
      HVM domains (Cole Robinson), virsh non-root should not be limited to read
      only anymore (Daniel Berrange), switch to polkit-auth from polkit-grant
      (Daniel Berrange), better handling of missing SElinux data (Daniel
      Berrange and Jim Meyering), cleanup of the connection opening logic
      (Daniel Berrange), first bits of Linux Containers support (Dave Leskovec),
      scheduler API support via xend (Saori Fukuta), improvement of the
      testing framework and first tests (Jim Meyering), missing error
      messages from virsh parameters validation (Shigeki Sakamoto),
      improve support of older iscsiadm command (Chris Lalancette),
      move linux container support in the daemon (Dan Berrange), older
      awk implementation support (Mike Gerdts), NUMA support in test
      driver (Cole Robinson), xen and hvm added to test driver capabilities
1033
      (Cole Robinson)</li><li>Code cleanup: remove unused getopt header (Jim Meyering), mark more
1034
      strings as translatable (Guido Gnther and Jim Meyering), convert
1035
      error strings to something meaningful and translatable (Jim Meyering),
1036
      Linux Containers code cleanup, last error initializer (Guido Gnther)</li></ul>
1037
        <h3>0.4.1: Mar 3 2008</h3>
1038 1039
        <ul><li>New features: build on MacOSX (Richard Jones), storage management
      (Daniel Berrange), Xenner - Xen on KVM - support (Daniel Berrange)</li><li>Documentation: Fix of various typos (Atsushi SAKAI), memory and
D
Daniel Veillard 已提交
1040
      vcpu settings details (Richard Jones), ethernet bridging typo
1041
      (Maxwell Bottiger), add storage APIs documentation (Daniel Berrange)</li><li>Bug fixes: OpenVZ code compilation (Mikhail Pokidko), crash in
D
Daniel Veillard 已提交
1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053
      policykit auth handling (Daniel Berrange), large config files
      (Daniel Berrange), cpumap hypercall size (Saori Fukuta), crash
      in remote auth (Daniel Berrange), ssh args error (Daniel Berrange),
      preserve vif order from config files (Hiroyuki Kaguchi), invalid
      pointer access (Jim Meyering), virDomainGetXMLDesc flag handling,
      device name conversion on stats (Daniel Berrange), double mutex lock
      (Daniel Berrange), config file reading crashes (Guido Guenther),
      xenUnifiedDomainSuspend bug (Marcus Meissner), do not crash if
      /sys/hypervisor/capabilities is missing (Mark McLoughlin),
      virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for
      qemud signal pipe (Daniel Berrange), double free in OpenVZ
      (Anton Protopopov), handle mac without addresses (Shigeki Sakamoto),
D
Daniel Veillard 已提交
1054
      MAC addresses checks (Shigeki Sakamoto and Richard Jones),
1055
      allow to read non-seekable files (Jim Meyering)</li><li>Improvements: Windows build (Richard Jones), KVM/QEmu shutdown
D
Daniel Veillard 已提交
1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066
      (Guido Guenther), catch virExec output on debug (Mark McLoughlin),
      integration of iptables and lokkit (Mark McLoughlin), keymap
      parameter for VNC servers (Daniel Hokka Zakrisson), enable debug
      by default using VIR_DEBUG (Daniel Berrange), xen 3.2 fixes
      (Daniel Berrange), Python bindings for VCPU and scheduling
      (Daniel Berrange), framework for automatic code syntax checks
      (Jim Meyering), allow kernel+initrd setup in Xen PV (Daniel Berrange),
      allow change of Disk/NIC of an inactive domains (Shigeki Sakamoto),
      virsh commands to manipulate and create storage(Daniel Berrange),
      update use of PolicyKit APIs, better detection of fedault hypervisor,
      block device statistics for QEmu/KVM (Richard Jones), various improvements
1067
      for Xenner (Daniel Berrange)</li><li>Code cleanups: avoid warnings (Daniel Berrange), virRun helper
D
Daniel Veillard 已提交
1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084
      function (Dan Berrange), iptable code fixes (Mark McLoughlin),
      static and const cleanups (Jim Meyering), malloc and python cleanups
      (Jim Meyering), xstrtol_ull and xstrtol_ll functions (Daniel Berrange),
      remove no-op networking from OpenVZ (Daniel Berrange), python generator
      cleanups (Daniel Berrange), cleanup ref counting (Daniel Berrange),
      remove uninitialized warnings (Jim Meyering), cleanup configure
      for RHEL4 (Daniel Berrange), CR/LF cleanups (Richard Jones),
      various automatic code check and associated cleanups (Jim Meyering),
      various memory leaks (Jim Meyering), fix compilation when building
      without Xen (Guido Guenther), mark translatables strings (Jim Meyering),
      use virBufferAddLit for constant strings (Jim Meyering), fix
      make distcheck (Jim Meyering), return values for python bindings (Cole
      Robinson), trailing blanks fixes (Jim Meyering), gcc-4.3.0 fixes
      (Mark McLoughlin), use safe read and write routines (Jim Meyering),
      refactoring of code dealing with hypervisor capabilities (Daniel
      Berrange), qemudReportError to use virErrorMsg (Cole Robinson),
      intemediate library and Makefiles for compiling static and coverage
1085
      rule support (Jim Meyering), cleanup of various leaks (Jim Meyering)</li></ul>
1086
        <h3>0.4.0: Dec 18 2007</h3>
1087
        <ul><li>New features: Compilation on Windows cygwin/mingw (Richard Jones),
1088 1089
      Ruby bindings (David Lutterkort), SASL based authentication for
      libvirt remote support (Daniel Berrange), PolicyKit authentication
1090
      (Daniel Berrange)</li><li>Documentation: example files for QEMU and libvirtd configuations
1091 1092 1093 1094 1095 1096
      (Daniel Berrange), english cleanups (Jim Paris), CIM and OpenVZ
      references, document &lt;shareable/&gt;, 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)
1097
      </li><li>Bug fixes: NUMA topology error handling (Beth Kon), NUMA topology
1098 1099
      cells without CPU (Beth Kon), XML to/from XM bridge config (Daniel
      Berrange), XM processing of vnc parameters (Daniel Berrange), Reset
1100
      migration source after failure (Jim Paris), negative integer in config
1101 1102 1103
      (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
1104
      (Masayuki Sunou), off by one error in NUMA cpu count (Beth Kon),
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120
      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 '&lt;' (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)
1121
      </li><li>Improvements: /etc/libvirt/qemu.conf configuration for QEMU driver
1122 1123 1124 1125 1126
      (Daniel Berrange), NUMA cpu pinning in config files (DV and Saori Fukuta),
      CDRom media change in KVM/QEMU (Daniel Berrange), tests for
      &lt;shareable/&gt; 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
1127
      NUMA, add extra utility functions to buffer (Richard Jones),
1128
      separate qparams module for handling query parameters (Richard Jones)
1129
      </li><li>Code cleanups: remove virDomainRestart from API as it was never used
1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
      (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)
1149
      </li></ul>
1150
        <h3>0.3.3: Sep 30 2007</h3>
1151 1152
        <ul><li>New features: Avahi mDNS daemon export (Daniel Berrange),
      NUMA support (Beth Kan) </li><li>Documentation: cleanups (Toth Istvan), typos (Eduardo Pereira), </li><li>Bug fixes: memory corruption on large dumps (Masayuki Sunou), fix
1153 1154 1155 1156 1157
      virsh vncdisplay command exit (Masayuki Sunou), Fix network stats
      TX/RX result (Richard Jones), warning on Xen 3.0.3 (Richard Jones),
      missing buffer check in virDomainXMLDevID (Hugh Brock), avoid zombies
      when using remote (Daniel Berrange), xend connection error message
      (Richard Jones), avoid ssh tty prompt (Daniel Berrange), username
1158
      handling for remote URIs (Fabian Deutsch), fix potential crash
1159
      on multiple input XML tags (Daniel Berrange), Solaris Xen hypercalls
1160
      fixup (Mark Johnson)</li><li>Improvements: OpenVZ support (Shuveb Hussain and Anoop Cyriac),
1161 1162 1163 1164 1165 1166 1167 1168
      CD-Rom reload on XEn (Hugh Brock), PXE boot got QEmu/KVM (Daniel
      Berrange), QEmu socket permissions customization (Daniel Berrange),
      more QEmu support (Richard Jones), better path detection for qemu and
      dnsmasq (Richard Jones), QEmu flags are per-Domain (Daniel Berrange),
      virsh freecell command, Solaris portability fixes (Mark Johnson),
      default bootloader support (Daniel Berrange), new virNodeGetFreeMemory
      API, vncpasswd extraction in configuration files if secure (Mark
      Johnson and Daniel Berrange), Python bindings for block and interface
1169 1170
      statistics</li><li>Code cleanups: virDrvOpenRemoteFlags definition (Richard Jones),
      configure tests and output (Daniel Berrange)</li></ul>
1171
        <h3>0.3.2: Aug 21 2007</h3>
1172
        <ul><li>New features: KVM migration and save/restore (Jim Paris),
1173
      added API for migration (Richard Jones), added APIs for block device and
1174
      interface statistic (Richard Jones).</li><li>Documentation: examples for XML network APIs,
1175
      fix typo and schedinfo synopsis in man page (Atsushi SAKAI),
1176
      hypervisor support page update (Richard Jones).</li><li>Bug fixes: remove a couple of leaks in QEmu/KVM backend(Daniel berrange),
1177 1178 1179 1180 1181 1182
      fix GnuTLS 1.0 compatibility (Richard Jones), --config/-f option
      mistake for libvirtd (Richard Jones), remove leak in QEmu backend
      (Jim Paris), fix some QEmu communication bugs (Jim Paris), UUID
      lookup though proxy fix, setvcpus checking bugs (with Atsushi SAKAI),
      int checking in virsh parameters (with Masayuki Sunou), deny devices
      attach/detach for &lt; Xen 3.0.4 (Masayuki Sunou), XenStore query
1183
      memory leak (Masayuki Sunou), virsh schedinfo cleanup (Saori Fukuta).</li><li>Improvement: virsh new ttyconsole command, networking API implementation
1184 1185 1186 1187 1188 1189
      for test driver (Daniel berrange), qemu/kvm feature reporting of
      ACPI/APIC (David Lutterkort), checking of QEmu architectures (Daniel
      berrange), improve devices XML errors reporting (Masayuki Sunou),
      speedup of domain queries on Xen (Daniel berrange), augment XML dumps
      with interface devices names (Richard Jones), internal API to query
      drivers for features (Richard Jones).
1190
      </li><li>Cleanups: Improve virNodeGetInfo implentation (Daniel berrange),
1191
      general UUID code cleanup (Daniel berrange), fix API generator
1192
      file selection. </li></ul>
1193
        <h3>0.3.1: Jul 24 2007</h3>
1194
        <ul><li>Documentation: index to remote page, script to test certificates,
1195 1196
      IPv6 remote support docs (Daniel Berrange), document
      VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort),
1197
      Relax-NG early grammar for the network XML (David Lutterkort)</li><li>Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor
1198 1199 1200 1201 1202
      alignment call problems on PPC64 (Christian Ehrhardt), dead client
      registration in daemon event loop (Daniel Berrange), double free
      in error handling (Daniel Berrange), close on exec for log file
      descriptors in the daemon (Daniel Berrange), avoid caching problem
      in remote daemon (Daniel Berrange), avoid crash after QEmu domain
1203
      failure (Daniel Berrange)</li><li>Improvements: checks of x509 certificates and keys (Daniel Berrange),
1204 1205 1206 1207 1208 1209 1210
      error reports in the daemon (Daniel Berrange), checking of Ethernet MAC
      addresses in XML configs (Masayuki Sunou), support for a new
      clock switch between UTC and localtime (Daniel Berrange), early
      version of OpenVZ support (Shuveb Hussain), support for input devices
      on PS/2 and USB buses (Daniel Berrange), more tests especially
      the QEmu support (Daniel Berrange), range check in credit scheduler
      (with Saori Fukuta and Atsushi Sakai), add support for listen VNC
1211
      parameter un QEmu and fix command line arg (Daniel Berrange)</li><li>Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file
1212 1213
      (Richard Jones), remove unused virDeviceMode, new util module for
      code shared between drivers (Shuveb Hussain), xen header location
1214
      detection (Richard Jones)</li></ul>
1215
        <h3>0.3.0: Jul 9 2007</h3>
1216
        <ul><li>Secure Remote support (Richard Jones).
1217 1218
      See <a href="http://libvirt.org/remote.html">the remote page</a>
      of the documentation
1219
  </li><li>Documentation: remote support (Richard Jones), description of
1220 1221
      the URI connection strings (Richard Jones), update of virsh man
      page, matrix of libvirt API/hypervisor support with version
1222
      information (Richard Jones)</li><li>Bug fixes: examples Makefile.am generation (Richard Jones),
1223
      SetMem fix (Mark Johnson), URI handling and ordering of
1224 1225 1226 1227 1228 1229
      drivers (Daniel Berrange), fix virsh help without hypervisor (Richard
      Jones), id marshalling fix (Daniel Berrange), fix virConnectGetMaxVcpus
      on remote (Richard Jones), avoid a realloc leak (Jim Meyering), scheduler
      parameters handling for Xen (Richard Jones), various early remote
      bug fixes (Richard Jones), remove virsh leaks of domains references
      (Masayuki Sunou), configCache refill bug (Richard Jones), fix
1230
      XML serialization bugs</li><li>Improvements: QEmu switch to XDR-based protocol (Dan Berrange),
1231
      device attach/detach commands (Masayuki Sunou), OCaml bindings
1232 1233
      (Richard Jones), new entry points virDomainGetConnect and
      virNetworkGetConnect useful for bindings (Richard Jones),
1234
      reunitifaction of remote and qemu daemon under a single libvirtd
1235
      with a config file (Daniel Berrange)</li><li>Cleanups: parsing of connection URIs (Richard Jones), messages
1236
      from virsh (Saori Fukuta), Coverage files (Daniel Berrange),
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248
      Solaris fixes (Mark Johnson), avoid [r]index calls (Richard Jones),
      release information in Xen backend, virsh cpupin command cleanups
      (Masayuki Sunou), xen:/// suppport as standard Xen URI (Richard Jones and
      Daniel Berrange), improve driver selection/decline mechanism (Richard
      Jones), error reporting on XML dump (Richard Jones), Remove unused
      virDomainKernel structure (Richard Jones), daemon event loop event
      handling (Daniel Berrange), various unifications cleanup in the daemon
      merging (Daniel Berrange), internal file and timer monitoring API
      (Daniel Berrange), remove libsysfs dependancy, call brctl program
      directly (Daniel Berrange), virBuffer functions cleanups (Richard Jones),
      make init script LSB compliant, error handling on lookup functions
      (Richard Jones), remove internal virGetDomainByID (Richard Jones),
1249
      revamp of xen subdrivers interfaces (Richard Jones)</li><li>Localization updates</li></ul>
1250
        <h3>0.2.3: Jun 8 2007</h3>
1251
        <ul><li>Documentation: documentation for upcoming remote access (Richard Jones),
1252
      virConnectNumOfDefinedDomains doc (Jan Michael), virsh help messages
1253
      for dumpxml and net-dumpxml (Chris Wright), </li><li>Bug fixes: RelaxNG schemas regexp fix (Robin Green), RelaxNG arch bug
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263
      (Mark McLoughlin), large buffers bug fixes (Shigeki Sakamoto), error
      on out of memory condition (Shigeki Sakamoto), virshStrdup fix, non-root
      driver when using Xen bug (Richard Jones), use --strict-order when
      running dnsmasq (Daniel Berrange), virbr0 weirdness on restart (Mark
      McLoughlin), keep connection error messages (Richard Jones), increase
      QEmu read buffer on help (Daniel Berrange), rpm dependance on
      dnsmasq (Daniel Berrange), fix XML boot device syntax (Daniel Berrange),
      QEmu memory bug (Daniel Berrange), memory leak fix (Masayuki Sunou),
      fix compiler flags (Richard Jones), remove type ioemu on recent Xen
      HVM for paravirt drivers (Saori Fukuta), uninitialized string bug
1264
      (Masayuki Sunou), allow init even if the daemon is not running,
1265
      XML to config fix (Daniel Berrange)</li><li>Improvements: add a special error class for the test module (Richard
1266 1267 1268 1269 1270 1271 1272 1273 1274 1275
      Jones), virConnectGetCapabilities on proxy (Richard Jones), allow
      network driver to decline usage (Richard Jones), extend error messages
      for upcoming remote access (Richard Jones), on_reboot support for QEmu
      (Daniel Berrange), save daemon output in a log file (Daniel Berrange),
      xenXMDomainDefineXML can override guest config (Hugh Brock),
      add attach-device and detach-device commands to virsh (Masayuki Sunou
      and Mark McLoughlin and Richard Jones), make virGetVersion case
      insensitive and Python bindings (Richard Jones), new scheduler API
      (Atsushi SAKAI), localizations updates, add logging option for virsh
      (Nobuhiro Itou), allow arguments to be passed to bootloader (Hugh Brock),
1276
      increase the test suite (Daniel Berrange and Hugh Brock)</li><li>Cleanups: Remove VIR_DRV_OPEN_QUIET (Richard Jones), disable xm_internal.c
1277 1278 1279
      for Xen &gt; 3.0.3 (Daniel Berrange), unused fields in _virDomain (Richard
      Jones), export __virGetDomain and __virGetNetwork for libvirtd only
      (Richard Jones), ignore old VNC config for HVM on recent Xen (Daniel
1280
      Berrange), various code cleanups, -Werror cleanup (Hugh Brock)</li></ul>
1281
        <h3>0.2.2: Apr 17 2007</h3>
1282
        <ul><li>Documentation: fix errors due to Amaya (with Simon Hernandez),
D
Daniel Veillard 已提交
1283 1284
      virsh uses kB not bytes (Atsushi SAKAI), add command line help to
      qemud (Richard Jones), xenUnifiedRegister docs (Atsushi SAKAI),
1285
      strings typos (Nikolay Sivov), ilocalization probalem raised by
1286
      Thomas Canniot</li><li>Bug fixes: virsh memory values test (Masayuki Sunou), operations without
D
Daniel Veillard 已提交
1287 1288 1289 1290 1291 1292 1293 1294 1295
      libvirt_qemud (Atsushi SAKAI), fix spec file (Florian La Roche, Jeremy
      Katz, Michael Schwendt),
      direct hypervisor call (Atsushi SAKAI), buffer overflow on qemu
      networking command (Daniel Berrange), buffer overflow in quemud (Daniel
      Berrange), virsh vcpupin bug (Masayuki Sunou), host PAE detections
      and strcuctures size (Richard Jones), Xen PAE flag handling (Daniel
      Berrange), bridged config configuration (Daniel Berrange), erroneous
      XEN_V2_OP_SETMAXMEM value (Masayuki Sunou), memory free error (Mark
      McLoughlin), set VIR_CONNECT_RO on read-only connections (S.Sakamoto),
1296
      avoid memory explosion bug (Daniel Berrange), integer overflow
D
Daniel Veillard 已提交
1297
      for qemu CPU time (Daniel Berrange), QEMU binary path check (Daniel
1298
      Berrange)</li><li>Cleanups: remove some global variables (Jim Meyering), printf-style
D
Daniel Veillard 已提交
1299 1300 1301
      functions checks (Jim Meyering), better virsh error messages, increase
      compiler checkings and security (Daniel Berrange), virBufferGrow usage
      and docs, use calloc instead of malloc/memset, replace all sprintf by
1302
      snprintf, avoid configure clobbering user's CTAGS (Jim Meyering),
D
Daniel Veillard 已提交
1303 1304 1305
      signal handler error cleanup (Richard Jones), iptables internal code
      claenup (Mark McLoughlin), unified Xen driver (Richard Jones),
      cleanup XPath libxml2 calls, IPTables rules tightening (Daniel
1306
      Berrange), </li><li>Improvements: more regression tests on XML (Daniel Berrange), Python
D
Daniel Veillard 已提交
1307 1308 1309 1310 1311
      bindings now generate exception in error cases (Richard Jones),
      Python bindings for vir*GetAutoStart (Daniel Berrange),
      handling of CD-Rom device without device name (Nobuhiro Itou),
      fix hypervisor call to work with Xen 3.0.5 (Daniel Berrange),
      DomainGetOSType for inactive domains (Daniel Berrange), multiple boot
1312
      devices for HVM (Daniel Berrange),
1313
      </li></ul>
1314
        <h3>0.2.1: Mar 16 2007</h3>
1315
        <ul><li>Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)</li><li>Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt
D
Daniel Veillard 已提交
1316 1317 1318 1319 1320 1321 1322 1323 1324
      config directory (Daniel Berrange and Mark McLoughlin), memory leak
      in qemud (Mark), various fixes on network support (Mark), avoid Xen
      domain zombies on device hotplug errors (Daniel Berrange), various
      fixes on qemud (Mark), args parsing (Richard Jones), virsh -t argument
      (Saori Fukuta), avoid virsh crash on TAB key (Daniel Berrange), detect
      xend operation failures (Kazuki Mizushima), don't listen on null socket
      (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900
      (Nobuhiro Itou), assorted networking fixes (Daniel Berrange), shutoff and
      shutdown mismatches (Kazuki Mizushima), unlimited memory handling
1325
      (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)</li><li>Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies
D
Daniel Veillard 已提交
1326 1327 1328 1329
      and build (Daniel Berrange), fix xend port detection (Daniel
      Berrange), icompile time warnings (Mark), avoid const related
      compiler warnings (Daniel Berrange), automated builds (Daniel
      Berrange), pointer/int mismatch (Richard Jones), configure time
1330 1331
      selection of drivers, libvirt spec hacking (Daniel Berrange)</li><li>Add support for network autostart and init scripts (Mark McLoughlin)</li><li>New API virConnectGetCapabilities() to detect the virtualization
    capabilities of a host (Richard Jones)</li><li>Minor improvements: qemud signal handling (Mark), don't shutdown or reboot
D
Daniel Veillard 已提交
1332 1333 1334 1335 1336
    domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange),
    network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and
    Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap
    VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum
    number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich
1337
    Jones), python bindings for new functions (Daniel Berrange)</li><li>Documentation updates especially on the XML formats</li></ul>
1338
        <h3>0.2.0: Feb 14 2007</h3>
1339 1340 1341 1342
        <ul><li>Various internal cleanups (Mark McLoughlin, Richard Jones,
      Daniel Berrange, Karel Zak)</li><li>Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args
      parsing (Richard Jones)</li><li>Add support for QEmu and KVM virtualization (Daniel Berrange)</li><li>Add support for network configuration (Mark McLoughlin)</li><li>Minor improvements: regression testing (Daniel Berrange),
      localization string updates</li></ul>
1343
        <h3>0.1.11: Jan 22 2007</h3>
1344
        <ul><li>Finish XML &lt;-&gt; XM config files support</li><li>Remove memory leak when freeing virConf objects</li><li>Finishing inactive domain support (Daniel Berrange)</li><li>Added a Relax-NG schemas to check XML instances</li></ul>
1345
        <h3>0.1.10: Dec 20 2006</h3>
1346
        <ul><li>more localizations</li><li>bug fixes: VCPU info breakages on xen 3.0.3, xenDaemonListDomains buffer overflow (Daniel Berrange), reference count bug when creating Xen domains (Daniel Berrange).</li><li>improvements: support graphic framebuffer for Xen paravirt (Daniel Berrange), VNC listen IP range support (Daniel Berrange), support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange).</li></ul>
1347
        <h3>0.1.9: Nov 29 2006</h3>
1348
        <ul><li>python bindings: release interpeter lock when calling C (Daniel Berrange)</li><li>don't raise HTTP error when looking information for a domain</li><li>some refactoring to use the driver for all entry points</li><li>better error reporting (Daniel Berrange)</li><li>fix OS reporting when running as non-root</li><li>provide XML parsing errors</li><li>extension of the test framework (Daniel Berrange)</li><li>fix the reconnect regression test</li><li>python bindings: Domain instances now link to the Connect to avoid garbage collection and disconnect</li><li>separate the notion of maximum memory and current use at the XML level</li><li>Fix a memory leak (Daniel Berrange)</li><li>add support for shareable drives</li><li>add support for non-bridge style networking configs for guests(Daniel Berrange)</li><li>python bindings: fix unsigned long marshalling (Daniel Berrange)</li><li>new config APIs virConfNew() and virConfSetValue() to build configs from scratch</li><li>hot plug device support based on Michel Ponceau patch</li><li>added support for inactive domains, new APIs, various associated cleanup (Daniel Berrange)</li><li>special device model for HVM guests (Daniel Berrange)</li><li>add API to dump core of domains (but requires a patched xend)</li><li>pygrub bootloader information take over &lt;os&gt; information</li><li>updated the localization strings</li></ul>
1349
        <h3>0.1.8: Oct 16 2006</h3>
1350
        <ul><li> Bug for system with page size != 4k</li><li> vcpu number initialization (Philippe Berthault)</li><li> don't label crashed domains as shut off (Peter Vetere)</li><li> fix virsh man page (Noriko Mizumoto)</li><li> blktapdd support for alternate drivers like blktap (Daniel Berrange)</li><li> memory leak fixes (xend interface and XML parsing) (Daniel Berrange)</li><li> compile fix</li><li> mlock/munlock size fixes (Daniel Berrange)</li><li> improve error reporting</li></ul>
1351
        <h3>0.1.7: Sep 29 2006</h3>
1352 1353
        <ul><li> fix a memory bug on getting vcpu information from xend (Daniel Berrange)</li><li> fix another problem in the hypercalls change in Xen changeset
       86d26e6ec89b when getting domain information (Daniel Berrange)</li></ul>
1354
        <h3>0.1.6: Sep 22 2006</h3>
1355 1356
        <ul><li>Support for localization of strings using gettext (Daniel Berrange)</li><li>Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange)</li><li>Support for setting VNC port when creating domains with new
      xend config files (Daniel Berrange) </li><li>Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig)</li><li>Fix reconnection problem when talking directly to http xend</li></ul>
1357
        <h3>0.1.5: Sep 5 2006</h3>
1358
        <ul><li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li><li>bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
1359 1360
      (Daniel Berrange), virsh on non-existent domains (Daniel Berrange),
      string cast bug when handling error in python (Pete Vetere), HTTP
1361
      500 xend error code handling (Pete Vetere and Daniel Berrange)</li><li>improvements: test suite for SEXPR &lt;-&gt; XML format conversions (Daniel
1362 1363 1364 1365 1366
      Berrange), virsh output regression suite (Daniel Berrange), new environ
      variable VIRSH_DEFAULT_CONNECT_URI for the default URI when connecting
      (Daniel Berrange), graphical console support for paravirt guests
      (Jeremy Katz), parsing of simple Xen config files (with Daniel Berrange),
      early work on defined (not running) domains (Daniel Berrange),
1367
      virsh output improvement (Daniel Berrange</li></ul>
1368
        <h3>0.1.4: Aug 16 2006</h3>
1369
        <ul><li>bug fixes: spec file fix (Mark McLoughlin), error report problem (with
1370 1371 1372
    Hugh Brock), long integer in Python bindings (with Daniel Berrange), XML
    generation bug for CDRom (Daniel Berrange), bug whem using number() XPath
    function (Mark McLoughlin), fix python detection code, remove duplicate
1373
    initialization errors (Daniel Berrange)</li><li>improvements: UUID in XML description (Peter Vetere), proxy code
1374
    cleanup, virtual CPU and affinity support + virsh support (Michel
1375
    Ponceau, Philippe Berthault, Daniel Berrange), port and tty information
1376 1377 1378 1379 1380
    for console in XML (Daniel Berrange), added XML dump to driver and proxy
    support (Daniel Berrange), extention of boot options with support for
    floppy and cdrom (Daniel Berrange), features block in XML to report/ask
    PAE, ACPI, APIC for HVM domains (Daniel Berrange), fail saide-effect
    operations when using read-only connection, large improvements to test
1381
    driver (Daniel Berrange) </li><li>documentation: spelling (Daniel Berrange), test driver examples.</li></ul>
1382
        <h3>0.1.3: Jul 11 2006</h3>
1383
        <ul><li>bugfixes: build as non-root, fix xend access when root, handling of
1384 1385
    empty XML elements (Mark McLoughlin), XML serialization and parsing fixes
    (Mark McLoughlin), allow to create domains without disk (Mark
1386 1387
  McLoughlin),</li><li>improvement: xenDaemonLookupByID from O(n^2) to O(n) (Daniel Berrange),
    support for fully virtualized guest (Jim Fehlig, DV, Mark McLoughlin)</li><li>documentation: augmented to cover hvm domains</li></ul>
1388
        <h3>0.1.2: Jul 3 2006</h3>
1389
        <ul><li>headers include paths fixup</li><li>proxy mechanism for unprivileged read-only access by httpu</li></ul>
1390
        <h3>0.1.1: Jun 21 2006</h3>
1391 1392 1393 1394
        <ul><li>building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P.
    Berrange)</li><li>driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P.
    Berrange)</li><li>Cope with API change introduced in Xen changeset 10277</li><li>new test driver for regression checks (Daniel P. Berrange)</li><li>improvements: added UUID to XML serialization, buffer usage (Karel
    Zak), --connect argument to virsh (Daniel P. Berrange),</li><li>bug fixes: uninitialized memory access in error reporting, S-Expr
1395
    parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO in
1396 1397
    xs_internal.c</li><li>documentation: Python examples (David Lutterkort), new Perl binding
    URL, man page update (Karel Zak)</li></ul>
1398
        <h3>0.1.0: Apr 10 2006</h3>
1399 1400 1401 1402 1403 1404 1405
        <ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of tree
    build and pkginfo cflag fix (Daniel Berrange)</li><li>enhancement and fixes of the XML description format (David Lutterkort
    and Jim Fehlig)</li><li>new APIs: for Node information and Reboot</li><li>internal code cleanup: refactoring internals into a driver model, more
    error handling, structure sharing, thread safety and ref counting</li><li>bug fixes: error message (Jim Meyering), error allocation in virsh (Jim
    Meyering), virDomainLookupByID (Jim Fehlig),</li><li>documentation: updates on architecture, and format, typo fix (Jim
    Meyering)</li><li>bindings: exception handling in examples (Jim Meyering), perl ones out
    of tree (Daniel Berrange)</li><li>virsh: more options, create, nodeinfo (Karel Zak), renaming of some
1406
    options (Karel Zak), use stderr only for errors (Karel Zak), man page
1407
    (Andrew Puch)</li></ul>
1408
        <h3>0.0.6: Feb 28 2006</h3>
1409 1410
        <ul><li>add UUID lookup and extract API</li><li>add error handling APIs both synchronous and asynchronous</li><li>added minimal hook for error handling at the python level, improved the
    python bindings</li><li>augment the documentation and tests to cover error handling</li></ul>
1411
        <h3>0.0.5: Feb 23 2006</h3>
1412 1413 1414
        <ul><li>Added XML description parsing, dependance to libxml2, implemented the
    creation API virDomainCreateLinux()</li><li>new APIs to lookup and name domain by UUID</li><li>fixed the XML dump when using the Xend access</li><li>Fixed a few more problem related to the name change</li><li>Adding regression tests in python and examples in C</li><li>web site improvement, extended the documentation to cover the XML
    format and Python API</li><li>Added devhelp help for Gnome/Gtk programmers</li></ul>
1415
        <h3>0.0.4: Feb 10 2006</h3>
1416
        <ul><li>Fix various bugs introduced in the name change</li></ul>
1417
        <h3>0.0.3: Feb 9 2006</h3>
1418
        <ul><li>Switch name from from 'libvir' to libvirt</li><li>Starting infrastructure to add code examples</li><li>Update of python bindings for completeness</li></ul>
1419
        <h3>0.0.2: Jan 29 2006</h3>
1420 1421
        <ul><li>Update of the documentation, web site redesign (Diana Fong)</li><li>integration of HTTP xend RPC based on libxend by Anthony Liquori for
    most operations</li><li>Adding Save and Restore APIs</li><li>extended the virsh command line tool (Karel Zak)</li><li>remove xenstore transactions (Anthony Liguori)</li><li>fix the Python bindings bug when domain and connections where freed</li></ul>
1422
        <h3>0.0.1: Dec 19 2005</h3>
1423
        <ul><li>First release</li><li>Basic management of existing Xen domains</li><li>Minimal autogenerated Python bindings</li></ul>
1424 1425 1426
      </div>
    </div>
    <div id="footer">
1427 1428
      <p id="sponsor">
	    Sponsored by:<br /><a href="http://et.redhat.com/"><img src="et.png" alt="Project sponsored by Red Hat Emerging Technology" /></a></p>
1429 1430 1431
    </div>
  </body>
</html>