summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 21:37:13 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 21:37:13 +0100
commit150e60cef7959458b1b4e1d821f7d3d6ba286b79 (patch)
treefebb42d22ed971cbcf3a34ff034ce5de0efe567a /NEWS
parent4c888e2e776f746aaee1d926da412263085ae1cd (diff)
downloadseivot-150e60cef7959458b1b4e1d821f7d3d6ba286b79.tar.gz
Update NEWS and debian/changelog with changes since previous release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa992cc..1b8e3c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
NEWS for seivot, a backup benchmarking program
==============================================
+Version 1.10, released 2011-07-20
+--------------------------------
+
+* Bugfix: kernel caches are dropped only if requested, not always.
+* Seivot now record the repository size after each command.
+* Seivot can now do a benchmark over sftp.
+* Seivot now records amount of I/O to repository.
+* New --file-size option lets user specify sizes of generated files.
+* Python profiler files are no longer automatically converted to text,
+ to save space.
+* Seivot is now a bit more verbose about what's happening, since benchmarks
+ often take a long time, and it's nice to know things are not stuck.
+* Seivot now adds some more meta fields: profile-name, description,
+ encrypted, obnam-branch, obnam-branch-nick.
+* seivots-summarize script added to print nice tables from a bunch of
+ .seivot files.
+* Seivot can now make use of an existing directory of data, so that
+ benchmarks can be run on real data rather than generated data.
+ (See `--use-existing` option.)
+* Adapted to new cliapp API.
+* Bugfix: when seivot mangles `PYTHONPATH`, it now appends to the old
+ value rather than overwriting it.
+
Version 1.9, released 2011-05-02
--------------------------------