aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 42 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 993676d..a0232b0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,46 @@ Noteworthy changes in version 1.4 (unreleased)
* Support for Common Lisp is included.
+ * New error codes for the Assuan IPC library.
+
+ * New error code GPG_ERR_MISSING_ERRNO to be used in cases when a
+ system accidently does not set errno but a system error definitely
+ occured.
+
+ * New error source GPG_ERR_SOURCE_ANY to allow proper use of
+ libgpg-error even if a specific source is not available.
+
+ * Interface changes relative to the 1.2 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_SOURCE_ANY NEW
+ GPG_ERR_MISSING_ERRNO NEW
+ GPG_ERR_ASS_GENERAL NEW
+ GPG_ERR_ASS_ACCEPT_FAILED NEW
+ GPG_ERR_ASS_CONNECT_FAILED NEW
+ GPG_ERR_ASS_INV_RESPONSE NEW
+ GPG_ERR_ASS_INV_VALUE NEW
+ GPG_ERR_ASS_INCOMPLETE_LINE NEW
+ GPG_ERR_ASS_LINE_TOO_LONG NEW
+ GPG_ERR_ASS_NESTED_COMMANDS NEW
+ GPG_ERR_ASS_NO_DATA_CB NEW
+ GPG_ERR_ASS_NO_INQUIRE_CB NEW
+ GPG_ERR_ASS_NOT_A_SERVER NEW
+ GPG_ERR_ASS_NOT_A_CLIENT NEW
+ GPG_ERR_ASS_SERVER_START NEW
+ GPG_ERR_ASS_READ_ERROR NEW
+ GPG_ERR_ASS_WRITE_ERROR NEW
+ GPG_ERR_ASS_SERVER_FAULT NEW
+ GPG_ERR_ASS_TOO_MUCH_DATA NEW
+ GPG_ERR_ASS_UNEXPECTED_CMD NEW
+ GPG_ERR_ASS_UNKNOWN_CMD NEW
+ GPG_ERR_ASS_SYNTAX NEW
+ GPG_ERR_ASS_CANCELED NEW
+ GPG_ERR_ASS_NO_INPUT NEW
+ GPG_ERR_ASS_NO_OUTPUT NEW
+ GPG_ERR_ASS_PARAMETER NEW
+ GPG_ERR_ASS_UNKNOWN_INQUIRE NEW
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
Noteworthy changes in version 1.3 (2006-03-14)
----------------------------------------------
@@ -68,7 +108,7 @@ Noteworthy changes in version 0.7 (2004-03-07)
evaluate to plain numbers, but expressions. If you want to
cross-compile, you might have to set CC_FOR_BUILD, though.
- * A new tool gpg-error to convert error numbers into symbols into
+ * A new tool gpg-error to convert error numbers into symbols into
strings is provided.
* Interface changes relative to the 0.6 release:
@@ -128,7 +168,7 @@ GPG_ERR_INV_CRL_OBJ NEW
GPG_ERR_UNSUPPORTED_CRL_VERSION NEW
GPG_ERR_INV_CERT_OBJ NEW
GPG_ERR_UNKNOWN_NAME NEW
-GPG_ERR_BUFFER_TOO_SHORT. NEW
+GPG_ERR_BUFFER_TOO_SHORT. NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.5 (2003-10-06)