From c8c1b64aa4a51af1bce97c0a3c65bf4610ce5035 Mon Sep 17 00:00:00 2001 From: rick olson Date: Tue, 26 Sep 2017 13:13:48 -0600 Subject: [PATCH] release v2.3.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ config/version.go | 2 +- debian/changelog | 6 ++++++ rpm/SPECS/git-lfs.spec | 2 +- versioninfo.json | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 233b572e..4e23071d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)` diff --git a/config/version.go b/config/version.go index e0dc0ee1..17bf3a6d 100644 --- a/config/version.go +++ b/config/version.go @@ -12,7 +12,7 @@ var ( ) const ( - Version = "2.3.0" + Version = "2.3.1" ) func init() { diff --git a/debian/changelog b/debian/changelog index 8035f70a..92d4451e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-lfs (2.3.1) stable; urgency=low + + * New upstream version + + -- Rick Olson Wed, 26 Sep 2017 14:29:00 +0000 + git-lfs (2.3.0) stable; urgency=low * New upstream version diff --git a/rpm/SPECS/git-lfs.spec b/rpm/SPECS/git-lfs.spec index 1c1aeea4..bd1012af 100644 --- a/rpm/SPECS/git-lfs.spec +++ b/rpm/SPECS/git-lfs.spec @@ -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 diff --git a/versioninfo.json b/versioninfo.json index 0322ccc2..542a1105 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -4,7 +4,7 @@ "FileVersion": { "Major": 2, "Minor": 3, - "Patch": 0, + "Patch": 1, "Build": 0 } },