mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
news: Introduce rules for the schema file and fix offending lines
Add stricter rules for the news file and fix offending entries.
This commit is contained in:
parent
e19505daa6
commit
7bbdb29ce6
@ -5,9 +5,17 @@
|
|||||||
This file will be processed to produce both HTML and plain text versions
|
This file will be processed to produce both HTML and plain text versions
|
||||||
of the release notes.
|
of the release notes.
|
||||||
|
|
||||||
Keep the style consistent with existing entries as much as possible:
|
Keep the style consistent with existing entries as much as possible.
|
||||||
each change should be documented by a short, one-sentence summary
|
|
||||||
and optionally a description where it's explained in more detail
|
Each change should be documented by a short, one-sentence summary, which
|
||||||
|
should fit in a single line and should not contain any formatting tags.
|
||||||
|
|
||||||
|
You can optionally add a description if you feel like the summary alone is
|
||||||
|
not enough to document the change accurately. The description may contain
|
||||||
|
a <code> tag for switching to non-proportional font. No other tags are
|
||||||
|
allowed.
|
||||||
|
|
||||||
|
Lines should be kept under 80 columns, and should not exceed 100 columns.
|
||||||
|
|
||||||
Use the following template to add a new release section:
|
Use the following template to add a new release section:
|
||||||
|
|
||||||
@ -432,7 +440,7 @@
|
|||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
nss: Introduce <code>libvirt_guest</code>
|
nss: Introduce libvirt_guest
|
||||||
</summary>
|
</summary>
|
||||||
<description>
|
<description>
|
||||||
New <code>libvirt_guest</code> nss module that translates libvirt
|
New <code>libvirt_guest</code> nss module that translates libvirt
|
||||||
@ -692,7 +700,7 @@
|
|||||||
<description>
|
<description>
|
||||||
The new libssh transport allows one to connect to a running
|
The new libssh transport allows one to connect to a running
|
||||||
libvirtd via SSH, using the libssh library; for example:
|
libvirtd via SSH, using the libssh library; for example:
|
||||||
<tt>qemu+libssh://<i>server</i>/system</tt>.
|
<code>qemu+libssh://server/system</code>.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
@ -706,17 +714,22 @@
|
|||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
qemu: Users can now enable debug logging for native gluster
|
Allow debugging of gluster volumes in qemu
|
||||||
volumes in qemu using the "gluster_debug_level" option in qemu.conf
|
|
||||||
</summary>
|
</summary>
|
||||||
|
<description>
|
||||||
|
Users can now enable debug logging for native gluster
|
||||||
|
volumes in qemu using the "gluster_debug_level" option in qemu.conf
|
||||||
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
memory hotplug: Slot numbers for memory devices are now
|
Pre-allocate memory slots for memory hotplug
|
||||||
automatically allocated and thus persistent. In addition slot numbers
|
|
||||||
can be specified without providing a base address, which simplifies
|
|
||||||
user configuration
|
|
||||||
</summary>
|
</summary>
|
||||||
|
<description>
|
||||||
|
Slot numbers for memory devices are now automatically allocated and
|
||||||
|
thus persistent. In addition slot numbers can be specified without
|
||||||
|
providing a base address, which simplifies user configuration
|
||||||
|
</description>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
@ -746,8 +759,7 @@
|
|||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
<summary>
|
<summary>
|
||||||
virsh: Add support for passing an alternative persistent XML
|
virsh: Add support for passing an alternative persistent XML to migrate command
|
||||||
to migrate command
|
|
||||||
</summary>
|
</summary>
|
||||||
</change>
|
</change>
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
Reference in New Issue
Block a user