[rt-commit] r139 - in /redwax-tool/trunk: ChangeLog redwax-tool.c

rt-commit at redwax.eu rt-commit at redwax.eu
Sat Oct 1 14:23:14 CEST 2022


Author: minfrin at redwax.eu
Date: Sat Oct  1 14:23:13 2022
New Revision: 139

Log:
Set metadata format default to yaml, as yaml is way
friendlier to humans than json or xml.

Modified:
    redwax-tool/trunk/ChangeLog
    redwax-tool/trunk/redwax-tool.c

Modified: redwax-tool/trunk/ChangeLog
==============================================================================
--- redwax-tool/trunk/ChangeLog	(original)
+++ redwax-tool/trunk/ChangeLog	Sat Oct  1 14:23:13 2022
@@ -1,5 +1,8 @@
 
 Changes with v0.9.2
+
+ *) Set metadata format default to yaml, as yaml is way
+    friendlier to humans than json or xml. [Graham Leggett]
 
  *) Separate stdout and stderr when generating metadata so
     that one doesn't ruin a cut and paste from the other.

Modified: redwax-tool/trunk/redwax-tool.c
==============================================================================
--- redwax-tool/trunk/redwax-tool.c	(original)
+++ redwax-tool/trunk/redwax-tool.c	Sat Oct  1 14:23:13 2022
@@ -3039,7 +3039,7 @@
     apr_file_open_stdin(&r.in, r.pool);
     apr_file_open_stdout(&r.out, r.pool);
 
-    r.format = REDWAX_FORMAT_JSON;
+    r.format = REDWAX_FORMAT_YAML;
     r.key_in = 1;
     r.key_out = 1;
     r.cert_out = 1;



More information about the rt-commit mailing list