From: vttoth <vt...@us...> - 2025-07-29 06:44:29
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Maxima CAS Website". The branch, master has been updated via 7699d23f2c60b6b18bdb7f8fdc6b37c9a8d16bee (commit) from 744161255033d964e6f6a3fec2e648f4115e1ac6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7699d23f2c60b6b18bdb7f8fdc6b37c9a8d16bee Author: Viktor T. Toth <vt...@vt...> Date: Tue Jul 29 02:44:09 2025 -0400 Updated English starting pages for 5.48 diff --git a/download.html b/download.html index 8afece5..da62270 100644 --- a/download.html +++ b/download.html @@ -237,6 +237,7 @@ section.</p> <div class="card" id="releases"> <h2>Recent Releases</h2> <p>Click on a version number to see the list of main changes.</p> +<p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.48.md">5.48.0</a>: July 29, 2025</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.47.md">5.47.0</a>: May 31, 2023</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.46.md">5.46.0</a>: April 13, 2022</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.45.1.md">5.45.1</a>: June 21, 2021</p> diff --git a/faq.html b/faq.html index d39b9a9..8b67677 100644 --- a/faq.html +++ b/faq.html @@ -185,7 +185,7 @@ an academic context?</em></p> <blockquote> <a href="https://maxima.sourceforge.io">Maxima.sourceforge.io</a>. Maxima, a Computer Algebra System.<br> -Version 5.47.0 (2023). <code>https://maxima.sourceforge.io/</code> +Version 5.48.0 (2025). <code>https://maxima.sourceforge.io/</code> </blockquote> <p>(or replace the version number and release year, if you are using a different version).</p> @@ -193,12 +193,12 @@ different version).</p> following entry in your bibtex database:</p> <pre>@ELECTRONIC{maxima, author = {Maxima}, -year = {2023}, -title = {Maxima, a Computer Algebra System. Version 5.47.0}, +year = {2025}, +title = {Maxima, a Computer Algebra System. Version 5.48.0}, address = {https://maxima.sourceforge.io/}, url = {https://maxima.sourceforge.io/}, owner = {maxima}, -timestamp = {2023.06.01} +timestamp = {2025.07.29} }</pre> </div> <div class="card"> diff --git a/index.html b/index.html index 9f4c1c9..21a3aa1 100644 --- a/index.html +++ b/index.html @@ -86,6 +86,7 @@ the <a href="maximalist.html">Maxima mailing list</a>.</p> <div class="card"> <h2>Recent Releases</h2> <p>Click on a version number to see the list of main changes.</p> +<p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.48.md">5.48.0</a>: July 29, 2025</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.47.md">5.47.0</a>: May 31, 2023</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.46.md">5.46.0</a>: April 13, 2022</p> <p><a href="https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.45.1.md">5.45.1</a>: June 21, 2021</p> ----------------------------------------------------------------------- Summary of changes: download.html | 1 + faq.html | 8 ++++---- index.html | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- Maxima CAS Website |