news.html 14.6 KB
Newer Older
1 2
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 4 5
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvirt.css" /><link rel="SHORTCUT ICON" href="/32favicon.png" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>Here is the list of official releases, however since it is early on in
thedevelopment of libvirt, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing
listand check the <a href="ChangeLog.html">ChangeLog</a>to gauge
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
progresses.</p><h3>0.2.1: Mar 16 2007</h3><ul><li>Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)</li>
  <li>Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt
      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), 
    argsparsing (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 (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)</li>
  <li>Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies 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 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
    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
    Jones), python bindings for new functions (Daniel Berrange)</li>
  <li>Documentation updates especially on the XML formats</li>
</ul><h3>0.2.0: Feb 14 2007</h3><ul><li>Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel
25 26 27
    Berrange, Karel Zak)</li>
  <li>Bug fixes: avoid a crash in connect (Daniel Berrange), virsh
    argsparsing (Richard Jones)</li>
28 29
  <li>Add support for QEmu and KVM virtualization (Daniel Berrange)</li>
  <li>Add support for network configuration (Mark McLoughlin)</li>
30 31
  <li>Minor improvements: regression testing (Daniel Berrange),localization
    string updates</li>
32
</ul><h3>0.1.11: Jan 22 2007</h3><ul><li>Finish XML &lt;-&gt; XM config files support</li>
33 34 35 36
  <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><h3>0.1.10: Dec 20 2006</h3><ul><li>more localizations</li>
37 38 39 40 41 42 43 44 45
  <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><h3>0.1.9: Nov 29 2006</h3><ul><li>python bindings: release interpeter lock when calling C (Daniel
    Berrange)</li>
46 47 48 49 50 51 52
  <li>don't raise HTTP error when looking informations 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>
53 54 55 56
  <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>
57 58
  <li>Fix a memory leak (Daniel Berrange)</li>
  <li>add support for shareable drives</li>
59 60
  <li>add support for non-bridge style networking configs for guests(Daniel
    Berrange)</li>
61
  <li>python bindings: fix unsigned long marshalling (Daniel Berrange)</li>
62 63
  <li>new config APIs virConfNew() and virConfSetValue() to build configs
    from scratch</li>
64
  <li>hot plug device support based on Michel Ponceau patch</li>
65 66
  <li>added support for inactive domains, new APIs, various associated
    cleanup (Daniel Berrange)</li>
67 68 69 70
  <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 informations take over &lt;os&gt; informations</li>
  <li>updated the localization strings</li>
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
</ul><h3>0.1.8: Oct 16 2006</h3><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><h3>0.1.7: Sep 29 2006</h3><ul><li>fix a memory bug on getting vcpu informations from xend (Daniel
    Berrange)</li>
  <li>fix another problem in the hypercalls change in Xen
    changeset86d26e6ec89b when getting domain informations (Daniel
  Berrange)</li>
87
</ul><h3>0.1.6: Sep 22 2006</h3><ul><li>Support for localization of strings using gettext (Daniel Berrange)</li>
88 89 90 91
  <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 newxend config
    files (Daniel Berrange)</li>
92 93 94
  <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><h3>0.1.5: Sep 5 2006</h3><ul><li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
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
  <li>bug fixes: virParseUUID() was wrong, netwoking for paravirt
    guestsi(Daniel Berrange), virsh on non-existent domains (Daniel
    Berrange),string cast bug when handling error in python (Pete Vetere),
    HTTP500 xend error code handling (Pete Vetere and Daniel Berrange)</li>
  <li>improvements: test suite for SEXPR &lt;-&gt; XML format conversions
    (DanielBerrange), virsh output regression suite (Daniel Berrange), new
    environvariable 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),virsh output improvement (Daniel Berrange</li>
</ul><h3>0.1.4: Aug 16 2006</h3><ul><li>bug fixes: spec file fix (Mark McLoughlin), error report problem
    (withHugh Brock), long integer in Python bindings (with Daniel Berrange),
    XMLgeneration bug for CDRom (Daniel Berrange), bug whem using number()
    XPathfunction (Mark McLoughlin), fix python detection code, remove
    duplicateinitialization errors (Daniel Berrange)</li>
  <li>improvements: UUID in XML description (Peter Vetere), proxy
    codecleanup, virtual CPU and affinity support + virsh support
    (MichelPonceau, Philippe Berthault, Daniel Berrange), port and tty
    informationsfor console in XML (Daniel Berrange), added XML dump to
    driver and proxysupport (Daniel Berrange), extention of boot options with
    support forfloppy and cdrom (Daniel Berrange), features block in XML to
    report/askPAE, ACPI, APIC for HVM domains (Daniel Berrange), fail
    saide-effectoperations when using read-only connection, large
    improvements to testdriver (Daniel Berrange)</li>
120
  <li>documentation: spelling (Daniel Berrange), test driver examples.</li>
121 122 123 124 125 126 127
</ul><h3>0.1.3: Jul 11 2006</h3><ul><li>bugfixes: build as non-root, fix xend access when root, handling
    ofempty XML elements (Mark McLoughlin), XML serialization and parsing
    fixes(Mark McLoughlin), allow to create domains without disk
    (MarkMcLoughlin),</li>
  <li>improvement: xenDaemonLookupByID from O(n^2) to O(n) (Daniel
    Berrange),support for fully virtualized guest (Jim Fehlig, DV, Mark
    McLoughlin)</li>
128 129
  <li>documentation: augmented to cover hvm domains</li>
</ul><h3>0.1.2: Jul 3 2006</h3><ul><li>headers include paths fixup</li>
130
  <li>proxy mechanism for unpriviledged read-only access by httpu</li>
131 132 133 134
</ul><h3>0.1.1: Jun 21 2006</h3><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>
135 136
  <li>Cope with API change introduced in Xen changeset 10277</li>
  <li>new test driver for regression checks (Daniel P. Berrange)</li>
137 138 139 140 141 142 143 144 145 146 147
  <li>improvements: added UUID to XML serialization, buffer usage (KarelZak),
    --connect argument to virsh (Daniel P. Berrange),</li>
  <li>bug fixes: uninitialized memory access in error reporting,
    S-Exprparsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a
    TODO inxs_internal.c</li>
  <li>documentation: Python examples (David Lutterkort), new Perl bindingURL,
    man page update (Karel Zak)</li>
</ul><h3>0.1.0: Apr 10 2006</h3><ul><li>building fixes: --with-xen-distdir option (Ronald Aigner), out of
    treebuild and pkginfo cflag fix (Daniel Berrange)</li>
  <li>enhancement and fixes of the XML description format (David
    Lutterkortand Jim Fehlig)</li>
148
  <li>new APIs: for Node information and Reboot</li>
149 150 151 152 153 154 155 156 157 158 159
  <li>internal code cleanup: refactoring internals into a driver model,
    moreerror handling, structure sharing, thread safety and ref counting</li>
  <li>bug fixes: error message (Jim Meyering), error allocation in virsh
    (JimMeyering), virDomainLookupByID (Jim Fehlig),</li>
  <li>documentation: updates on architecture, and format, typo fix
    (JimMeyering)</li>
  <li>bindings: exception handling in examples (Jim Meyering), perl ones
    outof tree (Daniel Berrange)</li>
  <li>virsh: more options, create, nodeinfo (Karel Zak), renaming of
    someoptions (Karel Zak), use stderr only for errors (Karel Zak), man
    page(Andrew Puch)</li>
160
</ul><h3>0.0.6: Feb 28 2006</h3><ul><li>add UUID lookup and extract API</li>
161
  <li>add error handling APIs both synchronous and asynchronous</li>
162 163
  <li>added minimal hook for error handling at the python level, improved
    thepython bindings</li>
164
  <li>augment the documentation and tests to cover error handling</li>
165 166
</ul><h3>0.0.5: Feb 23 2006</h3><ul><li>Added XML description parsing, dependance to libxml2, implemented
    thecreation API virDomainCreateLinux()</li>
167 168 169 170
  <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>
171 172
  <li>web site improvement, extended the documentation to cover the XMLformat
    and Python API</li>
173 174
  <li>Added devhelp help for Gnome/Gtk programmers</li>
</ul><h3>0.0.4: Feb 10 2006</h3><ul><li>Fix various bugs introduced in the name change</li>
175
</ul><h3>0.0.3: Feb 9 2006</h3><ul><li>Switch name from from 'libvir' to libvirt</li>
176 177 178
  <li>Starting infrastructure to add code examples</li>
  <li>Update of python bindings for completeness</li>
</ul><h3>0.0.2: Jan 29 2006</h3><ul><li>Update of the documentation, web site redesign (Diana Fong)</li>
179 180
  <li>integration of HTTP xend RPC based on libxend by Anthony Liquori
    formost operations</li>
181 182 183 184 185
  <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><h3>0.0.1: Dec 19 2005</h3><ul><li>First release</li>
186 187
  <li>Basic management of existing Xen domains</li>
  <li>Minimal autogenerated Python bindings</li>
188
</ul></div></div><div class="linkList2"><div class="llinks2"><h3 class="links2"><span>main menu</span></h3><ul><li><a href="index.html">Home</a></li><li><a href="news.html">Releases</a></li><li><a href="intro.html">Introduction</a></li><li><a href="architecture.html">libvirt architecture</a></li><li><a href="downloads.html">Downloads</a></li><li><a href="format.html">XML Formats</a></li><li><a href="python.html">Binding for Python</a></li><li><a href="errors.html">Handling of errors</a></li><li><a href="FAQ.html">FAQ</a></li><li><a href="bugs.html">Reporting bugs and getting help</a></li><li><a href="html/index.html">API Menu</a></li><li><a href="examples/index.html">C code examples</a></li><li><a href="ChangeLog.html">Recent Changes</a></li></ul></div><div class="llinks2"><h3 class="links2"><span>related links</span></h3><ul><li><a href="https://www.redhat.com/archives/libvir-list/">Mail archive</a></li><li><a href="https://bugzilla.redhat.com/bugzilla/buglist.cgi?product=Fedora+Core&amp;component=libvirt&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=MODIFIED&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=allwordssubstr">Open bugs</a></li><li><a href="http://virt-manager.et.redhat.com/">virt-manager</a></li><li><a href="http://search.cpan.org/~danberr/Sys-Virt-0.1.0/">Perl bindings</a></li><li><a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen project</a></li><li><form action="search.php" enctype="application/x-www-form-urlencoded" method="get"><input name="query" type="text" size="12" value="Search..." /><input name="submit" type="submit" value="Go" /></form></li><li><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-90x34.gif" alt="Made with Libxml2 Logo" /></a></li></ul><p class="credits">Graphics and design by <a href="mail:dfong@redhat.com">Diana Fong</a></p></div></div><div id="bottom"><p class="p1"></p></div></div></body></html>