Version bump for release 1.8.3

release1.8.3
James Cammarata 11 years ago
parent cdd1cf5901
commit 37e44bbc14

@ -1,6 +1,11 @@
Ansible Changes By Release
==========================
## 1.8.3 "You Really Got Me" - Feb 17, 2015
* Fixing a security bug related to the default permissions set on a tempoary file created when using "ansible-vault view <filename>".
* Many bug fixes, for both core code and core modules.
## 1.8.2 "You Really Got Me" - Dec 04, 2014
* Various bug fixes for packaging issues related to modules.

@ -9,6 +9,7 @@ Active Development
Released
++++++++
1.8.3 "You Really Got Me" ---- 02-17-2015
1.8.2 "You Really Got Me" ---- 12-04-2014
1.8.1 "You Really Got Me" ---- 11-26-2014
1.8 "You Really Got Me" ---- 11-25-2014

@ -1 +1 @@
1.8.2
1.8.3

@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.8.2'
__version__ = '1.8.3'
__author__ = 'Michael DeHaan'

@ -1 +1 @@
Subproject commit 54ee8aa8e8b5f03b1b81642c0087ce6b8e68686f
Subproject commit 6bed6e6bbb56d0a7260c189183590d246885373a

@ -1 +1 @@
Subproject commit c60441fddd7433c9d258b3837be1669f4d73e725
Subproject commit 7b4f8c3ef958e7e4e2acf77197526b80702ce90a

@ -1,3 +1,9 @@
ansible (1.8.3) unstable; urgency=low
* 1.8.3
-- Ansible, Inc. <supoort@ansible.com> Tue, 17 Feb 2015 16:00:00 -0500
ansible (1.8.2) unstable; urgency=low
* 1.8.2

@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
* Tue Feb 17 2015 Ansible, Inc. <support@ansible.com> - 1.8.3
- Release 1.8.3
* Thu Dec 04 2014 Michael DeHaan <michael@ansible.com> - 1.8.2
- Release 1.8.2

Loading…
Cancel
Save