* [OSS-Tools] [dt-utils] Release 2023.11.0
@ 2023-11-24 11:04 Roland Hieber
2023-11-24 12:09 ` Ahmad Fatoum
0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2023-11-24 11:04 UTC (permalink / raw)
To: oss-tools
Hi,
I've just release dt-utils version 2023.11.0. You can download it at the
usual location:
https://public.pengutronix.de/software/dt-utils/dt-utils-2023.08.0.tar.xz
The file checksums are as follows:
* MD5: 4aa4ef310c76a2baa5df62254f0b7453
* SHA1: 3d9556c78c3894ef13fbf9b58eb66d1c11950563
* SHA256: d224d941c076c143f43d59cd7c6e1c522926064a31ac34a67720632ddecb6b53
A small bugfix release, mainly consisting of the following commit:
* commit b67e96895f52 "libdt: prefer first found disk when looking for
block devices"
When using barebox-state on boards with a barbeox-state partition on
an eMMC device, it could happen that barebox-state tried to find a GPT
partition on /dev/mmcblkXbootN instead of /dev/mmcblkX, obviously
failing to find a matching partition there, and quitting without any
further action. This commit restores the old behaviour of using the
first found MMC device (/dev/mmcblkX) instead of the last one.
Although this is not completely future-proof, it has worked for years
and serves a good stop-gap solution for now.
A few more housekeeping and maintenance commits:
* commit feca1c1ffdaa "README: provide git format.subjectPrefix line to copy"
* commit 1cd62596dbd7 "meson: align libdt-utils version with autotools'"
This release includes contributions by Ahmad Fatoum, Enrico Jörns, Leonard
Göhrs, and Roland Hieber. Thank you to all contributors!
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OSS-Tools] [dt-utils] Release 2023.11.0
2023-11-24 11:04 [OSS-Tools] [dt-utils] Release 2023.11.0 Roland Hieber
@ 2023-11-24 12:09 ` Ahmad Fatoum
2023-11-27 18:10 ` Roland Hieber
0 siblings, 1 reply; 3+ messages in thread
From: Ahmad Fatoum @ 2023-11-24 12:09 UTC (permalink / raw)
To: Roland Hieber, oss-tools
On 24.11.23 12:04, Roland Hieber wrote:
> Hi,
>
> I've just release dt-utils version 2023.11.0. You can download it at the
> usual location:
>
> https://public.pengutronix.de/software/dt-utils/dt-utils-2023.08.0.tar.xz
https://public.pengutronix.de/software/dt-utils/dt-utils-2023.11.0.tar.xz
>
> The file checksums are as follows:
>
> * MD5: 4aa4ef310c76a2baa5df62254f0b7453
> * SHA1: 3d9556c78c3894ef13fbf9b58eb66d1c11950563
> * SHA256: d224d941c076c143f43d59cd7c6e1c522926064a31ac34a67720632ddecb6b53
Hashes are correct though.
Thanks for the release!
Ahmad
>
> A small bugfix release, mainly consisting of the following commit:
>
> * commit b67e96895f52 "libdt: prefer first found disk when looking for
> block devices"
> When using barebox-state on boards with a barbeox-state partition on
> an eMMC device, it could happen that barebox-state tried to find a GPT
> partition on /dev/mmcblkXbootN instead of /dev/mmcblkX, obviously
> failing to find a matching partition there, and quitting without any
> further action. This commit restores the old behaviour of using the
> first found MMC device (/dev/mmcblkX) instead of the last one.
> Although this is not completely future-proof, it has worked for years
> and serves a good stop-gap solution for now.
>
> A few more housekeeping and maintenance commits:
>
> * commit feca1c1ffdaa "README: provide git format.subjectPrefix line to copy"
> * commit 1cd62596dbd7 "meson: align libdt-utils version with autotools'"
>
> This release includes contributions by Ahmad Fatoum, Enrico Jörns, Leonard
> Göhrs, and Roland Hieber. Thank you to all contributors!
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OSS-Tools] [dt-utils] Release 2023.11.0
2023-11-24 12:09 ` Ahmad Fatoum
@ 2023-11-27 18:10 ` Roland Hieber
0 siblings, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2023-11-27 18:10 UTC (permalink / raw)
To: Ahmad Fatoum; +Cc: oss-tools
On Fri, Nov 24, 2023 at 01:09:40PM +0100, Ahmad Fatoum wrote:
> On 24.11.23 12:04, Roland Hieber wrote:
> > Hi,
> >
> > I've just release dt-utils version 2023.11.0. You can download it at the
> > usual location:
> >
> > https://public.pengutronix.de/software/dt-utils/dt-utils-2023.08.0.tar.xz
>
> https://public.pengutronix.de/software/dt-utils/dt-utils-2023.11.0.tar.xz
Oh yes, thank you, you're correct… so much for re-using old release
mails… 🙈
- Roland
> > The file checksums are as follows:
> >
> > * MD5: 4aa4ef310c76a2baa5df62254f0b7453
> > * SHA1: 3d9556c78c3894ef13fbf9b58eb66d1c11950563
> > * SHA256: d224d941c076c143f43d59cd7c6e1c522926064a31ac34a67720632ddecb6b53
>
> Hashes are correct though.
>
> Thanks for the release!
> Ahmad
>
> >
> > A small bugfix release, mainly consisting of the following commit:
> >
> > * commit b67e96895f52 "libdt: prefer first found disk when looking for
> > block devices"
> > When using barebox-state on boards with a barbeox-state partition on
> > an eMMC device, it could happen that barebox-state tried to find a GPT
> > partition on /dev/mmcblkXbootN instead of /dev/mmcblkX, obviously
> > failing to find a matching partition there, and quitting without any
> > further action. This commit restores the old behaviour of using the
> > first found MMC device (/dev/mmcblkX) instead of the last one.
> > Although this is not completely future-proof, it has worked for years
> > and serves a good stop-gap solution for now.
> >
> > A few more housekeeping and maintenance commits:
> >
> > * commit feca1c1ffdaa "README: provide git format.subjectPrefix line to copy"
> > * commit 1cd62596dbd7 "meson: align libdt-utils version with autotools'"
> >
> > This release includes contributions by Ahmad Fatoum, Enrico Jörns, Leonard
> > Göhrs, and Roland Hieber. Thank you to all contributors!
> >
>
> --
> Pengutronix e.K. | |
> Steuerwalder Str. 21 | http://www.pengutronix.de/ |
> 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
>
>
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-27 18:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24 11:04 [OSS-Tools] [dt-utils] Release 2023.11.0 Roland Hieber
2023-11-24 12:09 ` Ahmad Fatoum
2023-11-27 18:10 ` Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox