Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 6.24 KB

CHANGELOG.md

File metadata and controls

79 lines (65 loc) · 6.24 KB

1.2.0 - 2016-12-07

  • Issue #298 - Travis CI used wrong Bundler version
  • Issue #288 - Landrush 1.1.2 failing to start - OSX 10.11, Vagrant 1.8.6
  • Issue #284 - Inconsistent command layout in README.md
  • Issue #282 - Add support for Suse
  • Issue #280 - Configure CI build on Windows using AppVeyor
  • Issue #271 - Update landrush ip dependency
  • Issue #268 - "host_interface" ignored if only 1 private interface is configured
  • Issue #264 - Convert documentation to asciidoc
  • Issue #262 - Add command to clear all entries at once
  • Issue #259 - Landrush daemon stopped after a 'vagrant reload'
  • Issue #255 - read_host_visible_ip_address failure in presence of interface without IPv4, with IPv6 address
  • Issue #216 - Apply Rubocop auto corrections

1.1.2 - 2016-08-24

  • Issue #249 - Spawned DNS server holds vagrant executable's stderr, stdout open
  • PR #243 - Vagrant would print error message "The system cannot find the path

1.1.1 - 2016-08-07

  • Issue #241 - Action::Teardown is not called for providers other than VirtualBox
  • Issue #239 - Add support for HyperV
  • Issue #237 - Landrush::Server.ensure_ruby_on_path should not be using File.join
  • Issue #236 - Explicitly call landrush_ip_installed and landrush_ip_install

1.1.0 - 2016-08-05

  • Issue #234 - sed command in RestartDnsmasq for redhat hosts does insert 127.0.0.1
  • Issue #231 - Make sure that there is alway a ruby binary on the path
  • Issue #233 - Wrong sudo command in ConfigureVisibilityOnHost for OS X bug
  • Issue #229 - ConfigureVisibilityOnHost exist main execution when not in admin mode
  • Issue #226 - Landrush::Cap::Linux::ConfigureVisibilityOnHost accesses capabilties the wrong way
  • Issue #225 - Windows host configuration fails starting the Wired AutoConfig service
  • Issue #223 - The wrong TLD is used for the darwin host capabiltiy configure_visibility_on_host bug
  • Issue #215 - Document issues with upstream DNS server configuration in VPN settings documentation
  • Issue #211 - Provide automatic host visibility configuration on Linux feature
  • Issue #202 - Landrush kill not working in Windows environment
  • Issue #209 - Remove issues directory
  • Issue #190 - Add sudoers rules to README to support passwordless provisioning
  • Issue #176 - Can't create cname in Vagrantfile
  • Issue #171 - Provide automatic host visibility configuration on Windows
  • Issue #201 - Upgrade to Vagrant 1.8.4 as development version build
  • Issue #189 - Improve IP determination by using config information guest-ip-detection
  • Issue #199 - Switch to win32-process for creating sub processes on Windows bug
  • Issue #114 - Make IP determination platform-agnostic and a bit more flexible enhancement guest-ip-detection
  • Issue #196 - gem spec refers to old repo

1.0.0 - 2016-05-18

  • Added: Acceptance CI tests (#136)
  • Fixed: Making sure that the right Vagrant data dir is used (#157)
  • Added: Getting Landrush to work on Windows (#16)

0.19.0 - 2016-03-10

  • Added: Support for libvirt provider (#138)
  • Added: support for CNAME records (#99)
  • Breaking: Changing default TLD from vagrant.dev to vagrant.test (#118)

0.18.0 - 2015-01-24

  • Added: support for vagrant reload (#101)

0.17.0 - 2015-01-18

  • Added: cli add / rm|del subcommands (#96)
  • Fixed: cli: default to showing help when no command is specified

0.16.0 - 2015-01-18

  • Added: Support for IN::PTR records (#98)