Skip to content

Bug fix release.

Compare
Choose a tag to compare
@harshavardhana harshavardhana released this 03 Apr 18:50
· 1763 commits to master since this release
RELEASE.2017-04-03T18-35-01Z

Highlights

  • Diff command now uses a new UI to indicate differences between source and target.
  • SecretMaxKeyLen limit moved to 100 characters to support Minio Azure Gateway.
  • Added build support for OpenBSD
  • Other miscellaneous bug fixes.

ChangeLog

  • Fix for issue #2093 NAME: (#2100) (4 days ago)
  • diff: Change output UI (#2097) (5 days ago)
  • share: Download shares the url of exact prefix (#2096) (5 days ago)
  • cli: Add bash and zsh autocomplete (#2095) (6 days ago)
  • ls: Fix listing incomplete entries result (#2081) (13 days ago)
  • fs: Remove handling of specific windows symlinks (#2080) (2 weeks ago)
  • fs stat(): Return dir stat with incomplete flag (#2078) (2 weeks ago)
  • Use words package from minio for DamerauLevenshteinDistance() (#2075) (2 weeks ago)
  • policy/links: Do not list prefixes in recursive mode. (#2070) (3 weeks ago)
  • Split config-host into remove, list, add commands (#2069) (3 weeks ago)
  • Set secretKeyMaxLen = 100 to accomodate azure's account-key length. (#2054) (4 weeks ago)
  • mc: Code cleanup after running gosimple tool (#2065) (4 weeks ago)
  • cp: Fix guessing if target url is a directory (#2062) (4 weeks ago)
  • epoll_wait is not implemented on ARM64 Linux (#2052) (5 weeks ago)
  • Stop mirror/diff when difference() sends error (#2049) (5 weeks ago)
  • cli: Fix more commands with inconsistent UI (#2045) (5 weeks ago)
  • mirror: Return exit code after mirror/watch error (#2043) (5 weeks ago)
  • Fix all cli commands to have consistent UI (#2040) (5 weeks ago)
  • Fix macOS build (#2041) (5 weeks ago)
  • Use ` instead of unicode single quote (#2033) (5 weeks ago)
  • cli: Remove help sub-command and --version flag (#2030) (6 weeks ago)
  • mc: Rewrite update and version command. (#2026) (6 weeks ago)
  • fs: new files and folders created honors umask (#2023) (6 weeks ago)
  • cli: Make sure to add "--help" flag for subcommands. (#2024) (6 weeks ago)
  • Add conflict document regarding midnight commander (#2021) (6 weeks ago)
  • Let mc to be compiled with 1.7.5 onwards. (6 weeks ago)
  • mirror: Quit after showing all progressbar updates (#2020) (6 weeks ago)
  • Avoid printing hidden flags and commands with custom help. (#2015) (7 weeks ago)
  • client-s3: Recursive List() avoids listing buckets (#2014) (7 weeks ago)
  • mirror: Mirror buckets if only alias is specified (#2006) (7 weeks ago)
  • help: Use {{.HelpName}} in help/examples template (#2013) (7 weeks ago)
  • trie: use trie package in minio. (#2010) (7 weeks ago)
  • rm: fix multiple args handling (#2008) (8 weeks ago)
  • Add build support for OpenBSD on i386 and amd64 (#2005) (8 weeks ago)