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