release: 1.5.0

This commit is contained in:
Taylor Blau 2016-11-17 15:11:14 -07:00
parent 68f57f5645
commit 2198a8de92
6 changed files with 34 additions and 4 deletions

@ -1,5 +1,29 @@
# Git LFS Changelog
## 1.5.0 (17 November, 2016)
### Features
* Filter Protocol Support #1617 (@ttaylorr, @larsxschneider)
* Fast directory walk #1616 (@sinbad)
* Allow usage of proxies even when contacting localhost #1605 (@chalstrick)
### Bugs
* start reading off the Watch() channel before sending any input #1671 (@technoweenie)
* wait for remote ref commands to exit before returning #1656 (@jjgod, @technoweenie)
### Misc
* rewrite new catfilebatch implementation for upcoming gitscanner pkg #1650 (@technoweenie)
* refactor testutils.FileInput so it's a little more clear #1666 (@technoweenie)
* Update the lfs track docs #1642 (@technoweenie)
* Pre push tracing #1638 (@technoweenie)
* Remove `AllGitConfig()` #1634 (@technoweenie)
* README: set minimal required Git version to 1.8.5 #1636 (@larsxschneider)
* 'smudge --info' is deprecated in favor of 'ls-files' #1631 (@technoweenie)
* travis-ci: test GitLFS with ancient Git version #1626 (@larsxschneider)
## 1.4.4 (24 October, 2016)
### Bugs

@ -8,7 +8,7 @@ import (
var (
GitCommit string
Version = "1.4.4"
Version = "1.5.0"
VersionDesc string
)

6
debian/changelog vendored

@ -1,3 +1,9 @@
git-lfs (1.5.0) stable; urgency=low
* New upstream version
-- Stephen Gelman <gelman@getbraintree.com> Thu, 17 Nov 2016 14:29:00 +0000
git-lfs (1.4.4) stable; urgency=low
* New upstream version

@ -17,7 +17,7 @@ import (
)
const (
Version = "1.4.4"
Version = "1.5.0"
)
var (

@ -1,5 +1,5 @@
Name: git-lfs
Version: 1.4.4
Version: 1.5.0
Release: 1%{?dist}
Summary: Git extension for versioning large files

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Git LFS"
#define MyAppVersion "1.4.4"
#define MyAppVersion "1.5.0"
#define MyAppPublisher "GitHub, Inc"
#define MyAppURL "https://git-lfs.github.com/"
#define MyAppFilePrefix "git-lfs-windows"