From 3953811754239a28f219ca9cffa1f85942565bf5 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 12 Aug 2026 09:14:37 -0600 Subject: [PATCH] Create Asterisk 24 Placeholder --- docs/.pages | 1 + docs/About-the-Project/Asterisk-Versions.md | 1 + docs/Asterisk_24_Documentation/Upgrading.md | 6 ++++++ docs/Asterisk_24_Documentation/WhatsNew.md | 8 ++++++++ docs/Asterisk_24_Documentation/index.md | 5 +++++ 5 files changed, 21 insertions(+) create mode 100644 docs/Asterisk_24_Documentation/Upgrading.md create mode 100644 docs/Asterisk_24_Documentation/WhatsNew.md create mode 100644 docs/Asterisk_24_Documentation/index.md diff --git a/docs/.pages b/docs/.pages index 56626f54e5..b89ca3f2a6 100644 --- a/docs/.pages +++ b/docs/.pages @@ -14,6 +14,7 @@ nav: - Asterisk_21_Documentation - Asterisk_22_Documentation - Asterisk_23_Documentation + - Asterisk_24_Documentation - Certified-Asterisk_18.9_Documentation - Certified-Asterisk_20.7_Documentation - Certified-Asterisk_22.8_Documentation diff --git a/docs/About-the-Project/Asterisk-Versions.md b/docs/About-the-Project/Asterisk-Versions.md index 1eb5b11f6b..eda01c3287 100644 --- a/docs/About-the-Project/Asterisk-Versions.md +++ b/docs/About-the-Project/Asterisk-Versions.md @@ -31,6 +31,7 @@ The following table shows the release time lines for all releases of Asterisk, i | 21.x | Standard | 2023-10-18 | 2025-10-18 | 2026-10-18 | Security Fix Only (Due to a mistake in scheduling this was supported for 2 years for bug fixes) | | 22.x | LTS | 2024-10-16 | 2028-10-16 | 2029-10-16 | Fully Supported | | 23.x | Standard | 2025-10-15 | 2026-10-15 | 2027-10-15 | Fully Supported | +| 24.x | LTS | 2026-10-15 | 2030-10-15 | 2031-10-15 | Pre-release | New releases of Asterisk will be made roughly once a year, alternating between standard and LTS releases. Within a given release series that is fully supported, bug fix updates are provided roughly every 4 to 6 weeks. For a release series that is receiving only maintenance for security fixes, updates are made on an as needed basis. diff --git a/docs/Asterisk_24_Documentation/Upgrading.md b/docs/Asterisk_24_Documentation/Upgrading.md new file mode 100644 index 0000000000..ae921ef480 --- /dev/null +++ b/docs/Asterisk_24_Documentation/Upgrading.md @@ -0,0 +1,6 @@ +--- +title: Upgrading to Asterisk 24 +--- + +For a complete list upgrade information in Asterisk 24 please see the +[ChangeLogs](https://github.com/asterisk/asterisk/tree/releases/24/ChangeLogs) included with Asterisk 24. diff --git a/docs/Asterisk_24_Documentation/WhatsNew.md b/docs/Asterisk_24_Documentation/WhatsNew.md new file mode 100644 index 0000000000..e717c31888 --- /dev/null +++ b/docs/Asterisk_24_Documentation/WhatsNew.md @@ -0,0 +1,8 @@ +--- +title: New in 24 +--- + +# What's New in Asterisk 24 + +For a complete list upgrade information in Asterisk 24 please see the +[ChangeLogs](https://github.com/asterisk/asterisk/tree/releases/24/ChangeLogs) included with Asterisk 24. diff --git a/docs/Asterisk_24_Documentation/index.md b/docs/Asterisk_24_Documentation/index.md new file mode 100644 index 0000000000..4a5db26ea5 --- /dev/null +++ b/docs/Asterisk_24_Documentation/index.md @@ -0,0 +1,5 @@ +--- +title: Asterisk 24 Documentation +--- + +# This is documentation specific to Asterisk 24