Add subdir-objects to Automake options
[shigofumi.git] / NEWS
blob1b257adc3f55d22347f82d408fc87498cf097866
1 Version 0.6
2 ===========
4 • libisds version 0.10 is required for this Shigofumi release.
6 • A new command searchbox was added. It provides with capabality to do
7 full-text search for a box.
9 • Feature test macro _DEFAULT_SOURCE was added to allow compilation with
10 glibc-2.20.
12 • su_seconds_t type handling was fixes to allow compilation with Mac OS
13 X standard library.
15 • Address header was marked as a translatable string.
17 Version 0.5
18 ===========
20 • A bug in retrieving message list from a server that could cause listing less
21 messages than were presented on the server on consecutive attempt has been
22 fixed.
24 • A wrong condition for omitting empty address from output has been fixed.
26 • key_format a certificate_format configuration option values are validated on
27 shigofumi start.
29 • Mistakes in configuration file raise an error now.
31 Version 0.4
32 ===========
34 • libisds version 0.8 is required for this Shigofumi release.
36 • Build-time tests have been added. You can execute them with `make check'.
38 • New command `commercialcredit' has been added. This allows to retrieve
39 credit amount available to the user for commercial activities like sending
40 commercial messages or setting up a long term storage. Also recent changes in
41 the credit value can be listed.
43 • Quotation is supported in the command line now. Use double-quotes character
44 to delimit arguments with white space or pipe characters.
46 • `lsi' and `lso' commands provide verbose usage text explaining the flags
47 column printed in their outputs.
49 • The `delivery' command will reuse current message ID, if run without an
50 argument.
52 • The PKI authentication has been fixed. Previously, the client PKI
53 credentials would be passed to the libisds library only if a certificate path
54 was specified to the `login' command. Also the passphrase for the client
55 private key was asked only in that case. That was wrong and it has been fixed
56 to consider private key value together with the certificate path.
58 • The `version' command output has been corrected. Library names and versions
59 did not match.
61 Version 0.3
62 ===========
64 • libisds version 0.7 is required for this Shigofumi release.
66 • Re-signing messages and delivery details is now available under command
67 `resign'. Please note ISDS has strict policy on which messages can be
68 re-signed. Read `Provozní řád ISDS' for more details.
70 • When composing new message, it's possible to write a textual document in
71 text editor instead of loading the document from file. Syntax is
72 `compose -d -' (hyphen instead of file name).
74 • User is asked to acknowledge sending just composed message now. It's
75 possible to suppress this feature with setting `confirm_send' configuration
76 option to false.
78 • compose -I option requires boolean argument now. This fixes crash when using
79 this option and makes it's usage similar to other boolean options. Default
80 value depends on server implementation and it's false currently.
82 • When incoming or outgoing messages are listed, it's possible to show all
83 details about one list entry by passing message ID of the entry as argument
84 to `show' command. `show' without argument redisplays the list as before.
86 • Command `convert' can be used to submit whole message, current or from file,
87 for authorized conversion now.
89 Version 0.2
90 ===========
92 • libisds version 0.6 is required for this Shigofumi release.
94 • Public key infrastructure and one-time password authentication by client
95 against ISDS server are implemented now. See `login' command options for more
96 details.
98 • New command `set' shows current settings as one long listings.
100 • New command `cat' prints binary stream of current message. You should
101 redirect the output to a command. Otherwise your terminal can become funky.
103 • New command `catdoc' prints binary stream of document. XML documents are
104 serialized in the same manner as with `savedoc' command.
106 • New command `opendoc' opens message document in an external viewer. Default
107 is xdg-open. You can redefine it with `open_command' configure option.
108 Temporary file is used to pass the document to the viewer. Removing the files
109 is controlled by `clean_temporary_files' configure option.
111 • New command `boxlist' obtains ZIP archive of all boxes in the system.
112 Internal structure of the archive is defined in ISDS specification.
114 • New `commercialsending' command lists permissions to send commercial
115 messages.
117 • New `delete' command can be used to remove a message from long term storage
118 on the server.
120 • Delivery details listing recognizes EVENT_ENTERED_SYSTEM event.
122 • Manual pages are now subject of internationalization and they are translation
123 into Czech language too.
125 • `compose' command has new `-I' option to publish sender's name in the
126 message. Receiver can obtain the name of the sender using `sender' command.
128 • `compose' command has new `-C' option to specify type of composed commercial
129 message.
131 • Overwriting existing files is configurable using `overwrite_file' option.
132 Default is to overwrite.
134 • It's possible to redirect output of any command into a any shell command
135 connected with pipe. Use pipe (`|') operator for that. Anything after the pipe
136 symbol is executed as a shell command.
138 Version 0.1
139 ===========
141 • First public release.
143 • We support all basic features needed by casual ISDS user (i.e. no
144 maintenance services from central government point of view). Some features are
145 handled at poor usability level (e.g. no message list paging or filtering).
146 Some features are incomplete (e.g. authentication with client certificate not
147 supported yet).