Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 host string support (#385) #491

Merged
merged 9 commits into from Sep 8, 2012
Merged

IPv6 host string support (#385) #491

merged 9 commits into from Sep 8, 2012

Commits on Nov 29, 2011

  1. Allow IPv6 host addresses

    Syntax examples:
      fe80::1111:2222:3333:4444
      user@fe80::1
      user@[::1]:2222 (square brackets are necessary for non-standard ssh port number)
    max-arnold committed Nov 29, 2011
    Copy the full SHA
    230b7ba View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2011

  1. Copy the full SHA
    fbd2dc1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2ddc3a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2011

  1. Copy the full SHA
    3926d7c View commit details
    Browse the repository at this point in the history
  2. fix typo

    max-arnold committed Dec 2, 2011
    Copy the full SHA
    a230b46 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2012

  1. Merge branch 'master' into 385-ipv6-hosts

    Conflicts:
    	fabric/contrib/project.py
    	fabric/network.py
    max-arnold committed Aug 25, 2012
    Copy the full SHA
    6926996 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ea577b5 View commit details
    Browse the repository at this point in the history
  3. add documentation

    max-arnold committed Aug 25, 2012
    Copy the full SHA
    ab3778d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2012

  1. add changelog entry

    max-arnold committed Aug 26, 2012
    Copy the full SHA
    62ac815 View commit details
    Browse the repository at this point in the history