[libvirt] [PATCH] docs: improve release numbering rule for minor numbers

Adding first build of year minor number reset to 0. Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/downloads.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/downloads.html.in b/docs/downloads.html.in index f34e9a6..1f2ec1d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -383,7 +383,8 @@ <dd>incremented by 1 for the first release of the year (the Jan 15th release)</dd> <dt><code>minor</code></dt> - <dd>incremented by 1 for each monthly release from git master</dd> + <dd>set to 0 with every major increment or incremented by 1 + for each monthly release from git master</dd> <dt><code>micro</code></dt> <dd>always 0 for releases from git master, incremented by 1 for each stable maintenance release</dd> -- 2.5.5

On Wed, Nov 30, 2016 at 01:04:04PM +0100, Boris Fiuczynski wrote:
Adding first build of year minor number reset to 0.
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/downloads.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index f34e9a6..1f2ec1d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -383,7 +383,8 @@ <dd>incremented by 1 for the first release of the year (the Jan 15th release)</dd> <dt><code>minor</code></dt> - <dd>incremented by 1 for each monthly release from git master</dd> + <dd>set to 0 with every major increment or incremented by 1
s/set/reset/ s/or/and/ ACK with that. Let me know if you agree, so that I can push it.
+ for each monthly release from git master</dd> <dt><code>micro</code></dt> <dd>always 0 for releases from git master, incremented by 1 for each stable maintenance release</dd> -- 2.5.5

On 11/30/2016 01:44 PM, Martin Kletzander wrote:
On Wed, Nov 30, 2016 at 01:04:04PM +0100, Boris Fiuczynski wrote:
Adding first build of year minor number reset to 0.
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/downloads.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index f34e9a6..1f2ec1d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -383,7 +383,8 @@ <dd>incremented by 1 for the first release of the year (the Jan 15th release)</dd> <dt><code>minor</code></dt> - <dd>incremented by 1 for each monthly release from git master</dd> + <dd>set to 0 with every major increment or incremented by 1
s/set/reset/ s/or/and/ I am fine with reset. If you want to replace "or" with "and" than you need to reset to -1. :-)
ACK with that. Let me know if you agree, so that I can push it.
+ for each monthly release from git master</dd> <dt><code>micro</code></dt> <dd>always 0 for releases from git master, incremented by 1 for each stable maintenance release</dd> -- 2.5.5
-- Mit freundlichen Grüßen/Kind regards Boris Fiuczynski IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martina Köderitz Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294

On 11/30/2016 01:50 PM, Boris Fiuczynski wrote:
On 11/30/2016 01:44 PM, Martin Kletzander wrote:
On Wed, Nov 30, 2016 at 01:04:04PM +0100, Boris Fiuczynski wrote:
Adding first build of year minor number reset to 0.
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/downloads.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index f34e9a6..1f2ec1d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -383,7 +383,8 @@ <dd>incremented by 1 for the first release of the year (the Jan 15th release)</dd> <dt><code>minor</code></dt> - <dd>incremented by 1 for each monthly release from git master</dd> + <dd>set to 0 with every major increment or incremented by 1
s/set/reset/ s/or/and/ I am fine with reset. If you want to replace "or" with "and" than you need to reset to -1. :-) How about "otherwise"?
ACK with that. Let me know if you agree, so that I can push it.
+ for each monthly release from git master</dd> <dt><code>micro</code></dt> <dd>always 0 for releases from git master, incremented by 1 for each stable maintenance release</dd> -- 2.5.5
-- Mit freundlichen Grüßen/Kind regards Boris Fiuczynski IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martina Köderitz Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294

On Wed, Nov 30, 2016 at 02:01:47PM +0100, Boris Fiuczynski wrote:
On 11/30/2016 01:50 PM, Boris Fiuczynski wrote:
On 11/30/2016 01:44 PM, Martin Kletzander wrote:
On Wed, Nov 30, 2016 at 01:04:04PM +0100, Boris Fiuczynski wrote:
Adding first build of year minor number reset to 0.
Signed-off-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- docs/downloads.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/downloads.html.in b/docs/downloads.html.in index f34e9a6..1f2ec1d 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -383,7 +383,8 @@ <dd>incremented by 1 for the first release of the year (the Jan 15th release)</dd> <dt><code>minor</code></dt> - <dd>incremented by 1 for each monthly release from git master</dd> + <dd>set to 0 with every major increment or incremented by 1
s/set/reset/ s/or/and/ I am fine with reset. If you want to replace "or" with "and" than you need to reset to -1. :-) How about "otherwise"?
Yep, OK, I'll push that version. That makes the most sense.
ACK with that. Let me know if you agree, so that I can push it.
+ for each monthly release from git master</dd> <dt><code>micro</code></dt> <dd>always 0 for releases from git master, incremented by 1 for each stable maintenance release</dd> -- 2.5.5
-- Mit freundlichen Grüßen/Kind regards Boris Fiuczynski
IBM Deutschland Research & Development GmbH Vorsitzender des Aufsichtsrats: Martina Köderitz Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen Registergericht: Amtsgericht Stuttgart, HRB 243294
participants (2)
-
Boris Fiuczynski
-
Martin Kletzander