Changeset - c96db74be6f8
[Not reviewed]
1.3.0 1.3
0 3 0
Branko Majic (branko) - 7 years ago 2016-12-27 19:14:31
branko@majic.rs
MAR-87: Preparing for release 1.3.0.
3 files changed with 28 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.2-dev'
 
version = '1.3.0'
 
# The full version, including alpha/beta/rc tags.
 
release = '1.2-dev'
 
release = '1.3.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,31 @@ Release notes
 
=============
 

	
 

	
 
1.3.0
 
-----
 

	
 
IPv6 support in firewall rules, small bug fixes and improvements.
 

	
 
New features/improvements:
 

	
 
* All roles that deploy firewall rules
 

	
 
  * Set-up IPv6 firewall rules in addition to IPv4.
 

	
 
* ``common`` role
 

	
 
  * Crontabs, operating system user passwords (``/etc/shadow``), and local user
 
    mails are now included in the backup.
 

	
 
Bug-fixes:
 

	
 
* ``wsgi_website`` role
 

	
 
  * Do not traverse static locations that have not been explicitly
 
    configured. Fixes issue where static location ends-up being served by Nginx
 
    instea of WSGI application.
 

	
 

	
 
1.2.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.2.0 1.2.0
 
     git checkout -b 1.3.0 1.3.0
 

	
 

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