]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
NEWS: Split off merged sections
authorAndrea Bolognani <abologna@redhat.com>
Tue, 13 Oct 2015 16:07:38 +0000 (18:07 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 14 Oct 2015 15:43:54 +0000 (17:43 +0200)
Portability and Bug Fixes for release 0.7.3 were merged together;
same for Features and Security for release 1.1.3. Split them off

docs/news.html.in

index 00dbb21f7a8bd7710ee31917cc764d5873d9e40b..1ce9509f98083de87cf4be1e25e4d936a8cb417e 100644 (file)
@@ -6044,9 +6044,10 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
     <ul>
       <li>Features:<br/>
       Add support for AArch64 architecture (Pranavkumar Sawargaonkar),<br/>
-      Various improvements on test code and test driver (many people),<br/>
+      Various improvements on test code and test driver (many people)<br/>
+      </li>
 
-Security:<br/>
+      <li>Security:<br/>
       Don't link virt-login-shell against libvirt.so (CVE-2013-4400) (Daniel P. Berrange),<br/>
       Close all non-stdio FDs in virt-login-shell (CVE-2013-4400) (Daniel P. Berrange),<br/>
       Only allow 'stderr' log output when running setuid (CVE-2013-4400) (Daniel P. Berrange),<br/>
@@ -18325,8 +18326,10 @@ Security:<br/>
         <li>Portability:<br/>
         Misc win32 build fixes (Daniel P. Berrange),<br/>
         Don't require full daemon install for libvirt python bindings (Daniel P. Berrange),<br/>
-        Tweak specfile to fix RHEL6 rules &amp; ESX/PHYP enablement (Daniel P. Berrange),<br/>
-        Bug Fixes:,
+        Tweak specfile to fix RHEL6 rules &amp; ESX/PHYP enablement (Daniel P. Berrange)<br/>
+        </li>
+
+        <li>Bug Fixes:<br/>
         network: Fix printing XML 'delay' attribute (Cole Robinson),<br/>
         Fix virFileReadLimFD/virFileReadAll to handle EINTR (Daniel P. Berrange),<br/>
         storage: Fix generating iscsi 'auth' xml (Cole Robinson),<br/>