Skip to content

Commit 81153cc

Browse files
committed
release v2.3.2
1 parent 4fe2667 commit 81153cc

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

CHANGELOG.md

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

3+
## 2.3.2 (3 October, 2017)
4+
5+
### Features
6+
7+
* bump default activity timeout from 10s -> 30s #2632 (@technoweenie)
8+
9+
### Bugs
10+
11+
* ensure files are marked readonly after unlocking by ID #2642 (@technoweenie)
12+
* add files to index with path relative to current dir #2641 (@technoweenie)
13+
* better Netrc errors #2633 (@technoweenie)
14+
* only use askpass if credential.helper is not configured #2637 (@technoweenie)
15+
* convert backslash to slash when writing to .gitattributes #2625 (@technoweenie)
16+
17+
### Misc
18+
19+
* only copy req headers if there are git-configured extra headers #2622 (@technoweenie)
20+
* update tracerx to add timestamps #2620 (@rubyist)
21+
322
## 2.3.1 (27 September, 2017)
423

524
### 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.3.1"
15+
Version = "2.3.2"
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.3.2) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Rick Olson <[email protected]> Tue, 3 Oct 2017 14:29:00 +0000
6+
17
git-lfs (2.3.1) 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.3.1
2+
Version: 2.3.2
33
Release: 1%{?dist}
44
Summary: Git extension for versioning large files
55

versioninfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"FileVersion": {
55
"Major": 2,
66
"Minor": 3,
7-
"Patch": 1,
7+
"Patch": 2,
88
"Build": 0
99
}
1010
},

0 commit comments

Comments
 (0)