Skip to content

Commit 6472a3f

Browse files
committed
release: 1.5.3
1 parent 1b4ac8f commit 6472a3f

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

CHANGELOG.md

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

3+
## 1.5.3 (5 December, 2016)
4+
5+
### Bugs
6+
7+
* Support LFS installations at filesystem root #1732 (@technoweenie)
8+
* git: parse filter process header values containing '=' properly #1733 (@larsxschneider)
9+
* Fix SSH endpoint parsing #1738 (@technoweenie)
10+
311
## 1.5.2 (22 November, 2016)
412

513
### Features

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.5.2"
11+
Version = "1.5.3"
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.5.3) stable; urgency=low
2+
3+
* New upstream version
4+
5+
-- Stephen Gelman <[email protected]> Mon, 5 Dec 2016 14:29:00 +0000
6+
17
git-lfs (1.5.2) 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.5.2"
20+
Version = "1.5.3"
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.5.2
2+
Version: 1.5.3
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.5.2"
5+
#define MyAppVersion "1.5.3"
66
#define MyAppPublisher "GitHub, Inc"
77
#define MyAppURL "https://git-lfs.github.com/"
88
#define MyAppFilePrefix "git-lfs-windows"

0 commit comments

Comments
 (0)