[PATCH] Updated pages to reference 2.41 as the current version [BZ #32826]

Collin Funk collin.funk1@gmail.com
Fri Mar 28 00:50:43 GMT 2025


Hi Carlos,

It looks like you updated the manual when 2.41 was released, but the
webpage still refers to 2.40 as the current release.

Here is a tiny patch.

-- 8< --

Signed-off-by: Collin Funk <collin.funk1@gmail.com>
---
 index.html   | 5 +++--
 sources.html | 4 ++--
 started.html | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/index.html b/index.html
index 56ddd1c..f8477d8 100644
--- a/index.html
+++ b/index.html
@@ -67,11 +67,12 @@
   The GNU C Library releases every 6 months.
   See the <a href="https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD">NEWS file</a> in the glibc sources for more information.
   <ul>
-    <li>The current stable version of glibc is 2.40, released on July 22nd, 2024.</li>
-    <li>The current development version of glibc is 2.41, releasing on or around February 1st, 2025.</li>
+    <li>The current stable version of glibc is 2.41, released on January 30th, 2025.</li>
+    <li>The current development version of glibc is 2.42, releasing on or around August 1st, 2025.</li>
   </ul>
 </p>
 <h1>Latest News</h1>
+<p>2024-01-30: <a href="https://inbox.sourceware.org/libc-alpha/6975370.R56niFO833@pinacolada/T/#u">glibc 2.41 released.</a></p>
 <p>2024-07-22: <a href="https://inbox.sourceware.org/libc-alpha/10946288.T7Z3S40VBb@kona/T/#u">glibc 2.40 released.</a></p>
 <p>2024-01-31: <a href="https://sourceware.org/pipermail/libc-alpha/2024-January/154363.html">glibc 2.39 released.</a></p>
 <p>2023-07-31: <a href="https://sourceware.org/pipermail/libc-alpha/2023-July/150524.html">glibc 2.38 released.</a></p>
diff --git a/sources.html b/sources.html
index f7d3b1e..d7b8415 100644
--- a/sources.html
+++ b/sources.html
@@ -39,10 +39,10 @@ git checkout master</pre></b>
   and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
 </p>
 <p>
-  Checkout the latest glibc 2.40 stable release:
+  Checkout the latest glibc 2.41 stable release:
   <b><pre>git clone https://sourceware.org/git/glibc.git
 cd glibc
-git checkout release/2.40/master</pre></b>
+git checkout release/2.41/master</pre></b>
 </p>
 <p>
   Release tarballs are available via anonymous ftp at
diff --git a/started.html b/started.html
index 9c69c0c..270ca45 100644
--- a/started.html
+++ b/started.html
@@ -52,10 +52,10 @@
   and tarball <a href="https://ftp.gnu.org/gnu/glibc/">via ftp</a>.
 </p>
 <p>
-  Checkout the latest glibc 2.40 stable release:
+  Checkout the latest glibc 2.41 stable release:
   <b><pre>git clone https://sourceware.org/git/glibc.git
 cd glibc
-git checkout release/2.40/master</pre></b>
+git checkout release/2.41/master</pre></b>
 </p>
 <p>
   Release tarballs are available via anonymous ftp at
-- 
2.49.0



More information about the Libc-alpha mailing list