@@ -5,21 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
66
77
8- # 0.9.2+ - [ Unreleased ]
8+ # 0.9.3 - 2020-12-09
99## Added
10- - ` --upstream -sleep ` allows to sleep between upstream timestamps, e.g.
10+ - ` --zeigitter -sleep ` allows to sleep between upstream timestamps, e.g.
1111 to ensure a consistent ordering of cross-timestamping events for each
1212 commit.
1313- Time intervals (such as "5m3.5s") may skip the seconds indication, ` s ` .
14- So ` --upstream -sleep=0 ` is also valid.
14+ So ` --zeigitter -sleep=0 ` is also valid.
1515- On restart, tries to resume waiting for a mail response from PGP Digital
1616 Timestamping Service (was added some versions ago, but never documented)
1717- Timespans may also indicate the number of weeks now (e.g.,
1818 "1w 2d 8h 40m 3.5s")
1919- Simplfied using multiple cross-timestampers:
2020 * Add support to push all branches using ` --push_branch=* ` , saving the need
2121 to list/update them all (see also * Changes* below)
22- * ` --upstream -timestamp ` no longer needs a branch name, if ` git timestamp `
22+ * ` --zeigitter -timestamp ` no longer needs a branch name, if ` git timestamp `
2323 will determine it correctly. This leads to much shorter and more
2424 maintainable lists of cross-timestamping servers.
2525
@@ -35,12 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3535 of the ` python ` base images.)
3636- Default for ` --push-branch ` is now ` * ` , meaning ` --all ` (which cannot be
3737 expressed in the config file)
38- - ` ZEITGITTER_FAKE_TIME ` (needed only for tests) is removed from the
39- environment of ` git timestamp ` clients that connect to cross-timestamping
40- servers specified as server name only (as opposed to ` branch=server ` tuples)
41- to allow both testing against our local timeserver (which does not use wall
42- clock to achieve reproducible signatures) and against real-world timeservers
43- obeying wall clock.
4438
4539
4640# 0.9.2 - 2020-10-02
0 commit comments