diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-01-28 17:07:41 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-01-28 17:13:05 -0800 |
commit | 9b3fb20112805662d3c283a3612af49e1b5b7390 (patch) | |
tree | 68f786ffe07fdfca2dfd0332d21933425b599d71 | |
parent | d20b25cd2dd885bb92dcdeff1a9e1b258e115868 (diff) | |
download | sshfs-9b3fb20112805662d3c283a3612af49e1b5b7390.tar sshfs-9b3fb20112805662d3c283a3612af49e1b5b7390.tar.gz sshfs-9b3fb20112805662d3c283a3612af49e1b5b7390.tar.bz2 sshfs-9b3fb20112805662d3c283a3612af49e1b5b7390.zip |
Added missing ChangeLog entries for 2.4 and 2.5
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,6 +3,19 @@ Unreleased Changes * New maintainer (Nikolaus Rath <Nikolaus@rath.org>) +Release 2.6 (2014-01-14) +------------------------ + +* Some performance improvements for large directories. +* New `disable_hardlink` option. +* Various small bugfixes. + +Release 2.4 (2012-03-08) +------------------------ + +* New `slave` option. +* New `idmap`, `uidmap` and `gidmap` options. +* Various small bugfixes. Release 2.3 (2011-07-01) ------------------------ |