From 7bbdb29ce600ef5a87a55b47c2e40df7611cffd4 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 31 Mar 2017 09:52:26 +0200 Subject: [PATCH] news: Introduce rules for the schema file and fix offending lines Add stricter rules for the news file and fix offending entries. --- docs/news.xml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index 2178851f21..db62279229 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -5,9 +5,17 @@ This file will be processed to produce both HTML and plain text versions of the release notes. - 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 + Keep the style consistent with existing entries as much as possible. + + 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 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: @@ -432,7 +440,7 @@ - nss: Introduce libvirt_guest + nss: Introduce libvirt_guest New libvirt_guest nss module that translates libvirt @@ -692,7 +700,7 @@ The new libssh transport allows one to connect to a running libvirtd via SSH, using the libssh library; for example: - qemu+libssh://server/system. + qemu+libssh://server/system. @@ -706,17 +714,22 @@ - qemu: Users can now enable debug logging for native gluster - volumes in qemu using the "gluster_debug_level" option in qemu.conf + Allow debugging of gluster volumes in qemu + + Users can now enable debug logging for native gluster + volumes in qemu using the "gluster_debug_level" option in qemu.conf + - memory hotplug: 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 + Pre-allocate memory slots for memory hotplug + + 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 + @@ -746,8 +759,7 @@ - virsh: Add support for passing an alternative persistent XML - to migrate command + virsh: Add support for passing an alternative persistent XML to migrate command