Changeset - 3fc50d989fef
[Not reviewed]
1.7.0
0 3 0
Branko Majic (branko) - 7 years ago 2017-08-11 15:47:16
branko@majic.rs
MAR-115: Preparing for release 1.7.0.
3 files changed with 40 insertions and 4 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.6-dev'
 
version = '1.7.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.6-dev'
 
release = '1.7.0'
 

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

	
 

	
 
1.7.0
 
-----
 

	
 
Minor improvements for mail-related roles, internal refactoring of task syntax,
 
and improvements of tests.
 

	
 
New features/improvements:
 

	
 
* Documentation
 

	
 
  * Added new sub-section in development section describing some of the
 
    conventions used while developing the roles.
 

	
 
* All roles
 

	
 
  * Switched to using expanded syntax in all roles and cleaned-up the tasks a
 
    bit (mainly internal change).
 
  * Minor cleanups within tests and tasks to accomodate the syntax changes
 
    (mainly internal change).
 

	
 
* ``mail_forwarder`` role
 

	
 
  * Added parameter ``smtp_from_relay_allowed`` that controls if managed machine
 
    should accept incoming SMTP connections from the relay server. Useful for
 
    NAT'ed or laptop machines.
 
  * Added parameter ``smtp_relay_host_port`` that controls what port is used for
 
    connecting to the specified SMTP relay. Useful for machines behind
 
    restrictive ISPs.
 

	
 
* ``mail_server`` role
 

	
 
  * Introduced firewall rules to redirect from TCP port 27 to TCP port 25,
 
    useful for machines behind restrictive ISPs.
 

	
 

	
 
1.6.0
 
-----
 

	
 
GENERAL DESCRIPTION
 
Implemented full test suite with a plethora of smaller bug-fixes, and some minor
 
(internal) improvements.
 

	
 
Breaking changes:
 

	
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.6-dev 1.6-dev
 
     git checkout -b 1.7.0 1.7.0
 

	
 

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