Skip to content

Commit

Permalink
Release v1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Feb 4, 2015
1 parent 1758621 commit 18a8a61
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 19 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,16 @@ Bugs

* Drive: Sometimes get: Failed to copy: Upload failed: googleapi: Error 403: Rate Limit Exceeded
* quota is 100.0 requests/second/user
* just retry the command if this happens
* Empty directories left behind with Local and Drive
* eg purging a local directory with subdirectories doesn't work

Changelog
---------
* v1.08 - 2015-02-04
* drive: fix subdirectory listing to not list entire drive
* drive: Fix SetModTime
* dropbox: adapt code to recent library changes
* v1.07 - 2014-12-23
* google cloud storage: fix memory leak
* v1.06 - 2014-12-12
Expand Down
19 changes: 19 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Required software for making a release
* [github-release](https://github.com/aktau/github-release) for uploading packages
* [gox](https://github.com/mitchellh/gox) for cross compiling
* Run `gox -build-toolchain`
* This assumes you have your own source checkout
* pandoc for making the html and man pages

Making a release
* go get -u -f -v ./...
* make test
* make tag
* edit README.md
* git commit fs/version.go README.md docs/content/downloads.md
* make retag
* # Set the GOPATH for a gox enabled compiler - . ~/bin/go-cross
* make cross
* make upload
* make upload_website
* git push --tags origin master
36 changes: 18 additions & 18 deletions docs/content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
title: "Rclone downloads"
description: "Download rclone binaries for your OS."
type: page
date: "2014-12-23"
date: "2015-02-04"
---

Rclone Download v1.07
Rclone Download v1.08
=====================

* Windows
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-windows-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-windows-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-windows-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-windows-amd64.zip)
* OSX
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-osx-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-osx-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-osx-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-osx-amd64.zip)
* Linux
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-linux-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-linux-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.07-linux-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-linux-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-linux-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.08-linux-arm.zip)
* FreeBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-freebsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-freebsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.07-freebsd-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-freebsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-freebsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.08-freebsd-arm.zip)
* NetBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-netbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-netbsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.07-netbsd-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-netbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-netbsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.08-netbsd-arm.zip)
* OpenBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-openbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.07-openbsd-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-openbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.08-openbsd-amd64.zip)
* Plan 9
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.07-plan9-386.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.08-plan9-386.zip)

Older downloads can be found [here](http://downloads.rclone.org/)
2 changes: 1 addition & 1 deletion fs/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package fs

const Version = "v1.07"
const Version = "v1.08"

0 comments on commit 18a8a61

Please sign in to comment.