summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2024-03-06 12:09:13 +0200
committerSebastian Dröge <sebastian@centricular.com>2024-03-06 12:10:17 +0200
commit559c3b93a26611e20692cb8e7ef00ef1f4f2cf4e (patch)
tree0c15ead4aac3c50613f5cfcf10b6db2b1c8cae18
parentf9d116a3957a8d5a31c475835e822b963af01131 (diff)
release: Fix mention of Debian stable in 1.24 release notes to oldstable
-rw-r--r--src/htdocs/releases/1.24/release-notes-1.24.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htdocs/releases/1.24/release-notes-1.24.md b/src/htdocs/releases/1.24/release-notes-1.24.md
index 835deacd..1def1d1c 100644
--- a/src/htdocs/releases/1.24/release-notes-1.24.md
+++ b/src/htdocs/releases/1.24/release-notes-1.24.md
@@ -502,7 +502,7 @@ New API has been added for easy handling of these new caps:
C version various error paths are handled more correctly and a couple
of memory leaks are fixed. Otherwise it should work identically.
The minimum required Rust version for compiling this is 1.48, i.e. the
- version currently in Debian stable. On Windows, Rust 1.54 is needed at least.
+ version currently in Debian oldstable. On Windows, Rust 1.54 is needed at least.
- New `ptp-helper` Meson build option so PTP support can be disabled or required.
@@ -1300,7 +1300,7 @@ For a full list of changes in the Rust plugins see the
- The `ptp-helper` for Precision Time Protocol (PTP) support in GStreamer core
has been rewritten in Rust, and the minimum required Rust version for building
- this is 1.48, i.e. the version currently in Debian stable. On Windows, at least
+ this is 1.48, i.e. the version currently in Debian oldstable. On Windows, at least
Rust 1.54 is needed. There is a new `ptp-helper` Meson feature option that can
be used to make sure everything needed for PTP support is available (if set to
`ptp-helper=enabled`). `cargo` is not required for building.