We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797325f commit 0fb60d3Copy full SHA for 0fb60d3
CHANGELOG.md
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## 1.0.0+ - [Unreleased]
+## 1.1.0 - 2018-07-24
8
### Added
9
+- Support *systemd* socket activation
10
- Now supports [*Postfix* Virtual Mailbox mode](systemd/README.md)
11
### Fixed
12
- Incorporated *Prosody* upstream mod_auth_external.lua fixes
13
### Changed
14
+- Starting from *systemd* is now the recommended mode
15
16
## 1.0.0 - 2018-01-29
17
xclib/version.py
@@ -1 +1 @@
1
-VERSION = '1.0.0+'
+VERSION = '1.1.0'
0 commit comments