Fix error message
[shigofumi.git] / NEWS
blobc5f0c1a22c8f1f624669aebac8d19f54e7a8b89d
1 Version 0.2
2 ===========
4 • libisds version 0.6 is required for this Shigofumi release.
6 • Public key infrastructure and one-time password authentication by client
7 against ISDS server are implemented now. See `login' command options for more
8 details.
10 • New command `set' shows current settings as one long listings.
12 • New command `cat' prints binary stream of current message. You should
13 redirect the output to a command. Otherwise your terminal can become funky.
15 • New command `catdoc' prints binary stream of document. XML documents are
16 serialized in the same manner as with `savedoc' command.
18 • New command `opendoc' opens message document in an external viewer. Default
19 is xdg-open. You can redefine it with `open_command' configure option.
20 Temporary file is used to pass the document to the viewer. Removing the files
21 is controlled by `clean_temporary_files' configure option.
23 • New command `boxlist' obtains ZIP archive of all boxes in the system.
24 Internal structure of the archive is defined in ISDS specification.
26 • New `commercialsending' command lists permissions to send commercial
27 messages.
29 • New `delete' command can be used to remove a message from long term storage
30 on the server.
32 • Delivery details listing recognizes EVENT_ENTERED_SYSTEM event.
34 • Manual pages are now subject of internationalization and they are translation
35 into Czech language too.
37 • `compose' command has new `-I' option to publish sender's name in the
38 message. Receiver can obtain the name of the sender using `sender' command.
40 • `compose' command has new `-C' option to specify type of composed commercial
41 message.
43 • Overwriting existing files is configurable using `overwrite_file' option.
44 Default is to overwrite.
46 • It's possible to redirect output of any command into a any shell command
47 connected with pipe. Use pipe (`|') operator for that. Anything after the pipe
48 symbol is executed as a shell command.
50 Version 0.1
51 ===========
53 • First public release.
55 • We support all basic features needed by casual ISDS user (i.e. no
56 maintenance services from central government point of view). Some features are
57 handled at poor usability level (e.g. no message list paging or filtering).
58 Some features are incomplete (e.g. authentication with client certificate not
59 supported yet).