Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
a13fd903
Commit
a13fd903
authored
May 30, 2017
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.23
parent
18f1689f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
CHANGELOG.md
CHANGELOG.md
+3
-3
README.md
README.md
+2
-2
bootstrap.sh
setup/bootstrap.sh
+1
-1
No files found.
CHANGELOG.md
View file @
a13fd903
CHANGELOG
=========
In Development
--------------
v0.23 (May 30, 2017)
--------------
------
Mail:
...
...
@@ -19,7 +19,7 @@ Control Panel/Management:
*
Fix an error in the control panel showing rsync backup status.
*
Fix an error in the control panel related to IPv6 addresses.
*
TLS certificates for internationalized domain names can now be provisioned from Let's Encrypt automatically.
*
Download management web assets (jQuery/Bootstrap) to the static web root directory
.
*
Third-party assets used in the control panel (jQuery/Bootstrap) are now downloaded during setup and served from the box rather than from a CDN
.
DNS:
...
...
README.md
View file @
a13fd903
...
...
@@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.2
2
$ git verify-tag v0.2
3
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature!
...
...
@@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
Checkout the tag corresponding to the most recent release:
$ git checkout v0.2
2
$ git checkout v0.2
3
Begin the installation.
...
...
setup/bootstrap.sh
View file @
a13fd903
...
...
@@ -7,7 +7,7 @@
#########################################################
if
[
-z
"
$TAG
"
]
;
then
TAG
=
v0.2
2
TAG
=
v0.2
3
fi
# Are we running as root?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment