+ <para>Discussing technical topics in public is almost always
+ better than not. &os; is an Open Source project for which
+ <emphasis>Open</emphasis> is as important as writing
+ source code. It is worth reading the section of
+ <link xlink:href="https://producingoss.com/en/setting-tone.html#avoid-private-discussions">Producing Open Source</link> on this topic. The most important portion is
+ reproduced below:</para>
+
+ <blockquote>
+ <para>As slow and cumbersome as public discussion can be,
+ it's almost always preferable in the long run. Public
+ discussion has beneficial side effects that will last
+ beyond whatever ephemeral technical question was at
+ issue:</para>
+
+ <para>The discussion will help train and educate new
+ developers. You never know how many eyes are watching
+ the conversation; even if most people don't participate,
+ many may be lurking silently, gleaning information.</para>
+
+ <para>The discussion will train <emphasis>you</emphasis>in
+ the art of explaining technical issues to people who are
+ not as familiar as you are. This is a skill that requires
+ practice, and you can't get that practice by talking to
+ people who already know what you know.</para>
+
+ <para>The discussion and its conclusions will be available
+ in public archives forever after, enabling future
+ discussions to avoid retracing the same steps.</para>
+ </blockquote>
+
+ <para>The rule is: default to public unless there is an
+ explicit reason for it to be private.</para>
</listitem>
</orderedlist>
</sect2>
@@ -4433,6 +4457,11 @@
adding a patch fixing a buffer overflow.</para>
</listitem>
+ <listitem>
+ <para>Minor version changes that do nothing but fix
+ security or crash-related issues.</para>
+ </listitem>
+
<listitem>
<para>Adding/fixing
<varname>CONFLICTS</varname>.</para>
@@ -5058,28 +5087,6 @@
<title>Miscellaneous Questions</title>
<qandaset>
- <qandaentry>
- <question>
- <para>Why are trivial or cosmetic changes to files on a
- vendor branch a bad idea?</para>
- </question>
-
- <answer>
- <itemizedlist>
- <listitem>
- <para>From now on, every new vendor release of that file
- will need to have patches merged in by hand.</para>
- </listitem>
-
- <listitem>
- <para>From now on, every new vendor release of that file