From 5b9cb2de4f73cb42d7e11552c7cc45e43501872e Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 4 May 2025 14:03:56 +0800 Subject: 2025.05 7.1.13.53713 change log --- 7.1.13.53691.html | 126 ---------------------------------------------- 7.1.13.53713.html | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++ hooks/post-receive | 8 +-- 3 files changed, 147 insertions(+), 132 deletions(-) delete mode 100644 7.1.13.53691.html create mode 100644 7.1.13.53713.html diff --git a/7.1.13.53691.html b/7.1.13.53691.html deleted file mode 100644 index 55ea190..0000000 --- a/7.1.13.53691.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - Megapahit Changelog - - - - -
- -
-
-
-

Disclosures

- -

Support

- -

Downloads

- -

Changelogs

- -
-
-
- -
-

Changelog (22nd of April 2025)

-

Parity with 2025.05

-

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

-

Gentoo build now has NDOF enabled too

-
- - - - diff --git a/7.1.13.53713.html b/7.1.13.53713.html new file mode 100644 index 0000000..cefb4a6 --- /dev/null +++ b/7.1.13.53713.html @@ -0,0 +1,145 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ +
+

Changelog (3rd of May 2025)

+

Parity with 2025.05

+

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 a641f24..f1f6d78 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,16 +1,12 @@ #!/bin/sh -project=Megapahit product=website repo=/usr/local/git/pub/$product.git web=~www/apache24/data -unset GIT_DIR -cd $HOME/Documents/$project/$product \ - && git pull \ - && git --git-dir=$repo --work-tree=$web checkout -f master -- \ +git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.13.53452.html \ 7.1.14.53615.html \ - 7.1.13.53691.html \ + 7.1.13.53713.html \ && git --git-dir=$repo push -f -- cgit v1.2.3