Skip to content

Commit

Permalink
Release v1.200
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Feb 22, 2016
2 parents af316a1 + cafbc63 commit 621b66a
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 323 deletions.
18 changes: 17 additions & 1 deletion README.pod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=pod

=for stopwords MITM versioning

=head1 NAME

github-keygen - bootstrap your GitHub SSH configuration
Expand Down Expand Up @@ -247,10 +251,22 @@ changed:

I<Note:> As C<github-keygen> is released with Git on GitHub, you can simply use
the diff feature of Git/GitHub to view exactly what happened between two
releases. And you can also have a look to the commit log.
releases. And you can also have a look at
L<the commit log|https://github.com/dolmen/github-keygen/commits/release>.

=over 4

=item v1.200

Add versioning to the generated config. This will allow to detect dangerous
attempts at downgrading to an older version of github-keygen.

Preserve the position of the github-keygen section in F<~/.ssh/config>.
Previously, the section was always put at the end of the file. This was
breaking configs were the user had a C<Host *> section at the end of the file
to set default settings: as the section was moved above us, those default
settings were applied before our own.

=item v1.101

Config: set C<UseRoaming no> to protect against the
Expand Down
Loading

0 comments on commit 621b66a

Please sign in to comment.