From 04a6446e908f494116251e3b92b498c061090b3f Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Thu, 16 Apr 2015 11:23:56 -0700 Subject: [PATCH 1/2] Update AUTHORS file for releease. Signed-off-by: Stephen J Day --- .mailmap | 1 + AUTHORS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 46317fbff..bcfe66352 100644 --- a/.mailmap +++ b/.mailmap @@ -3,3 +3,4 @@ Stephen J Day Stephen Day Olivier Gambier Olivier Gambier Brian Bland Brian Bland Josh Hawn Josh Hawn +Richard Scothern Richard \ No newline at end of file diff --git a/AUTHORS b/AUTHORS index 1038a5b1b..3e3dfa019 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,18 +6,19 @@ Anton Tiurin Arnaud Porterie Ben Firshman Brian Bland +Daisuke Fujita David Lawrence Derek McGowan Diogo Mónica Donald Huang Frederick F. Kautz IV +Jessie Frazelle Josh Hawn Kenneth Lim Mary Anthony Nathan Sullivan Nghia Tran Olivier Gambier -Richard Richard Scothern Shreyas Karnik Simon Thulbourn From aa74de8824db2f705c87dcfd697b62e7003c9fbd Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Thu, 16 Apr 2015 11:25:03 -0700 Subject: [PATCH 2/2] Update rough version for release Signed-off-by: Stephen J Day --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 647b6b956..3a542f9b6 100644 --- a/version/version.go +++ b/version/version.go @@ -8,4 +8,4 @@ var Package = "github.com/docker/distribution" // the latest release tag by hand, always suffixed by "+unknown". During // build, it will be replaced by the actual version. The value here will be // used if the registry is run after a go get based install. -var Version = "v2.0.0-rc.0+unknown" +var Version = "v2.0.0+unknown"