From b8d5d579048456323a21755e26c72f9f933ac0c2 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 4 May 2025 11:20:09 +0800 Subject: Publish 7.1.14.53615 --- 7.1.13.53573.html | 126 ---------------------------------------------------- 7.1.14.53615.html | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hooks/post-receive | 5 ++- index.html | 18 ++++++++ 4 files changed, 148 insertions(+), 128 deletions(-) delete mode 100644 7.1.13.53573.html create mode 100644 7.1.14.53615.html diff --git a/7.1.13.53573.html b/7.1.13.53573.html deleted file mode 100644 index fbe2110..0000000 --- a/7.1.13.53573.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - Megapahit Changelog - - - - -
- -
-
-
-

Disclosures

- -

Support

- -

Downloads

- -

Changelogs

- -
-
-
- -
-

Changelog (22nd of April 2025)

-

Parity with 2025.04

-

New port: Fedora 42 aarch64 (built on Asahi Remix)

-

Gentoo build now has NDOF enabled too

-
- - - - diff --git a/7.1.14.53615.html b/7.1.14.53615.html new file mode 100644 index 0000000..ab30839 --- /dev/null +++ b/7.1.14.53615.html @@ -0,0 +1,127 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ +
+

Changelog (3rd of May 2025)

+

Parity with 2025.04

+

New port: Fedora 42 aarch64 (built on Asahi Remix)

+

Gentoo build now has NDOF enabled too

+

Updated Boost (to 1.88) and libxml2 linkages on Arch

+
+ + + + diff --git a/hooks/post-receive b/hooks/post-receive index f25f084..a641f24 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,15 +1,16 @@ #!/bin/sh +project=Megapahit product=website repo=/usr/local/git/pub/$product.git web=~www/apache24/data unset GIT_DIR -cd $HOME/$product \ +cd $HOME/Documents/$project/$product \ && git pull \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.13.53452.html \ - 7.1.13.53573.html \ + 7.1.14.53615.html \ 7.1.13.53691.html \ && git --git-dir=$repo push -f diff --git a/index.html b/index.html index a432c16..2af762b 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,23 @@ +
  • +
    + 7.1.14.53615 - 2025.04 + +
    +
  • Source Code @@ -61,6 +78,7 @@

    Changelogs

    -- cgit v1.2.3