Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f34ee76edf3e897c60205e2333c0c5e07b631226)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f34ee76edf3e897c60205e2333c0c5e07b631226)
  • Date: Fri, 4 Jul 2025 16:43:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/readline/DETAILS | 2 +-
libs/readline/HISTORY | 3 +++
shell-term-fm/bash/DETAILS | 10 +++++-----
shell-term-fm/bash/HISTORY | 3 +++
4 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit f34ee76edf3e897c60205e2333c0c5e07b631226
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/bash: version 5.3

commit ffcee6dd11c88d807853c8439b8e0d96cee1170f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/readline: version 8.3

diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS
index acb651e..4a48457 100755
--- a/libs/readline/DETAILS
+++ b/libs/readline/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/readline
SPELL=readline
- VERSION=8.2.13
+ VERSION=8.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index 78ad127..a3d7fbf 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,3 +1,6 @@
+2025-07-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 8.3
+
2024-08-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.2.13

diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index 9bbf84f..c8cb67f 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -1,11 +1,11 @@
# Watch: https://ftp.gnu.org/gnu/bash
SPELL=bash
- VERSION=5.2.37
- XVERSION=${VERSION%.*}
-# XVERSION=${VERSION} # only for 5.1
+ VERSION=5.3
+ # XVERSION=${VERSION%.*}
+ XVERSION=${VERSION} # only for 5.3
SECURITY_PATCH=8
- BASH_PATCHLEVEL=${VERSION##*.}
-# BASH_PATCHLEVEL=004 # only for 5.1
+ # BASH_PATCHLEVEL=${VERSION##*.}
+BASH_PATCHLEVEL=0 # only for 5.3
SOURCE=$SPELL-$XVERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE3=$SPELL-doc-3.2.tar.gz
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 4dd727e..75d6441 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2025-07-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 5.3
+
2024-09-30 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: fix typo



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f34ee76edf3e897c60205e2333c0c5e07b631226), Pavel Vinogradov, 07/04/2025

Archive powered by MHonArc 2.6.24.

Top of Page