aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/libgpg-error/libgpg-error-1.0/NEWS
diff options
context:
space:
mode:
authorJay Threeth2011-04-04 11:48:26 -0700
committerJay Threeth2011-04-04 11:48:26 -0700
commit3c9cc506f741b980565ff5b3b001cd8b6ee36b12 (patch)
treecb862c57b3d5f74177cde3bd962a53fc377166f6 /linden/indra/libgpg-error/libgpg-error-1.0/NEWS
parentbuild fixes, might build on linux now (diff)
downloadmeta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.zip
meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.gz
meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.bz2
meta-impy-3c9cc506f741b980565ff5b3b001cd8b6ee36b12.tar.xz
add source to libraries, and cruft for building under windows
Diffstat (limited to 'linden/indra/libgpg-error/libgpg-error-1.0/NEWS')
-rwxr-xr-xlinden/indra/libgpg-error/libgpg-error-1.0/NEWS149
1 files changed, 149 insertions, 0 deletions
diff --git a/linden/indra/libgpg-error/libgpg-error-1.0/NEWS b/linden/indra/libgpg-error/libgpg-error-1.0/NEWS
new file mode 100755
index 0000000..b03907b
--- /dev/null
+++ b/linden/indra/libgpg-error/libgpg-error-1.0/NEWS
@@ -0,0 +1,149 @@
1Noteworthy changes in version 1.0 (2004-07-30)
2----------------------------------------------
3
4 * Ported to Solaris 2.8.
5
6 * Added a new error source GPG_ERR_SOURCE_GSTI, and new error
7 codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
8 source.
9
10 * Interface changes relative to the 0.7 release:
11~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12GPG_ERR_SOURCE_GSTI NEW
13GPG_ERR_PROTOCOL_VIOLATION NEW
14GPG_ERR_INV_MAC NEW
15GPG_ERR_INV_REQUEST NEW
16~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
18Noteworthy changes in version 0.7 (2004-03-07)
19----------------------------------------------
20
21 * libgpg-error can be built on systems where the errno macros do not
22 evaluate to plain numbers, but expressions. If you want to
23 cross-compile, you might have to set CC_FOR_BUILD, though.
24
25 * A new tool gpg-error to convert error numbers into symbols into
26 strings is provided.
27
28 * Interface changes relative to the 0.6 release:
29~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30GPG_ERR_LOCALE_PROBLEM NEW
31GPG_ERR_NOT_LOCKED NEW
32~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
34Noteworthy changes in version 0.6 (2003-11-14)
35----------------------------------------------
36
37 * German translation included.
38
39 * It is now possible to use the inline functions even for non C99
40 compliant compilers by given e.g. -DGPG_ERR_INLINE=inline when
41 compiling an application using this library. Note, that gcc will
42 use inline anyway.
43
44 * Interface changes relative to the 0.5 release:
45~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46GPG_ERR_SOURCE_KSBA NEW
47GPG_ERR_SOURCE_DIRMNGR NEW
48GPG_ERR_TRUNCATED NEW
49GPG_ERR_NO_ENCODING_METHOD NEW
50GPG_ERR_NO_ENCRYPTION_SCHEME NEW
51GPG_ERR_NO_SIGNATURE_SCHEME NEW
52GPG_ERR_INV_ATTR NEW
53GPG_ERR_NO_VALUE NEW
54GPG_ERR_NOT_FOUND NEW
55GPG_ERR_VALUE_NOT_FOUND NEW
56GPG_ERR_SYNTAX NEW
57GPG_ERR_INV_CRL NEW
58GPG_ERR_BAD_BER NEW
59GPG_ERR_INV_BER NEW
60GPG_ERR_ELEMENT_NOT_FOUND NEW
61GPG_ERR_IDENTIFIER_NOT_FOUND NEW
62GPG_ERR_INV_TAG NEW
63GPG_ERR_INV_LENGTH NEW
64GPG_ERR_INV_KEYINFO NEW
65GPG_ERR_UNEXPECTED_TAG NEW
66GPG_ERR_NOT_DER_ENCODED, NEW
67GPG_ERR_NO_CMS_OBJ NEW
68GPG_ERR_INV_CMS_OBJ NEW
69GPG_ERR_UNKNOWN_CMS_OBJ, NEW
70GPG_ERR_UNSUPPORTED_CMS_OBJ NEW
71GPG_ERR_UNSUPPORTED_ENCODING, NEW
72GPG_ERR_UNSUPPORTED_CMS_VERSION NEW
73GPG_ERR_UNKNOWN_ALGORITHM NEW
74GPG_ERR_ENCODING_PROBLEM NEW
75GPG_ERR_INV_STATE NEW
76GPG_ERR_DUP_VALUE, NEW
77GPG_ERR_MISSING_ACTION NEW
78GPG_ERR_MODULE_NOT_FOUND NEW
79GPG_ERR_INV_OID_STRING NEW
80GPG_ERR_INV_TIME NEW
81GPG_ERR_INV_CRL_OBJ NEW
82GPG_ERR_UNSUPPORTED_CRL_VERSION NEW
83GPG_ERR_INV_CERT_OBJ NEW
84GPG_ERR_UNKNOWN_NAME NEW
85GPG_ERR_BUFFER_TOO_SHORT. NEW
86~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87
88Noteworthy changes in version 0.5 (2003-10-06)
89----------------------------------------------
90
91 * New thread safe interface gpg_strerror_r.
92
93 * New error code GPG_ERR_PIN_NOT_SYNCED has been added.
94
95 * Interface changes relative to the 0.4 release:
96~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97gpg_strerror_r NEW
98GPG_ERR_PIN_NOT_SYNCED NEW
99~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
101
102Noteworthy changes in version 0.4 (2003-09-03)
103----------------------------------------------
104
105 * Fixed another bug that prevented that system errors were created
106 correctly in the first place.
107
108 * Use inline in public header file only on C99 compilers.
109
110
111Noteworthy changes in version 0.3 (2003-07-31)
112----------------------------------------------
113
114 * Fixed bug that prevented that system errors were mapped to error
115 strings correctly.
116
117
118Noteworthy changes in version 0.2 (2003-07-30)
119----------------------------------------------
120
121 * Value of the error code GPG_ERR_CANCELED was fixed.
122
123 * New error codes GPG_ERR_WRONG_CARD, GPG_ERR_HARDWARE,
124 GPG_ERR_PIN_BLOCKED and GPG_ERR_USE_CONDITIONS have been added.
125
126 * The header file has been made C++ clean.
127
128 * AM_PATH_GPG_ERR has been fixed to work without explicit version
129 number.
130
131 * The header file now uses inline instead __inline__ for non-GNU
132 compilers.
133
134
135Noteworthy changes in version 0.1 (2003-06-06)
136----------------------------------------------
137
138 * Initial release.
139
140
141 Copyright 2003, 2004 g10 Code GmbH
142
143 This file is free software; as a special exception the author gives
144 unlimited permission to copy and/or distribute it, with or without
145 modifications, as long as this notice is preserved.
146
147 This file is distributed in the hope that it will be useful, but
148 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
149 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.