File tree 6 files changed +31
-7
lines changed 6 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Git LFS Changelog
2
2
3
+ ## 1.0.1 (23 October, 2015)
4
+
5
+ * Downcase git config keys (prevents Auth loop) #690 (@WillHipschman )
6
+ * Show more info for unexpected http responses #710 (@rubyist )
7
+ * Use separate stdout/stderr buffers for ` git-lfs-authenticate ` #718 (@bozaro )
8
+ * Use LoggedError instead of Panic if update-index fails in checkout #735 (@sinbad )
9
+ * ` smudge ` command exits with non-zero if the download fails #732 (@rubyist )
10
+ * Use ` git rev-parse ` to find the git working dir #692 (@sinbad )
11
+ * Improved default remote behaviour & validation for fetch/pull #713 (@sinbad )
12
+ * Make fetch return error code when 1+ downloads failed #734 (@sinbad )
13
+ * Improve lfs.InRepo() detection in ` init ` /` update ` #756 (@technoweenie )
14
+ * whitelist the valid keys read from .gitconfig #760 (@technoweenie )
15
+ * Teach smudge to use the batch api #711 (@rubyist )
16
+ * Fix not setting global attribute when needed to b/c of local state #765 (@sinbad )
17
+ * Fix clone fail when fetch is excluded globally #770 (@sinbad )
18
+ * Fix for partial downloads problem #763 (@technoweenie )
19
+ * Get integration tests passing on Windows #771 (@sinbad )
20
+
3
21
## v1.0 (1 October, 2015)
4
22
5
23
* Manual reference is integrated into the "help" options #665 @sinbad
Original file line number Diff line number Diff line change 1
1
[application ]
2
2
3
3
name = " git-lfs"
4
- version = " 0.5.3 "
4
+ version = " 1.0.1 "
5
5
authors = [
6
6
7
7
" Scott Barron <[email protected] >" ,
Original file line number Diff line number Diff line change
1
+ git-lfs (1.0.1) stable; urgency=low
2
+
3
+ * New upstream version
4
+
5
+ -- Stephen Gelman <
[email protected] > Fri, 23 Oct 2015 14:29:00 +0000
6
+
1
7
git-lfs (1.0.0) stable; urgency=low
2
8
3
9
* New upstream version
4
10
5
- -- Stephen Gelman <
[email protected] > Thu,
10 Sep 2015 14:29:00 +0000
11
+ -- Stephen Gelman <
[email protected] > Thu,
1 Oct 2015 14:29:00 +0000
6
12
7
13
git-lfs (0.6.0) stable; urgency=low
8
14
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
const (
16
- Version = "1.0.0 "
16
+ Version = "1.0.1 "
17
17
tempDirPerms = 0755
18
18
localMediaDirPerms = 0755
19
19
localLogDirPerms = 0755
Original file line number Diff line number Diff line change 1
1
Name: git-lfs
2
- Version: 1.0.0
2
+ Version: 1.0.1
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 @@ -3,9 +3,9 @@ OutFile "GitLFSInstaller.exe"
3
3
4
4
InstallDir $DESKTOP
5
5
6
- VIProductVersion " 1.0.0 .0"
7
- VIAddVersionKey FileVersion " 1.0.0 .0"
8
- VIAddVersionKey ProductVersion " 1.0.0 .0"
6
+ VIProductVersion " 1.0.1 .0"
7
+ VIAddVersionKey FileVersion " 1.0.1 .0"
8
+ VIAddVersionKey ProductVersion " 1.0.1 .0"
9
9
VIAddVersionKey ProductName " Git LFS"
10
10
VIAddVersionKey Comments " Git LFS"
11
11
VIAddVersionKey CompanyName " GitHub, Inc"
You can’t perform that action at this time.
0 commit comments