1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-14 07:38:51 +00:00

RetentionJoin() could block if scanner never started

This commit is contained in:
James Hillyerd
2016-03-05 19:18:17 -08:00
parent 629bb65cec
commit e99baf766b
2 changed files with 9 additions and 3 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.0-rc1]
## [Unreleased]
### Fixed
- Shutdown hang in retention scanner
## [1.1.0-rc1] - 2016-03-04
### Added
- Inbucket now builds with Go 1.5 or 1.6
- Project can build & run inside a Docker container