From e62c0a58a73539c5cb81bd750c370db36c616b20 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 31 Jan 2016 17:50:13 +0000 Subject: [PATCH] Version 1.27 --- MANUAL.html | 31 +++++++++++++++++++++++++++++ MANUAL.md | 29 +++++++++++++++++++++++++++ MANUAL.txt | 36 +++++++++++++++++++++++++++++++++ Makefile | 2 +- docs/content/changelog.md | 31 ++++++++++++++++++++++++++++- docs/content/downloads.md | 42 +++++++++++++++++++-------------------- fs/version.go | 2 +- 7 files changed, 149 insertions(+), 24 deletions(-) diff --git a/MANUAL.html b/MANUAL.html index 40d9c4f4f..82992d49c 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -1500,6 +1500,37 @@ nounc = true

This will use UNC paths on c:\src but not on z:\dst. Of course this will cause problems if the absolute path length of a file exceeds 258 characters on z, so only use this option if you have to.

Changelog