summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2021-06-04 03:12:01 -0700
committerStephane Peter <megastep@megastep.org>2021-06-04 03:12:29 -0700
commitd9c1c025410bc17e4c5d15ead1a3a38a4cebb54e (patch)
treec29d7b56315266e20f122c43de95e9204b343df2
parentad6bcb35e0131be691d981c3d0b49c3d7cad3da2 (diff)
downloadmakeself-d9c1c025410bc17e4c5d15ead1a3a38a4cebb54e.tar.gz
Updates for 2.4.4 release
-rw-r--r--README.md1
-rw-r--r--VERSION2
-rw-r--r--makeself.12
-rw-r--r--makeself.lsm4
4 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9c92c4b..8f2939e 100644
--- a/README.md
+++ b/README.md
@@ -206,6 +206,7 @@ The latest development version can be grabbed from [GitHub][10]. Feel free to su
* **v2.4.0:** Added optional support for SHA256 archive integrity checksums.
* **v2.4.2:** New --cleanup and --cleanup-args arguments for cleanup scripts. Added threading support for supported compressors. Now supports zstd compression.
* **v2.4.3:** Make explicit POSIX tar archives for increased compatibility.
+ * **v2.4.4:** Fixed various compatibility issues (no longer use POSIX tar archives), Github Actions to check on Solaris and FreeBSD
## Links
diff --git a/VERSION b/VERSION
index 35cee72..79a6144 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.3
+2.4.4
diff --git a/makeself.1 b/makeself.1
index b0aaec1..5ceb162 100644
--- a/makeself.1
+++ b/makeself.1
@@ -1,4 +1,4 @@
-.TH "MAKESELF" "1" "2.1.6"
+.TH "MAKESELF" "1" "2.4.4"
.SH "NAME"
makeself \- An utility to generate self-extractable archives.
.SH "SYNTAX"
diff --git a/makeself.lsm b/makeself.lsm
index e32722e..40fc932 100644
--- a/makeself.lsm
+++ b/makeself.lsm
@@ -1,6 +1,6 @@
Begin3
Title: makeself.sh
-Version: 2.3.0
+Version: 2.4.4
Description: makeself.sh is a shell script that generates a self-extractable
tar.gz archive from a directory. The resulting file appears as a shell
script, and can be launched as is. The archive will then uncompress
@@ -10,7 +10,7 @@ Description: makeself.sh is a shell script that generates a self-extractable
Keywords: Installation archive tar winzip
Author: Stephane Peter (megastep@megastep.org)
Maintained-by: Stephane Peter (megastep@megastep.org)
-Original-site: http://makeself.io/
+Original-site: https://makeself.io/
Platform: Unix
Copying-policy: GPL
End