File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.0 (Sep 4, 2015)
2+ * Add support for disk offering (PR #89 )
3+ * Fix bug open file handles on Windows (PR #98 )
4+ * Add support for Windows guests (PR #96 )
5+ * Automate port forwarding for the Communicator (PR #104 )
6+ * Allow setting to open Firewall to specific network (PR #99 )
7+ * Make config.vm.box an optional setting in Vagrantfile (PR #105 )
8+
19# 1.1.0 (May 26, 2015)
210* Allow setting VM private IP in config (PR #73 )
311* Fix several coding style issues (PR #76 , #77 , #78 )
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=1.1 .0
2+ VERSION=1.2 .0
33mkdir -p /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION
44cp -r . /tmp/vagrant-cloudstack-build_rpm.$$ /vagrant-cloudstack-$VERSION /
55tar -C /tmp/vagrant-cloudstack-build_rpm.$$ / -czf ~ /rpmbuild/SOURCES/vagrant-cloudstack-$VERSION .tar.gz vagrant-cloudstack-$VERSION
Original file line number Diff line number Diff line change 11module VagrantPlugins
22 module Cloudstack
3- VERSION = '1.1 .0'
3+ VERSION = '1.2 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments