Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (3764c4ebe9756d5356427bc51e2a56ac032c078a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (3764c4ebe9756d5356427bc51e2a56ac032c078a)
  • Date: Mon, 27 Apr 2026 08:59:20 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/limine/DETAILS | 4 ++--
disk/limine/HISTORY | 4 ++++
kde-extra/keepsecret/DETAILS | 2 +-
kde-extra/keepsecret/HISTORY | 3 +++
libs/simdjson/DETAILS | 4 ++--
libs/simdjson/HISTORY | 3 +++
libs/simdutf/DETAILS | 4 ++--
libs/simdutf/HISTORY | 3 +++
utils/avahi/BUILD | 7 +++----
utils/avahi/DEPENDS | 18 +++++++++++++++---
utils/avahi/DETAILS | 9 +++++----
utils/avahi/HISTORY | 18 ++++++++++++++++++
utils/avahi/PRE_BUILD | 1 +
xorg-app/weston/DETAILS | 2 +-
xorg-app/weston/HISTORY | 3 +++
xorg-app/xconsole/CONFIGURE | 1 +
xorg-app/xconsole/DEPENDS | 7 +++++--
xorg-app/xconsole/DETAILS | 3 ++-
xorg-app/xconsole/HISTORY | 4 ++++
xorg-app/xrandr/CONFIGURE | 1 +
xorg-app/xrandr/DEPENDS | 3 ++-
xorg-app/xrandr/DETAILS | 3 ++-
xorg-app/xrandr/HISTORY | 4 ++++
xorg-data/xbitmaps/CONFIGURE | 1 +
xorg-data/xbitmaps/DEPENDS | 3 +--
xorg-data/xbitmaps/DETAILS | 3 ++-
xorg-data/xbitmaps/HISTORY | 4 ++++
xorg-font/font-util/DETAILS | 2 +-
xorg-font/font-util/HISTORY | 3 +++
29 files changed, 99 insertions(+), 28 deletions(-)

New commits:
commit 3764c4ebe9756d5356427bc51e2a56ac032c078a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

simdutf: => 9.0.0

commit 577654f644e551c524e5f9a45e8ec776d4cd74fe
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

simdjson: => 4.6.3

commit bcc302e44b312e0051211533b9d9ba45e659a2a9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

limine: => 12.0.2

commit d46d3311b00ababe3918b3eed55fe1900880eb2f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xconsole - meson build

commit 5caa4d9fdadcc81426359ec9602f4f3979a94a5c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xconsole: => 1.1.1

commit 60234b02349863b49f5b11edb7aea88adbbe0736
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

font-util: => 1.4.2

commit f48be6248ef9280f5f03ab7bce7672a1a8c34e5c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xrandr - meson build

commit b330e712c477e5d8d84ac0dc2cf7750e7118e284
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xrandr: => 1.5.4

commit 93d1306676480fe28847af8c34278b00733b67ea
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xbitmaps - meson build

commit 29a941f83d5475934143eb4ed4e32100898d73c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xbitmaps: => 1.1.4

commit c3265be5d4593630270a10c9b2fd89b351bc0e95
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

avahi: => 0.9-rc4

commit cf91564bd3b18228fa4eff37949d8b3f876045db
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

weston: => 15.0.1

commit 53fd80d261b5c0775333e693f110c90bb5d091c5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

keepsecret: => 1.1.0

diff --git a/disk/limine/DETAILS b/disk/limine/DETAILS
index 163c5ce..698123f 100755
--- a/disk/limine/DETAILS
+++ b/disk/limine/DETAILS
@@ -1,8 +1,8 @@
SPELL=limine
- VERSION=11.4.0
+ VERSION=12.0.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=https://codeberg.org/Limine/Limine/releases/download/v$VERSION/$SOURCE
+
SOURCE_URL[0]=https://github.com/Limine-Bootloader/Limine/releases/download/v$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=limine.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/disk/limine/HISTORY b/disk/limine/HISTORY
index a3572c6..d166ea2 100644
--- a/disk/limine/HISTORY
+++ b/disk/limine/HISTORY
@@ -1,3 +1,7 @@
+2026-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 12.0.2
+ use github
+
2026-04-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.4.0

diff --git a/kde-extra/keepsecret/DETAILS b/kde-extra/keepsecret/DETAILS
index 1216857..30c3aae 100755
--- a/kde-extra/keepsecret/DETAILS
+++ b/kde-extra/keepsecret/DETAILS
@@ -1,5 +1,5 @@
SPELL=keepsecret
- VERSION=1.0.0
+ VERSION=1.1.0
. $GRIMOIRE/KDE_EXTRA
ENTERED=20250715
# SECURITY_PATCH=1
diff --git a/kde-extra/keepsecret/HISTORY b/kde-extra/keepsecret/HISTORY
index c3b0352..9d34ed6 100644
--- a/kde-extra/keepsecret/HISTORY
+++ b/kde-extra/keepsecret/HISTORY
@@ -1,3 +1,6 @@
+2026-04-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
2025-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.0

diff --git a/libs/simdjson/DETAILS b/libs/simdjson/DETAILS
index 326211e..333a62f 100755
--- a/libs/simdjson/DETAILS
+++ b/libs/simdjson/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=simdjson
- VERSION=4.4.2
-
SOURCE_HASH=sha512:2727f1ab4fae430eaf0830697b422b58ba6de9c055d01c0916d6e3fa774b5062d30fb24e990efacc1a70f9de348b26703b0f8693acba2c654ef733e1634abe2e
+ VERSION=4.6.3
+
SOURCE_HASH=sha512:71109dd3d1b2a1f36377e883ef3cd2960c71f075732ab763f353d1c953bab257172fa5cf98bee08510140ca3e6e5fabcab2727beed50bce11fa46ef73995bb7d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/simdjson/simdjson
diff --git a/libs/simdjson/HISTORY b/libs/simdjson/HISTORY
index 2f32994..3b1d08b 100644
--- a/libs/simdjson/HISTORY
+++ b/libs/simdjson/HISTORY
@@ -1,3 +1,6 @@
+2026-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.6.3
+
2026-03-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4.2

diff --git a/libs/simdutf/DETAILS b/libs/simdutf/DETAILS
index 4306da8..0525b26 100755
--- a/libs/simdutf/DETAILS
+++ b/libs/simdutf/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://github.com/simdutf/simdutf/tags
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=simdutf
- VERSION=8.2.0
-
SOURCE_HASH=sha512:fe872845b5a873bacb5748f8c75e36e4b341b177db53104829ee1f93601fc11feffa27034b78b7dd4fb77cf489cd6db25037e2590a74f5748580d81768c87d77
+ VERSION=9.0.0
+
SOURCE_HASH=sha512:0c74226247cbe95368efa87ab84f5217485f16bcdf7a9def8741c6086cb86e6c378f0c437030d2be0934726e3ea9c28b5df2e593d0c654c78291c455a8d1e103
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/simdutf/simdutf
diff --git a/libs/simdutf/HISTORY b/libs/simdutf/HISTORY
index e0bc45f..bd63a59 100644
--- a/libs/simdutf/HISTORY
+++ b/libs/simdutf/HISTORY
@@ -1,3 +1,6 @@
+2026-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.0.0
+
2026-03-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.2.0

diff --git a/utils/avahi/BUILD b/utils/avahi/BUILD
index efaf029..7501c2f 100755
--- a/utils/avahi/BUILD
+++ b/utils/avahi/BUILD
@@ -1,8 +1,11 @@
+OPTS+=" --disable-static" &&
OPTS="${OPTS} --with-distro=none --with-avahi-user=avahi
--with-avahi-group=avahi" &&
OPTS="${OPTS} --with-avahi-priv-access-group=netdev " &&

if [[ "$AVAHI_AUTOIPD" == 'y' ]]; then
OPTS="${OPTS} --with-autoipd-user=avahi-autoipd
--with-autoipd-group=avahi-autoipd"
+else
+ OPTS+=" --disable-autoipd"
fi &&

if [[ "$AVAHI_DAEMON" == 'n' ]]; then
@@ -21,10 +24,6 @@ if [[ "$AVAHI_COMPAT_HOWL" == 'y' ]]; then
OPTS="$OPTS --enable-compat-howl"
fi &&

-if ! is_depends_enabled $SPELL pygtk2; then
- OPTS="$OPTS --disable-pygtk"
-fi &&
-
if ! is_depends_enabled $SPELL gdbm; then
OPTS="$OPTS --disable-gdbm"
fi &&
diff --git a/utils/avahi/DEPENDS b/utils/avahi/DEPENDS
index b0bee23..4c06799 100755
--- a/utils/avahi/DEPENDS
+++ b/utils/avahi/DEPENDS
@@ -54,8 +54,7 @@ if [[ "$AVAHI_DISCOVER" == 'y' ]] || [[ "$AVAHI_DAEMON" ==
'y' ]] || \
fi &&

if [[ "$AVAHI_DISCOVER" == 'y' ]] || [[ "$AVAHI_BOOKMARKS" == 'y' ]]; then
- depends dbus-python '--enable-dbus' &&
- depends pygtk2 '--enable-pygtk'
+ depends dbus-python '--enable-dbus'
fi &&

if [[ "$AVAHI_BOOKMARKS" == 'y' ]]; then
@@ -86,4 +85,17 @@ if ( is_depends_enabled $SPELL mono ); then
optional_depends monodoc \
"--enable-monodoc" "--disable-monodoc" \
"Enable documentation for mono bindings?"
-fi
+fi &&
+
+optional_depends systemd \
+ '--enable-libsystemd' \
+ '--disable-libsystemd' \
+ 'service discovery' &&
+optional_depends xmltoman \
+ '--enable-manpages' \
+ '--disable-manpages' \
+ 'build man pages' &&
+optional_depends GETTEXT \
+ '--enable-nls' \
+ '--disable-nls' \
+ 'NLS support'
diff --git a/utils/avahi/DETAILS b/utils/avahi/DETAILS
index 0738c46..8d1d1b5 100755
--- a/utils/avahi/DETAILS
+++ b/utils/avahi/DETAILS
@@ -1,11 +1,12 @@
SPELL=avahi
- VERSION=0.8
+ VERSION=0.9-rc4
+
SOURCE_HASH=sha512:6d097dd01496dca1e1db56b462ba85707a035af91c211906ca58a8e7be6980c00b56524d5ce64281791c6e298217fadd9a6639dd81471631642562d4ab345bc2
SOURCE=${SPELL}-${VERSION}.tar.gz
-
SOURCE_URL=https://github.com/lathiat/avahi/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:c6ba76feb6e92f70289f94b3bf12e5f5c66c11628ce0aeb3cadfb72c13a5d1a9bd56d71bdf3072627a76cd103b9b056d9131aa49ffe11fa334c24ab3b596c7de
+
SOURCE_URL=https://github.com/avahi/avahi/archive/refs/tags/v$VERSION.tar.gz
+#releases/download/v$VERSION/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SECURITY_PATCH=3
- LICENSE[0]=GPL
+ LICENSE[0]=LGPL
WEB_SITE=https://avahi.org/
ENTERED=20060626
SHORT="LAN service discovery system"
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index 4105901..fd68c0f 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,21 @@
+2026-04-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: actually disable autoipd
+
+2026-04-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9-rc4
+
+2026-01-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9-rc3
+
+2024-11-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9-rc2
+ * BUILD DEPENDS: delete ref to pygtk
+
+2024-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.0-rc1
+ * DEPENDS: add systemd, xmltoman, GETTEXT
+ * BUILD: disable static
+
2023-10-25 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS SUB_DEPENDS PRE_SUB_DEPENDS PRE_BUILD: drop qt4 support
* qt.patch: deleted
diff --git a/utils/avahi/PRE_BUILD b/utils/avahi/PRE_BUILD
index af50ea9..4dd65bf 100755
--- a/utils/avahi/PRE_BUILD
+++ b/utils/avahi/PRE_BUILD
@@ -7,3 +7,4 @@ if [[ "$AVAHI_AUTOIPD" == 'y' ]]; then
create_group avahi-autoipd &&
create_account avahi-autoipd
fi
+autoreconf -si
diff --git a/xorg-app/weston/DETAILS b/xorg-app/weston/DETAILS
index 55f6c07..a168d23 100755
--- a/xorg-app/weston/DETAILS
+++ b/xorg-app/weston/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=weston
- VERSION=15.0.0
+ VERSION=15.0.1
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/xorg-app/weston/HISTORY b/xorg-app/weston/HISTORY
index 427423b..88ca636 100644
--- a/xorg-app/weston/HISTORY
+++ b/xorg-app/weston/HISTORY
@@ -1,3 +1,6 @@
+2026-04-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 15.0.1
+
2026-02-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 15.0.0
* BUILD: delete obsolete shell-fullscreen option
diff --git a/xorg-app/xconsole/CONFIGURE b/xorg-app/xconsole/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-app/xconsole/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xconsole/DEPENDS b/xorg-app/xconsole/DEPENDS
index 340ffef..e39c50f 100755
--- a/xorg-app/xconsole/DEPENDS
+++ b/xorg-app/xconsole/DEPENDS
@@ -1,2 +1,5 @@
-depends util-macros &&
-depends -sub XAW7 libxaw
+. $GRIMOIRE/MESON_DEPENDS &&
+depends -sub XAW7 libxaw &&
+depends libxt &&
+depends libx11 &&
+depends xorgproto
diff --git a/xorg-app/xconsole/DETAILS b/xorg-app/xconsole/DETAILS
index b20af8f..d8e5ce6 100755
--- a/xorg-app/xconsole/DETAILS
+++ b/xorg-app/xconsole/DETAILS
@@ -1,5 +1,6 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xconsole
- VERSION=1.1.0
+ VERSION=1.1.1
SOURCE=${SPELL}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xconsole/HISTORY b/xorg-app/xconsole/HISTORY
index 2b63bbb..4a05454 100644
--- a/xorg-app/xconsole/HISTORY
+++ b/xorg-app/xconsole/HISTORY
@@ -1,3 +1,7 @@
+2026-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+* DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.1.1
+
2024-04-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.0

diff --git a/xorg-app/xrandr/CONFIGURE b/xorg-app/xrandr/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-app/xrandr/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-app/xrandr/DEPENDS b/xorg-app/xrandr/DEPENDS
index b1e6e32..8adec92 100755
--- a/xorg-app/xrandr/DEPENDS
+++ b/xorg-app/xrandr/DEPENDS
@@ -1,4 +1,5 @@
-depends util-macros &&
+. $GRIMOIRE/MESON_DEPENDS &&
depends libx11 &&
depends libxrandr &&
+depends libxrender &&
depends xorgproto
diff --git a/xorg-app/xrandr/DETAILS b/xorg-app/xrandr/DETAILS
index 02313aa..b695e19 100755
--- a/xorg-app/xrandr/DETAILS
+++ b/xorg-app/xrandr/DETAILS
@@ -1,5 +1,6 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xrandr
- VERSION=1.5.3
+ VERSION=1.5.4
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xrandr/HISTORY b/xorg-app/xrandr/HISTORY
index cd3dcbe..bd2173c 100644
--- a/xorg-app/xrandr/HISTORY
+++ b/xorg-app/xrandr/HISTORY
@@ -1,3 +1,7 @@
+2026-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+* DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.5.4
+
2024-11-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.3

diff --git a/xorg-data/xbitmaps/CONFIGURE b/xorg-data/xbitmaps/CONFIGURE
new file mode 100755
index 0000000..0c76820
--- /dev/null
+++ b/xorg-data/xbitmaps/CONFIGURE
@@ -0,0 +1 @@
+. $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-data/xbitmaps/DEPENDS b/xorg-data/xbitmaps/DEPENDS
index 11ee0d0..72a5a6e 100755
--- a/xorg-data/xbitmaps/DEPENDS
+++ b/xorg-data/xbitmaps/DEPENDS
@@ -1,2 +1 @@
-depends AWK &&
-depends util-macros
+. $GRIMOIRE/MESON_DEPENDS
diff --git a/xorg-data/xbitmaps/DETAILS b/xorg-data/xbitmaps/DETAILS
index 14bfa36..cfb1202 100755
--- a/xorg-data/xbitmaps/DETAILS
+++ b/xorg-data/xbitmaps/DETAILS
@@ -1,6 +1,7 @@
+. $GRIMOIRE/MESON_FUNCTIONS &&
SPELL=xbitmaps
PKG=xbitmaps
- VERSION=1.1.3
+ VERSION=1.1.4
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/data/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-data/xbitmaps/HISTORY b/xorg-data/xbitmaps/HISTORY
index eb87a84..1f87bbb 100644
--- a/xorg-data/xbitmaps/HISTORY
+++ b/xorg-data/xbitmaps/HISTORY
@@ -1,3 +1,7 @@
+2026-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+* DETAILS DEPENDS CONFIGURE: add meson support
+ * DETAILS: version 1.1.4
+
2023-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.3

diff --git a/xorg-font/font-util/DETAILS b/xorg-font/font-util/DETAILS
index a7e5d0f..9626a85 100755
--- a/xorg-font/font-util/DETAILS
+++ b/xorg-font/font-util/DETAILS
@@ -1,5 +1,5 @@
SPELL=font-util
- VERSION=1.4.1
+ VERSION=1.4.2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/font/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg-font/font-util/HISTORY b/xorg-font/font-util/HISTORY
index 43d35a2..19c01c3 100644
--- a/xorg-font/font-util/HISTORY
+++ b/xorg-font/font-util/HISTORY
@@ -1,3 +1,6 @@
+2026-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+
2023-09-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4.1



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (3764c4ebe9756d5356427bc51e2a56ac032c078a), Treeve Jelbert, 04/27/2026

Archive powered by MHonArc 2.6.24.

Top of Page