Skip to content

Commit

Permalink
Blog post about 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ABBAPOH committed Aug 9, 2024
1 parent 7a09842 commit 050729b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
34 changes: 34 additions & 0 deletions content/blog/release-2.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Qbs 2.4.1 released
date: '2024-08-08'
author: Ivan Komissarov
---

The [Qbs build tool](http://qbs.io) version 2.4.1 is available.

## What's new

<!--more-->

This is a minor bugfix release that contains some fixes such as:

* Fix LibraryProbe to take into account libraries both with and without the "lib" prefix. This
fixes the Conan provider for MinGW.
* Conan module provider no longer set platform to "none" for baremetal toolchains
([QBS-1795](https://bugreports.qt.io/projects/QBS/issues/QBS-1795)).

Sources, binaries, change log etc can be found
[here](https://download.qt.io/official_releases/qbs/2.4.1/).

This release of qbs is also part of Qt Creator 14.0.1.

Also, Qbs binaries are available via different package managers such as
[Chocolatey](https://community.chocolatey.org/packages/qbs),
[Brew](https://formulae.brew.sh/formula/qbs), [macports](https://ports.macports.org/port/qbs/) and
[others](https://repology.org/metapackage/qbs/versions).

### Contributors
Thanks to everybody who made the 2.4.1 release happen:

* Christian Kandeler
* Ivan Komissarov
3 changes: 3 additions & 0 deletions content/blog/release-2.4.1.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Ivan Komissarov <[email protected]>

SPDX-License-Identifier: GPL-3.0-only

0 comments on commit 050729b

Please sign in to comment.