Skip to content

Commit cbf91a9

Browse files
committed
release: v1.4.4
1 parent 8fe768a commit cbf91a9

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

CHANGELOG.md

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

3+
## 1.4.4 (24 October, 2016)
4+
5+
### Bugs
6+
7+
* transfer: more descriptive "expired at" errors #1603 (@ttaylorr)
8+
* commands,lfs/tq: Only send unique OIDs to the Transfer Queue #1600 (@ttaylorr)
9+
* Expose the result message in case of an SSH authentication error #1599 (@sschuberth)
10+
11+
### Misc
12+
13+
* AppVeyor: Do not build branches with open pull requests #1594 (@sschuberth)
14+
* Update .mailmap #1593 (@dpursehouse)
15+
316
## 1.4.3 (17 October, 2016)
417

518
### Bugs

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
var (
1010
GitCommit string
11-
Version = "1.4.3"
11+
Version = "1.4.4"
1212
VersionDesc string
1313
)
1414

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
git-lfs (1.4.4) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Stephen Gelman <[email protected]> Mon, 24 Oct 2016 14:29:00 +0000
6+
17
git-lfs (1.4.3) stable; urgency=low
28

39
* New upstream version

lfs/lfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
Version = "1.4.3"
20+
Version = "1.4.4"
2121
)
2222

2323
var (

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: 1.4.3
2+
Version: 1.4.4
33
Release: 1%{?dist}
44
Summary: Git extension for versioning large files
55

script/windows-installer/inno-setup-git-lfs-installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Git LFS"
5-
#define MyAppVersion "1.4.3"
5+
#define MyAppVersion "1.4.4"
66
#define MyAppPublisher "GitHub, Inc"
77
#define MyAppURL "https://git-lfs.github.com/"
88
#define MyAppFilePrefix "git-lfs-windows"

0 commit comments

Comments
 (0)