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