Skip to content

Commit bc50f82

Browse files
🔖 v0.9.3
(And cleaned up some stuff from applying zeitgitterd changes)
1 parent 534b318 commit bc50f82

File tree

3 files changed

+5
-195
lines changed

3 files changed

+5
-195
lines changed

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
55
and 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

autoblockchainify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

21-
VERSION = '0.9.2+'
21+
VERSION = '0.9.3'

zeitgitter/commit.py

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)