Changeset - 9b97210fd352
[Not reviewed]
1.4.0 1.4
0 3 0
Branko Majic (branko) - 7 years ago 2017-02-12 00:19:35
branko@majic.rs
MAR-93: Preparing for release 1.4.0.
3 files changed with 26 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -51,9 +51,9 @@ copyright = u'2016, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '1.3-dev'
 
version = '1.4.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.3-dev'
 
release = '1.4.0'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
docs/releasenotes.rst
Show inline comments
 
@@ -2,6 +2,29 @@ Release notes
 
=============
 

	
 

	
 
1.4.0
 
-----
 

	
 
Minor fixes and features allowing for more fine-tuning of installations.
 

	
 
New features/improvements:
 

	
 
* ``ldap_server`` role
 

	
 
  * TLS versions and ciphers supported by server are now configurable.
 

	
 
* ``mail_server`` role
 

	
 
  * TLS versions and ciphers supported by SMTP and IMAP server are now
 
    configurable.
 
  * Number of allowed concurent IMAP connections for a single user from a single
 
    IP address is now configurable.
 

	
 
* ``web_server`` role
 

	
 
  * TLS versions and ciphers supported by server are now configurable.
 

	
 

	
 
1.3.0
 
-----
 

	
docs/usage.rst
Show inline comments
 
@@ -149,7 +149,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 1.3-dev 1.3-dev
 
     git checkout -b 1.4.0 1.4.0
 

	
 

	
 
Preparing the basic site configuration
0 comments (0 inline, 0 general)