Fix news.html validation

This commit is contained in:
Dan Kenigsberg 2009-11-22 20:08:54 +01:00 committed by Matthias Bolte
parent 040e80f7e6
commit 79d2c5831a

View File

@ -21,11 +21,11 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
Fix typo in error message (Matthew Booth) Fix typo in error message (Matthew Booth)
esx: Add documentation to the website (Matthias Bolte) esx: Add documentation to the website (Matthias Bolte)
AppArmor updates of examples (Jamie Strandboge) AppArmor updates of examples (Jamie Strandboge)
Add documentation for <channel> domain element (Matthew Booth) Add documentation for &lt;channel&gt; domain element (Matthew Booth)
Separate character device doc guest and host parts (Matthew Booth) Separate character device doc guest and host parts (Matthew Booth)
Add a Python example that lists active ESX domains (Matthias Bolte) Add a Python example that lists active ESX domains (Matthias Bolte)
LXC fix wrong or out-of-date function descriptions (Ryota Ozaki) LXC fix wrong or out-of-date function descriptions (Ryota Ozaki)
docs: <clock> property is 'offset', not 'sync' (Cole Robinson) docs: &lt;clock&gt; property is 'offset', not 'sync' (Cole Robinson)
Update the documentation for virDomainMigrateToURI (Chris Lalancette) Update the documentation for virDomainMigrateToURI (Chris Lalancette)
fix virDomainMigrateToURI doc (Dan Kenigsberg) fix virDomainMigrateToURI doc (Dan Kenigsberg)
</li> </li>
@ -118,7 +118,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
test: Add testDomainShutdownState helper (Cole Robinson) test: Add testDomainShutdownState helper (Cole Robinson)
Properly convert port numbers to/from network byte order (Matthew Booth) Properly convert port numbers to/from network byte order (Matthew Booth)
phyp add create() and destroy() support (Eduardo Otubo) phyp add create() and destroy() support (Eduardo Otubo)
Support for <channel> in domain and QEmu backend (Matthew Booth) Support for &lt;channel&gt; in domain and QEmu backend (Matthew Booth)
Detect availability of QEMU -chardev CLI option (Matthew Booth) Detect availability of QEMU -chardev CLI option (Matthew Booth)
Allow character devices to have different target types (Matthew Booth) Allow character devices to have different target types (Matthew Booth)
LXC allow container to have ethN interfaces (Ryota Ozaki) LXC allow container to have ethN interfaces (Ryota Ozaki)