Skip to content

Commit

Permalink
Merge pull request #2246 from git-lfs/release-next
Browse files Browse the repository at this point in the history
release: v2.1.1
  • Loading branch information
ttaylorr committed May 19, 2017
2 parents ce97ff4 + a691f95 commit 3314e28
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,29 @@
# Git LFS Changelog

## 2.1.1 (19 May, 2017)

Git LFS v2.1.1 ships with bug fixes and a security patch fixing a remote code
execution vulnerability exploitable by setting a SSH remote via your
repository's `.lfsconfig` to contain the string "-oProxyCommand". This
vulnerability is only exploitable if an attacker has write access to your
repository, or you clone a repository with a `.lfsconfig` file containing that
string.

### Bugs

* Make pull return non-zero error code when some downloads failed #2245 (@seth2810, @technoweenie)
* lfsapi: support cross-scheme redirection #2243 (@ttaylorr)
* sanitize ssh options parsed from ssh:// url #2242 (@technoweenie)
* filepathfilter: interpret as .gitignore syntax #2238 (@technoweenie)
* tq/basic_download: guard against nil HTTP response #2229 (@ttaylorr)
* commands: fix logged error not interpolating format qualifiers #2230 (@ttaylorr)

### Misc

* release: backport Debian 9-related changes #2244 (@ssgelm, @andyneff, @ttaylorr)
* Add git-lfs-lock and git-lfs-unlock to help index #2240 (@dpursehouse)
* config: allow multiple environments when calling config.Unmarshal #2224 (@ttaylorr)

## 2.1.0 (28 April, 2017)

### Features
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Expand Up @@ -12,7 +12,7 @@ var (
)

const (
Version = "2.1.0"
Version = "2.1.1"
)

func init() {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
git-lfs (2.1.1) stable; urgency=low

* New upstream version

-- Taylor Blau <me@ttaylorr.com> Fri, 19 May 2017 14:29:00 +0000

git-lfs (2.1.0) stable; urgency=low

* New upstream version
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/git-lfs.spec
@@ -1,5 +1,5 @@
Name: git-lfs
Version: 2.1.0
Version: 2.1.1
Release: 1%{?dist}
Summary: Git extension for versioning large files

Expand Down
4 changes: 2 additions & 2 deletions versioninfo.json
Expand Up @@ -4,7 +4,7 @@
"FileVersion": {
"Major": 2,
"Minor": 1,
"Patch": 0,
"Patch": 1,
"Build": 0
}
},
Expand All @@ -13,6 +13,6 @@
"FileDescription": "Git LFS",
"LegalCopyright": "GitHub, Inc. and Git LFS contributors",
"ProductName": "Git Large File Storage (LFS)",
"ProductVersion": "2.1.0"
"ProductVersion": "2.1.1"
}
}

0 comments on commit 3314e28

Please sign in to comment.