[libvirt-dbus PATCH 5/9] NEWS: Convert to reStructuredText

Andrea Bolognani abologna at redhat.com
Sat Apr 25 20:59:42 UTC 2020


Note that, while it didn't have a file extension, it was already
basically a Markdown document: now that the file extension is
present and matching the contents, GitLab and friends will render
it nicely.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 NEWS                 | 88 -----------------------------------------
 NEWS.rst             | 94 ++++++++++++++++++++++++++++++++++++++++++++
 libvirt-dbus.spec.in |  2 +-
 3 files changed, 95 insertions(+), 89 deletions(-)
 delete mode 100644 NEWS
 create mode 100644 NEWS.rst

diff --git a/NEWS b/NEWS
deleted file mode 100644
index 4a24206..0000000
--- a/NEWS
+++ /dev/null
@@ -1,88 +0,0 @@
-libvirt-dbus releases
-=====================
-
-# v1.3.0 (2019-01-18)
-
-  * New features
-
-    - Support for all relevant interface APIs up to libvirt 3.0.0
-
-  * Bug fixes
-
-    - Storage volumes and with special characters in the name are now correctly listed
-
-  * Build-system improvements
-
-    - Detect flake8 automatically
-
-    - Install daemon under @sbindir@
-
-    - Fix version check for dependencies
-
-
-# v1.2.0 (2018-07-04)
-
-  * Bug fixes
-
-    - Properly deregister NodeDevice event callback
-
-  * Improvements
-
-    - Allow system access to users in the libvirt group
-
-    - Switch to xz compression for release archives
-
-  * Build-system fixes
-
-    - Fix default polkit rule directory and make it configurable
-
-    - Fix typo to properly build binaries with PIE
-
-
-# v1.1.0 (2018-06-21)
-
-  * New features
-
-    - Support for all relevant nwfilter APIs up to libvirt 3.0.0
-
-    - Support for all relevant storage volume APIs up to libvirt 3.0.0
-
-    - Support for all relevant node device APIs up to libvirt 3.0.0
-
-  * Bug fixes
-
-    - Don't report error for GetAll on properties if some property is not accessible
-
-
-# v1.0.0 (2018-05-16)
-
-  * Fist stable release, from now on we will not change existing APIs
-
-  * New features
-
-    - Support for almost all relevant domain APIs and events up to libvirt 3.0.0
-
-    - Support for all relevant connect APIs up to libvirt 3.0.0
-
-    - Support for all relevant network APIs and events up to libvirt 3.0.0
-
-    - Support for all relevant storage pool APIs and events up to libvirt 3.0.0
-
-    - Support for all relevant secret APIs and evetns up to libvirt 3.0.0
-
-  * Improvements
-
-    - Added org.gtk.GDBus.DocString annotation for D-Bus APIs
-
-    - Added man page for libvirt-dbus daemon
-
-
-# v0.0.1 (2018-03-22)
-
-  * First unstable release
-
-    - Basic support for starting and destroying domains
-
-    - Basic support for getting some information about domains
-
-    - Basic support for listing existing and creating new domains
diff --git a/NEWS.rst b/NEWS.rst
new file mode 100644
index 0000000..64f17e8
--- /dev/null
+++ b/NEWS.rst
@@ -0,0 +1,94 @@
+=====================
+libvirt-dbus releases
+=====================
+
+v1.3.0 (2019-01-18)
+===================
+
+* New features
+
+  - Support for all relevant interface APIs up to libvirt 3.0.0
+
+* Bug fixes
+
+  - Storage volumes and with special characters in the name are now correctly listed
+
+* Build-system improvements
+
+  - Detect flake8 automatically
+
+  - Install daemon under @sbindir@
+
+  - Fix version check for dependencies
+
+
+v1.2.0 (2018-07-04)
+===================
+
+* Bug fixes
+
+  - Properly deregister NodeDevice event callback
+
+* Improvements
+
+  - Allow system access to users in the libvirt group
+
+  - Switch to xz compression for release archives
+
+* Build-system fixes
+
+  - Fix default polkit rule directory and make it configurable
+
+  - Fix typo to properly build binaries with PIE
+
+
+v1.1.0 (2018-06-21)
+===================
+
+* New features
+
+  - Support for all relevant nwfilter APIs up to libvirt 3.0.0
+
+  - Support for all relevant storage volume APIs up to libvirt 3.0.0
+
+  - Support for all relevant node device APIs up to libvirt 3.0.0
+
+* Bug fixes
+
+  - Don't report error for GetAll on properties if some property is not accessible
+
+
+v1.0.0 (2018-05-16)
+===================
+
+* Fist stable release, from now on we will not change existing APIs
+
+* New features
+
+  - Support for almost all relevant domain APIs and events up to libvirt 3.0.0
+
+  - Support for all relevant connect APIs up to libvirt 3.0.0
+
+  - Support for all relevant network APIs and events up to libvirt 3.0.0
+
+  - Support for all relevant storage pool APIs and events up to libvirt 3.0.0
+
+  - Support for all relevant secret APIs and evetns up to libvirt 3.0.0
+
+* Improvements
+
+  - Added org.gtk.GDBus.DocString annotation for D-Bus APIs
+
+  - Added man page for libvirt-dbus daemon
+
+
+v0.0.1 (2018-03-22)
+===================
+
+* First unstable release
+
+  - Basic support for starting and destroying domains
+
+  - Basic support for getting some information about domains
+
+  - Basic support for listing existing and creating new domains
diff --git a/libvirt-dbus.spec.in b/libvirt-dbus.spec.in
index 4be17f2..a9fdd0c 100644
--- a/libvirt-dbus.spec.in
+++ b/libvirt-dbus.spec.in
@@ -50,7 +50,7 @@ getent passwd %{system_user} >/dev/null || \
 exit 0
 
 %files
-%doc AUTHORS NEWS
+%doc AUTHORS NEWS.rst
 %license COPYING
 %{_sbindir}/libvirt-dbus
 %{_datadir}/dbus-1/services/org.libvirt.service
-- 
2.25.3




More information about the libvir-list mailing list