]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: YAJL -> json-c switch
authorJán Tomko <jtomko@redhat.com>
Wed, 25 Sep 2024 13:42:10 +0000 (15:42 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 30 Sep 2024 12:25:57 +0000 (14:25 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index 38e82d2f6c40a2bbcdcde655ea80012283b4923e..3a745338b0590df037f8680916bea434165d8594 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -39,6 +39,12 @@ v10.8.0 (unreleased)
     ``daemon-driver-storage-core`` RPM package now doesn't strongly depend on it
     if the users wish for a more minimal deployment.
 
+  * Switch from YAJL to json-c for JSON parsing and formatting
+
+    The parser and formatter in the libvirt library, as well
+    as the parsers in the nss plugin were rewritten to use json-c
+    instead of YAJL, which is effectively dead upstream.
+
 * **Bug fixes**
 
   * virsh: Fix script-friedly output of ``virsh list --uuid``