From 3cfb3a6dabc3d3dd239e194829be1822165729e6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 20 Feb 2006 12:11:23 +0000 Subject: new release --- ChangeLog | 6 +++++- NEWS | 12 ++++++++++++ configure.ac | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef5a3b8..6be7a29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-20 Miklos Szeredi + + * Released 1.5 + 2006-02-19 Miklos Szeredi * Fix compilation with old FUSE versions. Report by Kurt George @@ -54,7 +58,7 @@ 2006-01-20 Miklos Szeredi - * Update to fuse API 2.7 + * Update to fuse API 2.6 * Don't do readahead in sshfs if it's done in kernel diff --git a/NEWS b/NEWS index 744b324..780f194 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +What is new in 1.5 +------------------ + +* Improvements to read performance. Now both read and write + throughput should be very close to 'scp' + +* If used with FUSE 2.6.0 or later, then perform better data caching. + This should show dramatic speed improvements when a file is opened + more than once + +* Bug fixes + What is new in 1.4 ------------------ diff --git a/configure.ac b/configure.ac index b3eb52c..bc63464 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs-fuse, 1.4) +AC_INIT(sshfs-fuse, 1.5) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) -- cgit v1.2.3