From 19475a3ee21b82ba33d7105ac5ee53290ca9b90a Mon Sep 17 00:00:00 2001 From: Chris Pahl Date: Wed, 25 Apr 2018 18:20:13 +0200 Subject: [PATCH] update changelog --- .version | 2 +- CHANGELOG.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index fb914671..3fc2cb6d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.2 Penetrating Pineapple +2.7.0 Toothless Taipan diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2c82fe..066caecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file. The format follows [keepachangelog.com]. Please stick to it. -## [2.7.0 Toothless Taipan] -- unreleased +## [2.7.0 Toothless Taipan] -- 2017-04-25 ### Added * New checksum types metro and highway * New option --keep-hardlinked -* --dedupe option can deduplicate twins on any reflick-capable filesystem +* --dedupe option can deduplicate twins on any reflick-capable filesystems * --dedupe-readonly option can dedupe files on read-only btrfs snapshots ### Changed @@ -33,7 +33,7 @@ The format follows [keepachangelog.com]. Please stick to it. * Fix compile error on systems with no FIEMAP (https://github.com/sahib/rmlint/issues/252) * Fix handling of bad uids/gids in python output formatter (https://github.com/sahib/rmlint/issues/239) * Fix escaping of dirnames in rmlint.sh test for new emptydirs (https://github.com/sahib/rmlint/issues/241) - +* Fix another quoting issue (https://github.com/sahib/rmlint/issues/272) ## [2.6.1 Penetrating Pineapple] -- 2017-06-13