Re: [PATCH 09/15] NEWS: Organize old entries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 14, 2015 at 10:36:05AM +0200, Andrea Bolognani wrote:
Sort all items into the standard categories: Features, Bug Fixes,
Improvements, Cleanups, etc.

The sorting is somewhat arbitrary in certain instances.
---
docs/news.html.in | 378 ++++++++++++++++++++++++++++++++----------------------
1 file changed, 223 insertions(+), 155 deletions(-)

diff --git a/docs/news.html.in b/docs/news.html.in
index bd4e0cb..634f25b 100644
--- a/docs/news.html.in
+++ b/docs/news.html.in
@@ -20164,10 +20164,10 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
    </ul>
    <h3>0.3.0: Jul 9 2007</h3>
    <ul>
-      <li>Secure Remote support (Richard Jones).
-      See <a href="http://libvirt.org/remote.html";>the remote page</a>
-      of the documentation
-  </li>
+      <li>Features:<br/>
+      Secure Remote support (Richard Jones).
+      See <a href="http://libvirt.org/remote.html";>the remote page</a> of the documentation<br/>
+      </li>
      <li>Documentation:<br/>
      remote support (Richard Jones),<br/>
      description of the URI connection strings (Richard Jones),<br/>
@@ -20193,7 +20193,8 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
      device attach/detach commands (Masayuki Sunou),<br/>
      OCaml bindings (Richard Jones),<br/>
      new entry points virDomainGetConnect and virNetworkGetConnect useful for bindings (Richard Jones),<br/>
-      reunitifaction of remote and qemu daemon under a single libvirtd with a config file (Daniel Berrange)<br/>
+      reunitifaction of remote and qemu daemon under a single libvirtd with a config file (Daniel Berrange),<br/>
+      Localization updates<br/>
      </li>
      <li>Cleanups:<br/>
      parsing of connection URIs (Richard Jones),<br/>
@@ -20218,7 +20219,6 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
      remove internal virGetDomainByID (Richard Jones),<br/>
      revamp of xen subdrivers interfaces (Richard Jones)<br/>
      </li>
-      <li>Localization updates</li>
    </ul>
    <h3>0.2.3: Jun 8 2007</h3>
    <ul>
@@ -20329,8 +20329,25 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
    </ul>
    <h3>0.2.1: Mar 16 2007</h3>
    <ul>
-      <li>Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)</li>
-      <li>Bug fixes:<br/>
+      <li>Features:<br/>
+      Add support for network autostart and init scripts (Mark McLoughlin),<br/>
+      New API virConnectGetCapabilities() to detect the virtualization capabilities of a host (Richard Jones)<br/>
+      </li>
+      <li>Documentation:<br/>
+      Documentation updates especially on the XML formats<br/>
+      </li>
+      <li>Portability:<br/>
+      IA64 fixes (Atsushi SAKAI),<br/>
+      dependancies and build (Daniel Berrange),<br/>
+      fix xend port detection (Daniel Berrange),<br/>
+      icompile time warnings (Mark),<br/>
+      avoid const related compiler warnings (Daniel Berrange),<br/>
+      automated builds (Daniel Berrange),<br/>
+      pointer/int mismatch (Richard Jones),<br/>
+      configure time selection of drivers,<br/>
+      libvirt spec hacking (Daniel Berrange)<br/>
+      </li>
+      <li>Bug Fixes:<br/>
      libvirt_qemud daemon path (Daniel Berrange),<br/>
      libvirt config directory (Daniel Berrange and Mark McLoughlin),<br/>
      memory leak in qemud (Mark),<br/>
@@ -20349,21 +20366,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
      unlimited memory handling (Atsushi SAKAI),<br/>
      python binding fixes (Tatsuro Enokura)<br/>
      </li>
-      <li>Build and portability fixes:<br/>
-      IA64 fixes (Atsushi SAKAI),<br/>
-      dependancies and build (Daniel Berrange),<br/>
-      fix xend port detection (Daniel Berrange),<br/>
-      icompile time warnings (Mark),<br/>
-      avoid const related compiler warnings (Daniel Berrange),<br/>
-      automated builds (Daniel Berrange),<br/>
-      pointer/int mismatch (Richard Jones),<br/>
-      configure time selection of drivers,<br/>
-      libvirt spec hacking (Daniel Berrange)<br/>
-      </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:<br/>
+      <li>Improvements:<br/>
      qemud signal handling (Mark),<br/>
      don't shutdown or reboot domain0 (Kazuki Mizushima),<br/>
      QEmu version autodetection (Daniel Berrange),<br/>
@@ -20375,39 +20378,50 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log";>GIT log</a>
      virtsh --readonly option (Rich Jones),<br/>
      python bindings for new functions (Daniel Berrange)<br/>
      </li>
-      <li>Documentation updates especially on the XML formats</li>
+      <li>Cleanups:<br/>
+      Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)<br/>
+      </li>
    </ul>
    <h3>0.2.0: Feb 14 2007</h3>
    <ul>
-      <li>Various internal cleanups (Mark McLoughlin, Richard Jones,
-      Daniel Berrange, Karel Zak)</li>
+      <li>Features:<br/>
+      Add support for QEmu and KVM virtualization (Daniel Berrange),<br/>
+      Add support for network configuration (Mark McLoughlin)<br/>
+      </li>
      <li>Bug fixes:<br/>
      avoid a crash in connect (Daniel Berrange),<br/>
      virsh args parsing (Richard Jones)<br/>
      </li>
-      <li>Add support for QEmu and KVM virtualization (Daniel Berrange)</li>
-      <li>Add support for network configuration (Mark McLoughlin)</li>
-      <li>Minor improvements:<br/>
+      <li>Improvements:<br/>
      regression testing (Daniel Berrange),<br/>
      localization string updates<br/>
      </li>
+      <li>Cleanups:<br/>
+      Various internal cleanups (Mark McLoughlin, Richard Jones, Daniel Berrange, Karel Zak)<br/>
+      </li>
    </ul>
    <h3>0.1.11: Jan 22 2007</h3>
    <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>
+      <li>Features:<br/>
+      Added a Relax-NG schemas to check XML instances<br/>
+      </li>
+      <li>Bug Fixes:<br/>
+      Remove memory leak when freeing virConf objects<br/>
+      </li>
+      <li>Improvements:<br/>
+      Finish XML &lt;-&gt; XM config files support,<br/>
+      Finishing inactive domain support (Daniel Berrange)<br/>
+      </li>
    </ul>
    <h3>0.1.10: Dec 20 2006</h3>
    <ul>
-      <li>more localizations</li>
-      <li>bug fixes:<br/>
+      <li>Bug Fixes:<br/>
      VCPU info breakages on xen 3.0.3,<br/>
      xenDaemonListDomains buffer overflow (Daniel Berrange),<br/>
      reference count bug when creating Xen domains (Daniel Berrange)<br/>
      </li>
-      <li>improvements:<br/>
+      <li>Improvements:<br/>
+      more localizations,

You're missing <br/> here   ^^^^

Otherwise looks fine, but my brain hurts from this.  Seriously.

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]