mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Version bump for release 1.6.9
This commit is contained in:
parent
bf41f220f7
commit
663ecd0d04
|
|
@ -1,6 +1,10 @@
|
|||
Ansible Changes By Release
|
||||
==========================
|
||||
|
||||
## 1.6.9 "And the Cradle Will Rock" - Jul 25, 2014
|
||||
|
||||
- Further improvements to module parameter parsing to address additional regressions caused by security fixes
|
||||
|
||||
## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
|
||||
|
||||
- Corrects a regression in the way shell and command parameters were being parsed
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Active Development
|
|||
|
||||
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
|
||||
|
||||
1.6.9 "The Cradle Will Rock" - 07-25-2014
|
||||
1.6.8 "The Cradle Will Rock" - 07-22-2014
|
||||
1.6.7 "The Cradle Will Rock" - 07-21-2014
|
||||
1.6.6 "The Cradle Will Rock" - 07-01-2014
|
||||
|
|
|
|||
|
|
@ -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.6.8'
|
||||
__version__ = '1.6.9'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
ansible (1.6.9) unstable; urgency=low
|
||||
|
||||
* 1.6.9 release
|
||||
|
||||
-- Michael DeHaan <michael@ansible.com> Fri, 25 Jul 2014 00:00:00 -0500
|
||||
|
||||
ansible (1.6.8) unstable; urgency=low
|
||||
|
||||
* 1.6.8 release
|
||||
|
|
|
|||
|
|
@ -115,6 +115,9 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Fri Jul 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.9
|
||||
- Release 1.6.9
|
||||
|
||||
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
|
||||
- Release 1.6.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user