summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 21:40:25 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 21:40:25 +0100
commitc8776db0f3f793785f55b3d91f46df7845cc0c73 (patch)
treefebb42d22ed971cbcf3a34ff034ce5de0efe567a
parentebdc30e2c3a31ec79be35724f2a4fa39704464a0 (diff)
parent150e60cef7959458b1b4e1d821f7d3d6ba286b79 (diff)
downloadseivot-c8776db0f3f793785f55b3d91f46df7845cc0c73.tar.gz
Release 1.10.
-rw-r--r--NEWS23
-rw-r--r--debian/changelog7
-rw-r--r--setup.py2
3 files changed, 29 insertions, 3 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 0279b41..b15d5f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-seivot (1.10) UNRELEASED; urgency=low
+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> Mon, 27 Jun 2011 23:05:10 +0100
+ -- Lars Wirzenius <liw@liw.fi> Wed, 20 Jul 2011 21:28:20 +0100
seivot (1.9) squeeze; urgency=low
diff --git a/setup.py b/setup.py
index e9b6d94..d20030d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='seivot',
- version='1.9',
+ version='1.10',
description='Backup software benchmark software',
author='Lars Wirzenius',
author_email='liw@liw.fi',