diff mbox series

releases.svg: update according to latest release

Message ID 20230508055100.2204477-1-michael.opdenacker@bootlin.com
State New
Headers show
Series releases.svg: update according to latest release | expand

Commit Message

Michael Opdenacker May 8, 2023, 5:51 a.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

- Update the Mickledore starting and ending time
- Mickledore is no longer a future release

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/ref-manual/svg/releases.svg | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Comments

Takayasu Ito May 16, 2023, 7:45 a.m. UTC | #1
Hi Michael

I see that the last point release of Yocto 3.3 was on 4/28/2022, and I 
think Hardknott's line needs to be extended by 6 months.

On 2023/05/08 14:51, Michael Opdenacker via lists.yoctoproject.org wrote:
> From: Michael Opdenacker <michael.opdenacker@bootlin.com>
> 
> - Update the Mickledore starting and ending time
> - Mickledore is no longer a future release
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> ---
>   documentation/ref-manual/svg/releases.svg | 22 +++++++++++-----------
>   1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/documentation/ref-manual/svg/releases.svg b/documentation/ref-manual/svg/releases.svg
> index f2607244c8..50e3728ee9 100644
> --- a/documentation/ref-manual/svg/releases.svg
> +++ b/documentation/ref-manual/svg/releases.svg
> @@ -383,9 +383,9 @@
>        inkscape:window-height="1016"
>        id="namedview4"
>        showgrid="true"
> -     inkscape:zoom="0.72360224"
> -     inkscape:cx="889.30073"
> -     inkscape:cy="397.31773"
> +     inkscape:zoom="1.4472045"
> +     inkscape:cx="777.01528"
> +     inkscape:cy="286.41426"
>        inkscape:window-x="1994"
>        inkscape:window-y="27"
>        inkscape:window-maximized="1"
> @@ -562,9 +562,9 @@
>       <rect
>          style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
>          id="rect917-0-0-4-4-9-4"
> -       width="140.00002"
> +       width="160.00002"
>          height="45.000004"
> -       x="960"
> +       x="959.99994"
>          y="-120"
>          ry="2.2558987" />
>       <text
> @@ -584,26 +584,26 @@
>            style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
>            id="tspan10317-2-9-1">4.1</tspan></text>
>       <rect
> -       style="opacity:0.75;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
> +       style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
>          id="rect917-0-0-4-4-9-4-5"
>          width="140.00002"
>          height="45.000004"
> -       x="1080"
> -       y="-174.99998"
> +       x="1100"
> +       y="-175.00003"
>          ry="2.2558987" />
>       <text
>          xml:space="preserve"
>          style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
> -       x="1134.2344"
> +       x="1156.057"
>          y="-155.49881"
>          id="text1185-3-55-4-0-0-0-1"><tspan
>            sodipodi:role="line"
> -         x="1134.2344"
> +         x="1156.057"
>            y="-155.49881"
>            style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
>            id="tspan957-2-8-6-3-9-7">Mickledore</tspan><tspan
>            sodipodi:role="line"
> -         x="1134.2344"
> +         x="1156.057"
>            y="-137.50214"
>            style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
>            id="tspan10317-2-9-1-4">4.2</tspan></text>
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#3923): https://lists.yoctoproject.org/g/docs/message/3923
> Mute This Topic: https://lists.yoctoproject.org/mt/98755922/3617373
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [ito@lineo.co.jp]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Michael Opdenacker May 16, 2023, 8:47 a.m. UTC | #2
Hi  Takayasu,

On 16.05.23 at 09:45, Takayasu Ito wrote:
> Hi Michael
>
> I see that the last point release of Yocto 3.3 was on 4/28/2022, and I 
> think Hardknott's line needs to be extended by 6 months.


Oops, that's correct. Do you remember why we supported Hardknott for so 
long?
Making the change may confuse people. They could think that Hardknott 
was a "short" LTS, but hey, that's what happened.

Cheers
Michael.
Takayasu Ito May 16, 2023, 11:37 a.m. UTC | #3
Hi Michael

I remember that this was extended at the request of the community in Yocto 3.4 due to incompatible override syntax changes.
https://docs.yoctoproject.org/migration-guides/migration-3.4.html#override-syntax-changes

https://lists.yoctoproject.org/g/yocto/message/55344
"A request was made to continue hardknott support in the community and this was agreed until Feb/March next year but will not 
overlap the LTS."




On 2023/05/16 17:47, Michael Opdenacker via lists.yoctoproject.org wrote:
> Hi  Takayasu,
> 
> On 16.05.23 at 09:45, Takayasu Ito wrote:
>> Hi Michael
>>
>> I see that the last point release of Yocto 3.3 was on 4/28/2022, and I think Hardknott's line needs to be extended by 6 months.
> 
> 
> Oops, that's correct. Do you remember why we supported Hardknott for so long?
> Making the change may confuse people. They could think that Hardknott was a "short" LTS, but hey, that's what happened.
> 
> Cheers
> Michael.
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#3944): https://lists.yoctoproject.org/g/docs/message/3944
> Mute This Topic: https://lists.yoctoproject.org/mt/98755922/3617373
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [ito@lineo.co.jp]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Michael Opdenacker May 16, 2023, 1:38 p.m. UTC | #4
Hi Takayasu,

On 16.05.23 at 13:37, Takayasu Ito wrote:
> Hi Michael
>
> I remember that this was extended at the request of the community in 
> Yocto 3.4 due to incompatible override syntax changes.
> https://docs.yoctoproject.org/migration-guides/migration-3.4.html#override-syntax-changes 
>
>
> https://lists.yoctoproject.org/g/yocto/message/55344
> "A request was made to continue hardknott support in the community and 
> this was agreed until Feb/March next year but will not overlap the LTS."


Oh yes, I remember now, thanks!
An update to the diagram with explanations is coming soon.
Thanks again
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/svg/releases.svg b/documentation/ref-manual/svg/releases.svg
index f2607244c8..50e3728ee9 100644
--- a/documentation/ref-manual/svg/releases.svg
+++ b/documentation/ref-manual/svg/releases.svg
@@ -383,9 +383,9 @@ 
      inkscape:window-height="1016"
      id="namedview4"
      showgrid="true"
-     inkscape:zoom="0.72360224"
-     inkscape:cx="889.30073"
-     inkscape:cy="397.31773"
+     inkscape:zoom="1.4472045"
+     inkscape:cx="777.01528"
+     inkscape:cy="286.41426"
      inkscape:window-x="1994"
      inkscape:window-y="27"
      inkscape:window-maximized="1"
@@ -562,9 +562,9 @@ 
     <rect
        style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
        id="rect917-0-0-4-4-9-4"
-       width="140.00002"
+       width="160.00002"
        height="45.000004"
-       x="960"
+       x="959.99994"
        y="-120"
        ry="2.2558987" />
     <text
@@ -584,26 +584,26 @@ 
          style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
          id="tspan10317-2-9-1">4.1</tspan></text>
     <rect
-       style="opacity:0.75;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
+       style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-opacity:1"
        id="rect917-0-0-4-4-9-4-5"
        width="140.00002"
        height="45.000004"
-       x="1080"
-       y="-174.99998"
+       x="1100"
+       y="-175.00003"
        ry="2.2558987" />
     <text
        xml:space="preserve"
        style="font-weight:bold;font-size:13.3333px;line-height:125%;font-family:'Nimbus Roman';-inkscape-font-specification:'Nimbus Roman, Bold';letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#fffefe;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       x="1134.2344"
+       x="1156.057"
        y="-155.49881"
        id="text1185-3-55-4-0-0-0-1"><tspan
          sodipodi:role="line"
-         x="1134.2344"
+         x="1156.057"
          y="-155.49881"
          style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
          id="tspan957-2-8-6-3-9-7">Mickledore</tspan><tspan
          sodipodi:role="line"
-         x="1134.2344"
+         x="1156.057"
          y="-137.50214"
          style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.3333px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans Bold';text-align:center;text-anchor:middle;fill:#fffefe;fill-opacity:1;stroke:none"
          id="tspan10317-2-9-1-4">4.2</tspan></text>