mirror of
https://github.com/RasppleII/a2server.git
synced 2025-01-03 02:31:22 +00:00
set internal version to 1.5.1; expanded version history
This commit is contained in:
parent
34836dcbb4
commit
a3a7a9479d
@ -9,7 +9,7 @@
|
|||||||
# to download and execute, type:
|
# to download and execute, type:
|
||||||
# wget ivanx.com/a2server/setup; source setup
|
# wget ivanx.com/a2server/setup; source setup
|
||||||
|
|
||||||
a2serverVersion="150"
|
a2serverVersion="151"
|
||||||
|
|
||||||
# Ensure URL we'll use ends in a /
|
# Ensure URL we'll use ends in a /
|
||||||
case "$A2SERVER_SCRIPT_URL" in
|
case "$A2SERVER_SCRIPT_URL" in
|
||||||
@ -114,7 +114,7 @@ fi
|
|||||||
a2server_update=0
|
a2server_update=0
|
||||||
doSetup=1
|
doSetup=1
|
||||||
|
|
||||||
if { [[ -f /usr/local/etc/A2SERVER-version ]] && (( $(head -c 3 /usr/local/etc/A2SERVER-version) < 150 )); }; then
|
if { [[ -f /usr/local/etc/A2SERVER-version ]] && (( $(head -c 3 /usr/local/etc/A2SERVER-version) < 151 )); }; then
|
||||||
a2server_update=1
|
a2server_update=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -98,4 +98,11 @@
|
|||||||
[unannounced]
|
[unannounced]
|
||||||
|
|
||||||
1.5.1: May 2016: changed URLs from rawgit.com to raw.githubusercontent.com
|
1.5.1: May 2016: changed URLs from rawgit.com to raw.githubusercontent.com
|
||||||
to resolve https problems during install
|
to resolve https problems during install; OS X temp dir
|
||||||
|
path corrected; added getexternal.sh to repo;
|
||||||
|
cppo changes; minor text changes (JTC); better Debian
|
||||||
|
version checking (JTC)
|
||||||
|
[unannounced]
|
||||||
|
|
||||||
|
1.5.1r2: Oct 2017: set internal version to 1.5.1; expanded version history
|
||||||
|
[unannounced]
|
||||||
|
@ -68,7 +68,8 @@
|
|||||||
source code at GitHub (thanks Joseph)
|
source code at GitHub (thanks Joseph)
|
||||||
|
|
||||||
1.5.1: Jan 2016: fixed GitHub URLs to prevent https errors during installation
|
1.5.1: Jan 2016: fixed GitHub URLs to prevent https errors during installation
|
||||||
(thanks to http://blogs.yahoo.co.jp/ushi_cow/57459736.html)
|
(thanks to http://blogs.yahoo.co.jp/ushi_cow/57459736.html);
|
||||||
|
bug fixes and minor text changes
|
||||||
|
|
||||||
Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King,
|
Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King,
|
||||||
Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt,
|
Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt,
|
||||||
|
Loading…
Reference in New Issue
Block a user