Changeset - 7a3255feb491
[Not reviewed]
1.0.1
0 3 0
Branko Majic (branko) - 8 years ago 2016-08-29 23:08:50
branko@majic.rs
MAR-63: Preparing for release 1.0.1.
3 files changed with 14 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -51,9 +51,9 @@ copyright = u'2014, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '1.0-maint'
 
version = '1.0.1'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.0-maint'
 
release = '1.0.1'
 

	
 
# 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,17 @@ Release notes
 
=============
 

	
 

	
 
1.0.1
 
-----
 

	
 
Minimal bugfix update to improve interoperability.
 

	
 
Changes:
 

	
 
* ``xmpp_server`` role no longer restricts TLS to version 1.2 and ciphers to PFS
 
  ciphers. Should solve ``s2s`` communication issues with old XMPP servers.
 

	
 

	
 
1.0.0
 
-----
 

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

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 1.0.0 1.0.0
 
     git checkout -b 1.0.1 1.0.1
 

	
 

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