-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
72 lines (62 loc) · 3.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2016-07-17 Giovanni Mascellani <[email protected]>
Release 0.8~unreleased
Since the original software is not maintained anymore but there a
few patches around, I am taking over the maintainance. I will do
very few original development by myself, but will accept
contributions from whoever wants.
* wotsap:
- Remove horrible embedded PIL font and use by
default system TTF fonts.
- Small bugfix patch by Claudius Hubig
- Remove references to services that are now dead.
2013-02-16 Jörgen Cederlöf <[email protected]>
Release 0.7
Most of these changes are somewhat old and have been running on
the online service for quite some time. This is an incomplete
list:
* pks2wot:
- Some typo fixes.
- Check expiration of signatures.
- Removed Zimmerman's key 0x63CB691DFAEBD5FC from
startkeys, since it has signed noone.
- Use pksclient --version.
* wotsap:
- Some URL changes in documentation texts.
- Open files in binary mode, to make it work on Microsoft
systems.
- Use unified_diff instead of ndiff for debug info. ndiff
is very very slow (years?) for the debug data.
- Optional email obfuscation
- Show information about reaching/reachable/strong set
with modstring.
- Added --size option.
- Added --nounknowns option.
- Made --group do search if key string doesn't contain a
comma.
- Some small improvements of e.g. error handling.
- Optionally use TrueType font.
- DOT file export by
Aleksey Shipilev <[email protected]>
2004-12-12 Jörgen Cederlöf <[email protected]>
Release 0.6
Loads of changes, too many to list in detail, most of them
actually implemented some time ago. Everything is optimized for
Python 2.3 and should work on Python 2.4 but still has
compatibility for Python 2.2.
* pks2wot:
- All keys and signatures verified with GnuPG
- Always use primary user ID
- Indicate if primary user ID is signed
- Save signature type
- New .wot file format including signature types
- Safe caching and other speedups
* wotsap:
- Handle new .wot file format
- Most Wanted patch by Marco Bodrato
- Group matrix
- Modstrings
- Handles signature types
- Better command line options handling
- Can show all differences between two .wot files
- No external font files are needed