Validate key_format option
[shigofumi.git] / NEWS
blob1e3568c11283203fa5d4b6b65fcb55537920c47c
1 Version 0.4
2 ===========
4 • libisds version 0.8 is required for this Shigofumi release.
6 • Build-time tests have been added. You can execute them with `make check'.
8 • New command `commercialcredit' has been added. This allows to retrieve
9 credit amount available to the user for commercial activities like sending
10 commercial messages or setting up a long term storage. Also recent changes in
11 the credit value can be listed.
13 • Quotation is supported in the command line now. Use double-quotes character
14 to delimit arguments with white space or pipe characters.
16 • `lsi' and `lso' commands provide verbose usage text explaining the flags
17 column printed in their outputs.
19 • The `delivery' command will reuse current message ID, if run without an
20 argument.
22 • The PKI authentication has been fixed. Previously, the client PKI
23 credentials would be passed to the libisds library only if a certificate path
24 was specified to the `login' command. Also the passphrase for the client
25 private key was asked only in that case. That was wrong and it has been fixed
26 to consider private key value together with the certificate path.
28 • The `version' command output has been corrected. Library names and versions
29 did not match.
31 Version 0.3
32 ===========
34 • libisds version 0.7 is required for this Shigofumi release.
36 • Re-signing messages and delivery details is now available under command
37 `resign'. Please note ISDS has strict policy on which messages can be
38 re-signed. Read `Provozní řád ISDS' for more details.
40 • When composing new message, it's possible to write a textual document in
41 text editor instead of loading the document from file. Syntax is
42 `compose -d -' (hyphen instead of file name).
44 • User is asked to acknowledge sending just composed message now. It's
45 possible to suppress this feature with setting `confirm_send' configuration
46 option to false.
48 • compose -I option requires boolean argument now. This fixes crash when using
49 this option and makes it's usage similar to other boolean options. Default
50 value depends on server implementation and it's false currently.
52 • When incoming or outgoing messages are listed, it's possible to show all
53 details about one list entry by passing message ID of the entry as argument
54 to `show' command. `show' without argument redisplays the list as before.
56 • Command `convert' can be used to submit whole message, current or from file,
57 for authorized conversion now.
59 Version 0.2
60 ===========
62 • libisds version 0.6 is required for this Shigofumi release.
64 • Public key infrastructure and one-time password authentication by client
65 against ISDS server are implemented now. See `login' command options for more
66 details.
68 • New command `set' shows current settings as one long listings.
70 • New command `cat' prints binary stream of current message. You should
71 redirect the output to a command. Otherwise your terminal can become funky.
73 • New command `catdoc' prints binary stream of document. XML documents are
74 serialized in the same manner as with `savedoc' command.
76 • New command `opendoc' opens message document in an external viewer. Default
77 is xdg-open. You can redefine it with `open_command' configure option.
78 Temporary file is used to pass the document to the viewer. Removing the files
79 is controlled by `clean_temporary_files' configure option.
81 • New command `boxlist' obtains ZIP archive of all boxes in the system.
82 Internal structure of the archive is defined in ISDS specification.
84 • New `commercialsending' command lists permissions to send commercial
85 messages.
87 • New `delete' command can be used to remove a message from long term storage
88 on the server.
90 • Delivery details listing recognizes EVENT_ENTERED_SYSTEM event.
92 • Manual pages are now subject of internationalization and they are translation
93 into Czech language too.
95 • `compose' command has new `-I' option to publish sender's name in the
96 message. Receiver can obtain the name of the sender using `sender' command.
98 • `compose' command has new `-C' option to specify type of composed commercial
99 message.
101 • Overwriting existing files is configurable using `overwrite_file' option.
102 Default is to overwrite.
104 • It's possible to redirect output of any command into a any shell command
105 connected with pipe. Use pipe (`|') operator for that. Anything after the pipe
106 symbol is executed as a shell command.
108 Version 0.1
109 ===========
111 • First public release.
113 • We support all basic features needed by casual ISDS user (i.e. no
114 maintenance services from central government point of view). Some features are
115 handled at poor usability level (e.g. no message list paging or filtering).
116 Some features are incomplete (e.g. authentication with client certificate not
117 supported yet).