mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3f7b5a4274
The 'shape' attribute on <a> is used together with a 'coords' attribute to create hot-zones in image maps. We're not using image maps so our inclusion of a 'shape' attribute is bogus. Furthermore this is forbidden in HTML5. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
29 lines
793 B
XML
29 lines
793 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<h1>Releases (2005)</h1>
|
|
<p>Here is the list of official releases made during the year 2005.
|
|
</p>
|
|
<p>It is also possible to just use
|
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
|
contact the mailing list and check
|
|
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
|
to gauge progress.
|
|
</p>
|
|
|
|
<h3>0.0.1: Dec 19 2005</h3>
|
|
<ul>
|
|
<li>Features:<br/>
|
|
First release,<br/>
|
|
Basic management of existing Xen domains,<br/>
|
|
Minimal autogenerated Python bindings<br/>
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|