Tizen 2.1 base
[external/libgpg-error.git] / NEWS
1 Noteworthy changes in version 1.7 (2008-11-26)
2 ----------------------------------------------
3
4  * Minor fixes and a few new error codes.
5
6  * Interface changes relative to the 1.6 release:
7  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8  GPG_ERR_NOT_OPERATIONAL       NEW
9  GPG_ERR_NO_PASSPHRASE         NEW
10  GPG_ERR_NO_PIN                NEW
11
12
13 Noteworthy changes in version 1.6 (2007-10-29)
14 ----------------------------------------------
15
16  * Fixed a build problem under Windows.
17
18  * Interface changes relative to the 1.4 release:
19  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20  GPG_ERR_UNFINISHED            NEW
21  GPG_ERR_SOURCE_GPA            NEW
22  GPG_ERR_SOURCE_KLEO           NEW
23
24
25 Noteworthy changes in version 1.5 (2006-11-30)
26 ----------------------------------------------
27
28  * Minor build system fixes.
29
30  * Updated gettext.  Removed included gettext copy.
31
32  * gpg-error has a new option --version.
33
34
35 Noteworthy changes in version 1.4 (2006-09-14)
36 ----------------------------------------------
37
38  * Support for Common Lisp is included.
39
40  * New error codes for the Assuan IPC library.
41
42  * New error code GPG_ERR_MISSING_ERRNO to be used in cases when a
43    system accidently does not set errno but a system error definitely
44    occured.
45
46  * New error source GPG_ERR_SOURCE_ANY to allow proper use of
47    libgpg-error even if a specific source is not available.
48
49  * New convenience functions gpg_err_code_from_syserror and
50    gpg_error_from_syserror which make sure never to return 0. 
51
52  * Interface changes relative to the 1.2 release:
53  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54  gpg_err_code_from_syserror    NEW
55  gpg_error_from_syserror       NEW
56  GPG_ERR_SOURCE_ANY            NEW
57  GPG_ERR_MISSING_ERRNO         NEW
58  GPG_ERR_UNKNOWN_OPTION        NEW
59  GPG_ERR_UNKNOWN_COMMAND       NEW
60  GPG_ERR_ASS_GENERAL           NEW
61  GPG_ERR_ASS_ACCEPT_FAILED     NEW
62  GPG_ERR_ASS_CONNECT_FAILED    NEW
63  GPG_ERR_ASS_INV_RESPONSE      NEW
64  GPG_ERR_ASS_INV_VALUE         NEW
65  GPG_ERR_ASS_INCOMPLETE_LINE   NEW
66  GPG_ERR_ASS_LINE_TOO_LONG     NEW
67  GPG_ERR_ASS_NESTED_COMMANDS   NEW
68  GPG_ERR_ASS_NO_DATA_CB        NEW
69  GPG_ERR_ASS_NO_INQUIRE_CB     NEW
70  GPG_ERR_ASS_NOT_A_SERVER      NEW
71  GPG_ERR_ASS_NOT_A_CLIENT      NEW
72  GPG_ERR_ASS_SERVER_START      NEW
73  GPG_ERR_ASS_READ_ERROR        NEW
74  GPG_ERR_ASS_WRITE_ERROR       NEW
75  GPG_ERR_ASS_TOO_MUCH_DATA     NEW
76  GPG_ERR_ASS_UNEXPECTED_CMD    NEW
77  GPG_ERR_ASS_UNKNOWN_CMD       NEW
78  GPG_ERR_ASS_SYNTAX            NEW
79  GPG_ERR_ASS_CANCELED          NEW
80  GPG_ERR_ASS_NO_INPUT          NEW
81  GPG_ERR_ASS_NO_OUTPUT         NEW
82  GPG_ERR_ASS_PARAMETER         NEW
83  GPG_ERR_ASS_UNKNOWN_INQUIRE   NEW
84  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85
86
87 Noteworthy changes in version 1.3 (2006-03-14)
88 ----------------------------------------------
89
90  * GNU gettext is included for systems that do not provide it.
91
92
93 Noteworthy changes in version 1.2 (2006-03-03)
94 ----------------------------------------------
95
96  * New function gpg_err_init, which binds the locale directory to
97    the text domain.  This function is a constructor on GCC targets,
98    so it does not need to be called explicitely.  The header file
99    defines GPG_ERR_INITIALIZED in this case.  This is experimental for
100    now.
101
102  * "./autogen.sh --build-w32" does now also build a DLL for W32.
103    Translations are not yet provided for this platform.
104
105  * New error codes GPG_ERR_UNKNOWN_EXTN and GPG_ERR_UNKNOWN_CRIT_EXTN.
106
107  * New error code GPG_ERR_LOCKED.
108
109  * New translations included for France, Romania, and Vietnamese.
110
111  * Interface changes relative to the 1.1 release:
112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
113 GPG_ERR_UNKNOWN_EXTN            NEW
114 GPG_ERR_UNKNOWN_CRIT_EXTN       NEW
115 GPG_ERR_LOCKED                  NEW
116 gpg_err_init                    NEW
117 GPG_ERR_INITIALIZED             NEW
118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119
120
121 Noteworthy changes in version 1.1 (2005-06-20)
122 ----------------------------------------------
123
124  * Bug fixes.
125
126
127 Noteworthy changes in version 1.0 (2004-07-30)
128 ----------------------------------------------
129
130  * Ported to Solaris 2.8.
131
132  * Added a new error source GPG_ERR_SOURCE_GSTI, and new error
133    codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
134    source.
135
136  * Interface changes relative to the 0.7 release:
137 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138 GPG_ERR_SOURCE_GSTI             NEW
139 GPG_ERR_PROTOCOL_VIOLATION      NEW
140 GPG_ERR_INV_MAC                 NEW
141 GPG_ERR_INV_REQUEST             NEW
142 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
144 Noteworthy changes in version 0.7 (2004-03-07)
145 ----------------------------------------------
146
147  * libgpg-error can be built on systems where the errno macros do not
148    evaluate to plain numbers, but expressions.  If you want to
149    cross-compile, you might have to set CC_FOR_BUILD, though.
150
151  * A new tool gpg-error to convert error numbers into symbols into
152    strings is provided.
153
154  * Interface changes relative to the 0.6 release:
155 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 GPG_ERR_LOCALE_PROBLEM          NEW
157 GPG_ERR_NOT_LOCKED              NEW
158 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159
160 Noteworthy changes in version 0.6 (2003-11-14)
161 ----------------------------------------------
162
163  * German translation included.
164
165  * It is now possible to use the inline functions even for non C99
166    compliant compilers by given e.g. -DGPG_ERR_INLINE=inline when
167    compiling an application using this library.  Note, that gcc will
168    use inline anyway.
169
170  * Interface changes relative to the 0.5 release:
171 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172 GPG_ERR_SOURCE_KSBA             NEW
173 GPG_ERR_SOURCE_DIRMNGR          NEW
174 GPG_ERR_TRUNCATED               NEW
175 GPG_ERR_NO_ENCODING_METHOD      NEW
176 GPG_ERR_NO_ENCRYPTION_SCHEME    NEW
177 GPG_ERR_NO_SIGNATURE_SCHEME     NEW
178 GPG_ERR_INV_ATTR                NEW
179 GPG_ERR_NO_VALUE                NEW
180 GPG_ERR_NOT_FOUND               NEW
181 GPG_ERR_VALUE_NOT_FOUND         NEW
182 GPG_ERR_SYNTAX                  NEW
183 GPG_ERR_INV_CRL                 NEW
184 GPG_ERR_BAD_BER                 NEW
185 GPG_ERR_INV_BER                 NEW
186 GPG_ERR_ELEMENT_NOT_FOUND       NEW
187 GPG_ERR_IDENTIFIER_NOT_FOUND    NEW
188 GPG_ERR_INV_TAG                 NEW
189 GPG_ERR_INV_LENGTH              NEW
190 GPG_ERR_INV_KEYINFO             NEW
191 GPG_ERR_UNEXPECTED_TAG          NEW
192 GPG_ERR_NOT_DER_ENCODED,        NEW
193 GPG_ERR_NO_CMS_OBJ              NEW
194 GPG_ERR_INV_CMS_OBJ             NEW
195 GPG_ERR_UNKNOWN_CMS_OBJ,        NEW
196 GPG_ERR_UNSUPPORTED_CMS_OBJ     NEW
197 GPG_ERR_UNSUPPORTED_ENCODING,   NEW
198 GPG_ERR_UNSUPPORTED_CMS_VERSION NEW
199 GPG_ERR_UNKNOWN_ALGORITHM       NEW
200 GPG_ERR_ENCODING_PROBLEM        NEW
201 GPG_ERR_INV_STATE               NEW
202 GPG_ERR_DUP_VALUE,              NEW
203 GPG_ERR_MISSING_ACTION          NEW
204 GPG_ERR_MODULE_NOT_FOUND        NEW
205 GPG_ERR_INV_OID_STRING          NEW
206 GPG_ERR_INV_TIME                NEW
207 GPG_ERR_INV_CRL_OBJ             NEW
208 GPG_ERR_UNSUPPORTED_CRL_VERSION NEW
209 GPG_ERR_INV_CERT_OBJ            NEW
210 GPG_ERR_UNKNOWN_NAME            NEW
211 GPG_ERR_BUFFER_TOO_SHORT.       NEW
212 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213
214 Noteworthy changes in version 0.5 (2003-10-06)
215 ----------------------------------------------
216
217  * New thread safe interface gpg_strerror_r.
218
219  * New error code GPG_ERR_PIN_NOT_SYNCED has been added.
220
221  * Interface changes relative to the 0.4 release:
222 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
223 gpg_strerror_r                  NEW
224 GPG_ERR_PIN_NOT_SYNCED          NEW
225 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226
227
228 Noteworthy changes in version 0.4 (2003-09-03)
229 ----------------------------------------------
230
231  * Fixed another bug that prevented that system errors were created
232    correctly in the first place.
233
234  * Use inline in public header file only on C99 compilers.
235
236
237 Noteworthy changes in version 0.3 (2003-07-31)
238 ----------------------------------------------
239
240  * Fixed bug that prevented that system errors were mapped to error
241    strings correctly.
242
243
244 Noteworthy changes in version 0.2 (2003-07-30)
245 ----------------------------------------------
246
247  * Value of the error code GPG_ERR_CANCELED was fixed.
248
249  * New error codes GPG_ERR_WRONG_CARD, GPG_ERR_HARDWARE,
250    GPG_ERR_PIN_BLOCKED and GPG_ERR_USE_CONDITIONS have been added.
251
252  * The header file has been made C++ clean.
253
254  * AM_PATH_GPG_ERR has been fixed to work without explicit version
255    number.
256
257  * The header file now uses inline instead __inline__ for non-GNU
258    compilers.
259
260
261 Noteworthy changes in version 0.1 (2003-06-06)
262 ----------------------------------------------
263
264  * Initial release.
265
266
267  Copyright 2003, 2004, 2005 g10 Code GmbH
268
269  This file is free software; as a special exception the author gives
270  unlimited permission to copy and/or distribute it, with or without
271  modifications, as long as this notice is preserved.
272
273  This file is distributed in the hope that it will be useful, but
274  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
275  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.