Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c82abea21a
|
||
|
|
6fb95559b5
|
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) but do not follows semantic versioning as it is useless in this type of project.
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) but do not follows semantic versioning as it is useless in this type of project.
|
||||||
|
|
||||||
|
## [2.7.4-3] - 2026-07-29
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* remove stale pids on container start
|
||||||
|
|
||||||
## [2.7.4-2] - 2026-07-26
|
## [2.7.4-2] - 2026-07-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* switch to s6-overlay (which is more suitable for containers than plain s6).
|
* switch to s6-overlay (which is more suitable for containers than plain s6).
|
||||||
* syslogd support via s6-overlay.
|
* syslogd support via s6-overlay.
|
||||||
|
* cron daemon with set of default cronjobs.
|
||||||
|
|
||||||
## [2.7.4-1] - 2026-07-26
|
## [2.7.4-1] - 2026-07-26
|
||||||
|
|
||||||
@@ -26,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|||||||
|
|
||||||
Initial container release with inn 2.7.4 built with perl/python/sqlite support.
|
Initial container release with inn 2.7.4 built with perl/python/sqlite support.
|
||||||
|
|
||||||
|
[2.7.4-3]: https://code.pztrn.name/containers/inn2/compare/2.7.4-2...2.7.4-3
|
||||||
[2.7.4-2]: https://code.pztrn.name/containers/inn2/compare/2.7.4-1...2.7.4-2
|
[2.7.4-2]: https://code.pztrn.name/containers/inn2/compare/2.7.4-1...2.7.4-2
|
||||||
[2.7.4-1]: https://code.pztrn.name/containers/inn2/compare/2.7.4...2.7.4-1
|
[2.7.4-1]: https://code.pztrn.name/containers/inn2/compare/2.7.4...2.7.4-1
|
||||||
[2.7.4]: https://code.pztrn.name/containers/inn2/releases/tag/2.7.4
|
[2.7.4]: https://code.pztrn.name/containers/inn2/releases/tag/2.7.4
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm "/inn2/run/*.pid"
|
||||||
Reference in New Issue
Block a user