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
df93d82d
Commit
df93d82d
authored
Nov 30, 2016
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.21 released
parent
59913a5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
+15
-13
CHANGELOG.md
CHANGELOG.md
+12
-10
README.md
README.md
+2
-2
bootstrap.sh
setup/bootstrap.sh
+1
-1
No files found.
CHANGELOG.md
View file @
df93d82d
...
@@ -4,27 +4,29 @@ CHANGELOG
...
@@ -4,27 +4,29 @@ CHANGELOG
In Development
In Development
--------------
--------------
This version updates ownCloud, which may include security fixes, and makes some other smaller improvements.
Mail:
*
Header privacy filters were improperly running on the contents of forwarded email --- that's fixed.
*
We have another go at fixing a long-standing issue with training the spam filter (because of a file permissions issue).
*
Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
ownCloud:
ownCloud:
*
Update
ownCloud to version 9.1.1
*
Update
d ownCloud to version 9.1.1.
Control panel:
Control panel:
*
Backups can now be made using rsync-over-ssh!
*
Backups can now be made using rsync-over-ssh!
*
Remove recommendations for Certificate Providers
*
Status checks failed if the system doesn't support iptables or doesn't have ufw installed.
*
Status checks failed if the system doesn't support iptables or doesn't have ufw installed.
*
Add support for SSHFP records when sshd listens on non-standard ports
*
Added support for SSHFP records when sshd listens on non-standard ports.
*
Recommendations for TLS certificate providers were removed now that everyone mostly uses Let's Encrypt.
System:
System:
*
Ubuntu's "Upgrade to 16.04" notice is suppressed since you should not do that.
*
Ubuntu's "Upgrade to 16.04" notice is suppressed since you should not do that.
*
Lower memory requirements to 512MB, display a warning if system memory is below 768MB.
*
Lowered memory requirements to 512MB, display a warning if system memory is below 768MB.
Mail:
*
Turn off header filters for forwarded email.
*
Another go at fixing a long-standing issue with training the spam filter not working (because of a file permissions issue).
*
Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
v0.20 (September 23, 2016)
v0.20 (September 23, 2016)
--------------------------
--------------------------
...
...
README.md
View file @
df93d82d
...
@@ -59,7 +59,7 @@ by me:
...
@@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.2
0
$ git verify-tag v0.2
1
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature!
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
...
@@ -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:
Checkout the tag corresponding to the most recent release:
$ git checkout v0.2
0
$ git checkout v0.2
1
Begin the installation.
Begin the installation.
...
...
setup/bootstrap.sh
View file @
df93d82d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#########################################################
#########################################################
if
[
-z
"
$TAG
"
]
;
then
if
[
-z
"
$TAG
"
]
;
then
TAG
=
v0.2
0
TAG
=
v0.2
1
fi
fi
# Are we running as root?
# 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