summaryrefslogtreecommitdiff
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
parent4c888e2e776f746aaee1d926da412263085ae1cd (diff)
downloadseivot-150e60cef7959458b1b4e1d821f7d3d6ba286b79.tar.gz
Update NEWS and debian/changelog with changes since previous release.
-rw-r--r--NEWS23
-rw-r--r--debian/changelog3
2 files changed, 26 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
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index fceffac..b15d5f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ seivot (1.10) unstable; urgency=low
* New upstream release. This is the first release to be uploaded to
Debian. (Closes: #631862)
+ * Packaging updated to modern Python packaging practices.
+ - no debian/pycompat
+ * debian/control: long description improved.
-- Lars Wirzenius <liw@liw.fi> Wed, 20 Jul 2011 21:28:20 +0100