release v2.3.1

This commit is contained in:
rick olson 2017-09-26 13:13:48 -06:00
parent 02f4deef9d
commit c8c1b64aa4
5 changed files with 33 additions and 3 deletions

@ -1,5 +1,29 @@
# Git LFS Changelog
## 2.3.1 (27 September, 2017)
### Features
* add support for SSH_ASKPASS #2609 (@technoweenie)
* `git lfs migrate --verbose` option #2610 (@technoweenie)
* Support standalone custom transfer based on API URL prefix match #2590 (@sprohaska)
### Bugs
* Improve invalid URL error messages #2614 (@technoweenie)
* Fix double counting progress bug #2608 (@technoweenie)
* trim whitespace from GIT_ASKPASS provided passwords #2607 (@technoweenie)
* remove mmap usage in Packfile reader #2600 (@technoweenie)
* `git lfs clone`: don't fetch for unborn repositories #2598 (@shiftkey)
### Misc
* Windows Installer fixes:
* Show proper icon in add/remove programs list #2585 (@shiftkey)
* Make the Inno Setup installer script explicitly check for the binaries #2588 (@sschuberth)
* Improve compile-win-installer-unsigned.bat a bit #2586 (@sschuberth)
* Update migrate docs example for multiple file types #2596 (@technoweenie)
## 2.3.0 (14 September, 2017)
Git LFS v2.3.0 includes performance optimizations for the `git-lfs-migrate(1)`

@ -12,7 +12,7 @@ var (
)
const (
Version = "2.3.0"
Version = "2.3.1"
)
func init() {

6
debian/changelog vendored

@ -1,3 +1,9 @@
git-lfs (2.3.1) stable; urgency=low
* New upstream version
-- Rick Olson <technoweenie@gmail.com> Wed, 26 Sep 2017 14:29:00 +0000
git-lfs (2.3.0) stable; urgency=low
* New upstream version

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

@ -4,7 +4,7 @@
"FileVersion": {
"Major": 2,
"Minor": 3,
"Patch": 0,
"Patch": 1,
"Build": 0
}
},