Files
mailprocessing/mailprocessing.changes
Johannes Grassler 1cab8f5382 - Update to mailprocessing-1.2.6
* Added example logrotate configurations
  * Added SIGHUP handler for reopening log files (useful for
    log rotation)
  * Use locking for PID and log files. You need to specify
    dedicated PID and lock files if you want to run multiple
    concurrent imapproc processes.
  * Write PID file
  * Improve signal handling and cleanup after receiving fatal
    signals. Continuous mode in particular is a lot more
    reliable and predictable now.
  * Download message headers in a batched manner
  * Download message flags in a batched manner
  * Various documentation and release engineering fixes/cleanups

OBS-URL: https://build.opensuse.org/package/show/server:mail/mailprocessing?expand=0&rev=4
2019-06-27 15:02:20 +00:00

23 lines
937 B
Plaintext

-------------------------------------------------------------------
Thu Jun 27 12:57:26 UTC 2019 - Johannes Grassler <johannes.grassler@suse.com>
- Update to mailprocessing-1.2.6
* Added example logrotate configurations
* Added SIGHUP handler for reopening log files (useful for
log rotation)
* Use locking for PID and log files. You need to specify
dedicated PID and lock files if you want to run multiple
concurrent imapproc processes.
* Write PID file
* Improve signal handling and cleanup after receiving fatal
signals. Continuous mode in particular is a lot more
reliable and predictable now.
* Download message headers in a batched manner
* Download message flags in a batched manner
* Various documentation and release engineering fixes/cleanups
-------------------------------------------------------------------
Tue Jul 10 16:55:16 UTC 2018 - johannes.grassler@suse.com
- Initial package