Merge branch 'master' into chore/log-correct-sa-env-for-inbox
This commit is contained in:
commit
7fa6597494
|
@ -20,9 +20,8 @@
|
|||
|
||||
## BUILD:
|
||||
.dockerignore text
|
||||
Dockerfile text
|
||||
Dockerfile text eol=lf
|
||||
Makefile
|
||||
VERSION
|
||||
|
||||
## EXAMPLE (RUNTIME):
|
||||
*.env text
|
||||
|
@ -75,8 +74,8 @@ target/postsrsd/** text
|
|||
#################################################
|
||||
|
||||
## BATS
|
||||
*.bash text
|
||||
*.bats text
|
||||
*.bash text eol=lf
|
||||
*.bats text eol=lf
|
||||
|
||||
## CONFIG (test/config/)
|
||||
### OpenLDAP image
|
||||
|
|
|
@ -17,6 +17,11 @@ All notable changes to this project will be documented in this file. The format
|
|||
- Revised the SpamAssassin ENV docs to better communicate configuration and their relation to other ENV settings. ([#3756](https://github.com/docker-mailserver/docker-mailserver/pull/3756))
|
||||
|
||||
|
||||
### Fixes
|
||||
|
||||
- **Internal:**
|
||||
- `.gitattributes`: Always use LF line endings on checkout for files with shell script content ([#3755](https://github.com/docker-mailserver/docker-mailserver/pull/3755))
|
||||
|
||||
## [v13.2.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.2.0)
|
||||
|
||||
### Security
|
||||
|
|
2108
CONTRIBUTORS.md
2108
CONTRIBUTORS.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue