Skip to content

Commit

Permalink
Version v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 17, 2015
1 parent 96cc3e5 commit 2fcc187
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 20 deletions.
24 changes: 23 additions & 1 deletion docs/content/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
---
title: "Documentation"
description: "Rclone Changelog"
date: "2015-06-14"
date: "2015-08-17"
---

Changelog
---------

* v1.18 - 2015-08-17
* drive
* Add `--drive-use-trash` flag so rclone trashes instead of deletes
* Add "Forbidden to download" message for files with no downloadURL
* dropbox
* Remove datastore
* This was deprecated and it caused a lot of problems
* Modification times and MD5SUMs no longer stored
* Fix uploading files > 2GB
* s3
* use official AWS SDK from github.com/aws/aws-sdk-go
* **NB** will most likely require you to delete and recreate remote
* enable multipart upload which enables files > 5GB
* tested with Ceph / RadosGW / S3 emulation
* many thanks to Sam Liston and Brian Haymore at the [Utah
Center for High Performance Computing](https://www.chpc.utah.edu/) for a Ceph test account
* misc
* Show errors when reading the config file
* Do not print stats in quiet mode - thanks Leonid Shalupov
* Add FAQ
* Fix created directories not obeying umask
* Linux installation instructions - thanks Shimon Doodkin
* v1.17 - 2015-06-14
* dropbox: fix case insensitivity issues - thanks Leonid Shalupov
* v1.16 - 2015-06-09
Expand Down
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: "2015-06-14"
date: "2015-08-17"
---

Rclone Download v1.17
Rclone Download v1.18
=====================

* Windows
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-windows-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-windows-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-windows-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-windows-amd64.zip)
* OSX
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-osx-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-osx-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-osx-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-osx-amd64.zip)
* Linux
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-linux-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-linux-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.17-linux-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-linux-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-linux-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.18-linux-arm.zip)
* FreeBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-freebsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-freebsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.17-freebsd-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-freebsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-freebsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.18-freebsd-arm.zip)
* NetBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-netbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-netbsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.17-netbsd-arm.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-netbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-netbsd-amd64.zip)
* [ARM - 32 Bit](http://downloads.rclone.org/rclone-v1.18-netbsd-arm.zip)
* OpenBSD
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-openbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.17-openbsd-amd64.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-openbsd-386.zip)
* [AMD64 - 64 Bit](http://downloads.rclone.org/rclone-v1.18-openbsd-amd64.zip)
* Plan 9
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.17-plan9-386.zip)
* [386 - 32 Bit](http://downloads.rclone.org/rclone-v1.18-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.17"
const Version = "v1.18"

0 comments on commit 2fcc187

Please sign in to comment.