]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Add an empty <change> to each <section>
authorAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2017 12:11:00 +0000 (13:11 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2017 12:11:00 +0000 (13:11 +0100)
The generated HTML will contain <ul></ul> otherwise, which
triggers an error during 'make check'.

The proper fix would be not to generate the problematic
HTML in the first place but, while I'm working on it, this
workaround will do.

docs/news.xml

index bb676192f59a2c646a66d13eee62dfa3920547aa..675faa7ab61503c22448f345809a9af88e2d90f7 100644 (file)
 <libvirt>
   <release version="v3.2.0" date="unreleased">
     <section title="New features">
+      <change/>
     </section>
     <section title="Improvements">
+      <change/>
     </section>
     <section title="Bug fixes">
+      <change/>
     </section>
   </release>
   <release version="v3.1.0" date="2017-03-03">