File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Git LFS Changelog
2
2
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
+
3
22
## 2.3.1 (27 September, 2017)
4
23
5
24
### Features
Original file line number Diff line number Diff line change 12
12
)
13
13
14
14
const (
15
- Version = "2.3.1 "
15
+ Version = "2.3.2 "
16
16
)
17
17
18
18
func init () {
Original file line number Diff line number Diff line change
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
+
1
7
git-lfs (2.3.1) stable; urgency=low
2
8
3
9
* New upstream version
Original file line number Diff line number Diff line change 1
1
Name: git-lfs
2
- Version: 2.3.1
2
+ Version: 2.3.2
3
3
Release: 1%{?dist }
4
4
Summary: Git extension for versioning large files
5
5
Original file line number Diff line number Diff line change 4
4
"FileVersion" : {
5
5
"Major" : 2 ,
6
6
"Minor" : 3 ,
7
- "Patch" : 1 ,
7
+ "Patch" : 2 ,
8
8
"Build" : 0
9
9
}
10
10
},
You can’t perform that action at this time.
0 commit comments