diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | src/err-sources.h.in | 3 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2009-09-21 Werner Koch <[email protected]> + + * src/err-sources.h.in (GPG_ERR_SOURCE_G13): New. + 2009-08-20 Werner Koch <[email protected]> * src/err-codes.h.in: s/octadecimal/octal/. Reported by Petr Pisar. @@ -16,7 +20,7 @@ transparently translated. * src/code-from-errno.c [HAVE_W32_SYSTEM]: Don't include winsock2.h. (w32_special_errnos) [HAVE_W32_SYSTEM]: Removed. - (gpg_err_code_from_errno) [HAVE_W32_SYSTEM]: Remove special case. + (gpg_err_code_from_errno) [HAVE_W32_SYSTEM]: Remove special case. * README: Document problem with printing some WSA Errors. 2009-06-23 Marcus Brinkmann <[email protected]> @@ -4,6 +4,7 @@ Noteworthy changes in version 1.8 * Interface changes relative to the 1.7 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_NOT_ENABLED NEW + GPG_ERR_SOURCE_G13 NEW Noteworthy changes in version 1.7 (2008-11-26) diff --git a/src/err-sources.h.in b/src/err-sources.h.in index 5bbd8ba..d200fc6 100644 --- a/src/err-sources.h.in +++ b/src/err-sources.h.in @@ -43,8 +43,9 @@ 11 GPG_ERR_SOURCE_GSTI GSTI 12 GPG_ERR_SOURCE_GPA GPA 13 GPG_ERR_SOURCE_KLEO Kleopatra +14 GPG_ERR_SOURCE_G13 G13 -# 14 to 30 are free to be used. +# 15 to 30 are free to be used. 31 GPG_ERR_SOURCE_ANY Any source 32 GPG_ERR_SOURCE_USER_1 User defined source 1 |