Skip to content

Commit 3314e28

Browse files
authored
Merge pull request git-lfs#2246 from git-lfs/release-next
release: v2.1.1
2 parents ce97ff4 + a691f95 commit 3314e28

File tree

5 files changed

+34
-4
lines changed

5 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Git LFS Changelog
22

3+
## 2.1.1 (19 May, 2017)
4+
5+
Git LFS v2.1.1 ships with bug fixes and a security patch fixing a remote code
6+
execution vulnerability exploitable by setting a SSH remote via your
7+
repository's `.lfsconfig` to contain the string "-oProxyCommand". This
8+
vulnerability is only exploitable if an attacker has write access to your
9+
repository, or you clone a repository with a `.lfsconfig` file containing that
10+
string.
11+
12+
### Bugs
13+
14+
* Make pull return non-zero error code when some downloads failed #2245 (@seth2810, @technoweenie)
15+
* lfsapi: support cross-scheme redirection #2243 (@ttaylorr)
16+
* sanitize ssh options parsed from ssh:// url #2242 (@technoweenie)
17+
* filepathfilter: interpret as .gitignore syntax #2238 (@technoweenie)
18+
* tq/basic_download: guard against nil HTTP response #2229 (@ttaylorr)
19+
* commands: fix logged error not interpolating format qualifiers #2230 (@ttaylorr)
20+
21+
### Misc
22+
23+
* release: backport Debian 9-related changes #2244 (@ssgelm, @andyneff, @ttaylorr)
24+
* Add git-lfs-lock and git-lfs-unlock to help index #2240 (@dpursehouse)
25+
* config: allow multiple environments when calling config.Unmarshal #2224 (@ttaylorr)
26+
327
## 2.1.0 (28 April, 2017)
428

529
### Features

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var (
1212
)
1313

1414
const (
15-
Version = "2.1.0"
15+
Version = "2.1.1"
1616
)
1717

1818
func init() {

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
git-lfs (2.1.1) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Taylor Blau <[email protected]> Fri, 19 May 2017 14:29:00 +0000
6+
17
git-lfs (2.1.0) stable; urgency=low
28

39
* New upstream version

rpm/SPECS/git-lfs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: git-lfs
2-
Version: 2.1.0
2+
Version: 2.1.1
33
Release: 1%{?dist}
44
Summary: Git extension for versioning large files
55

versioninfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"FileVersion": {
55
"Major": 2,
66
"Minor": 1,
7-
"Patch": 0,
7+
"Patch": 1,
88
"Build": 0
99
}
1010
},
@@ -13,6 +13,6 @@
1313
"FileDescription": "Git LFS",
1414
"LegalCopyright": "GitHub, Inc. and Git LFS contributors",
1515
"ProductName": "Git Large File Storage (LFS)",
16-
"ProductVersion": "2.1.0"
16+
"ProductVersion": "2.1.1"
1717
}
1818
}

0 commit comments

Comments
 (0)