From 40b0162aba73d100f53ba27916dde6e3389add03 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 25 Apr 2024 14:12:22 +0200 Subject: [PATCH 1/2] Link Medley releases from News & Status Reports Add section Release Notes to link to the releases section of Medley's GitHub repo. --- content/en/project/status/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/project/status/_index.md b/content/en/project/status/_index.md index a9db990d0..f4a28e434 100644 --- a/content/en/project/status/_index.md +++ b/content/en/project/status/_index.md @@ -24,6 +24,10 @@ The Medley team has produced annual reports documenting their major achievements - [2022 Annual Report](/project/status/2022medleyannualreport) - [2021 Annual Report](/project/status/2021medleyannualreport) +## Release Notes + +Builds of Medley for several operating systems and architectures are released every week on Monday. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). + ## November 2023 Computer Conservation Society event On November 16, 2023 Steve Kaisler gave the talk "Software Archaeology: The Medley Interlisp Modernisation Project" at a [Computer Conservation Society](https://www.computerconservationsociety.org/) event in London and the recording is available here. From fc33e0728d63b45567a09aa61ea9ca0cd1feb8fc Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Sat, 27 Apr 2024 11:17:22 +0200 Subject: [PATCH 2/2] Release -> automatic build, remove day reference Replace references to releases with automatic builds. Don't mention the specific day of the weekly builds. --- content/en/project/status/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/project/status/_index.md b/content/en/project/status/_index.md index f4a28e434..2ea57ade9 100644 --- a/content/en/project/status/_index.md +++ b/content/en/project/status/_index.md @@ -24,9 +24,9 @@ The Medley team has produced annual reports documenting their major achievements - [2022 Annual Report](/project/status/2022medleyannualreport) - [2021 Annual Report](/project/status/2021medleyannualreport) -## Release Notes +## Build Notes -Builds of Medley for several operating systems and architectures are released every week on Monday. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). +Builds of Medley for several operating systems and architectures are generated automatically every week. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). ## November 2023 Computer Conservation Society event