Blame NEWS

Packit fc043f
Noteworthy changes in version 1.31 (2018-05-02) [C24/A24/R2]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixes another problem with gpgrt_poll under Windows.  [#3937]
Packit fc043f
Packit fc043f
 * New translation for Spanish.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixes a hang on Windows when using gpgrt_poll under nPth.
Packit fc043f
Packit fc043f
 * Build fix for Solaris.  [#3869]
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.29 (2018-04-11) [C24/A24/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * The yat2m tool is during cross-compile now also installed on the
Packit fc043f
   host platform.
Packit fc043f
Packit fc043f
 * New option parser and associated functions similar to the one used
Packit fc043f
   by GnuPG.
Packit fc043f
Packit fc043f
 * New Base-64 encoder.
Packit fc043f
Packit fc043f
 * Fixes regression in 1.28 for arm64 and w64 builds.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.28 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpgrt_argparse                  New.
Packit fc043f
 gpgrt_usage                     New.
Packit fc043f
 gpgrt_strusage                  New.
Packit fc043f
 gpgrt_set_strusage              New.
Packit fc043f
 gpgrt_set_usage_outfnc          New.
Packit fc043f
 gpgrt_set_fixed_string_mapper   New.
Packit fc043f
 GPGRT_ENABLE_ARGPARSE_MACROS    New macro.
Packit fc043f
 gpgrt_b64enc_start              New.
Packit fc043f
 gpgrt_b64enc_write              New.
Packit fc043f
 gpgrt_b64enc_finish             New.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.28 (2018-03-13) [C23/A23/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * The formerly internal yat2m tool is now installed for a native
Packit fc043f
   build.
Packit fc043f
Packit fc043f
 * The new files gpgrt.m4 and gpgrt-config are now installed.  They
Packit fc043f
   can be used instead of gpg-error.m4 and gpg-error-config.
Packit fc043f
Packit fc043f
 * New logging functions similar to those used by GnuPG.
Packit fc043f
Packit fc043f
 * New helper functions for platform abstraction.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.27 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpgrt_get_errorcount            New API.
Packit fc043f
 gpgrt_inc_errorcount            New API.
Packit fc043f
 gpgrt_log_set_sink              New API.
Packit fc043f
 gpgrt_log_set_socket_dir_cb     New API.
Packit fc043f
 gpgrt_log_set_pid_suffix_cb     New API.
Packit fc043f
 gpgrt_log_set_prefix            New API.
Packit fc043f
 gpgrt_log_get_prefix            New API.
Packit fc043f
 gpgrt_log_test_fd               New API.
Packit fc043f
 gpgrt_log_get_fd                New API.
Packit fc043f
 gpgrt_log_get_stream            New API.
Packit fc043f
 gpgrt_log                       New API.
Packit fc043f
 gpgrt_logv                      New API.
Packit fc043f
 gpgrt_logv_prefix               New API.
Packit fc043f
 gpgrt_log_string                New API.
Packit fc043f
 gpgrt_log_info                  New API.
Packit fc043f
 gpgrt_log_error                 New API.
Packit fc043f
 gpgrt_log_fatal                 New API.
Packit fc043f
 gpgrt_log_bug                   New API.
Packit fc043f
 gpgrt_log_debug                 New API.
Packit fc043f
 gpgrt_log_debug_string          New API.
Packit fc043f
 gpgrt_log_printf                New API.
Packit fc043f
 gpgrt_log_flush                 New API.
Packit fc043f
 gpgrt_log_printhex              New API.
Packit fc043f
 gpgrt_log_clock                 New API.
Packit fc043f
 gpgrt_assert                    New macro.
Packit fc043f
 _gpgrt_log_assert               New internal API.
Packit fc043f
 GPGRT_LOGLVL_BEGIN              New const.
Packit fc043f
 GPGRT_LOGLVL_CONT               New const.
Packit fc043f
 GPGRT_LOGLVL_INFO               New const.
Packit fc043f
 GPGRT_LOGLVL_WARN               New const.
Packit fc043f
 GPGRT_LOGLVL_ERROR              New const.
Packit fc043f
 GPGRT_LOGLVL_FATAL              New const.
Packit fc043f
 GPGRT_LOGLVL_BUG                New const.
Packit fc043f
 GPGRT_LOGLVL_DEBUG              New const.
Packit fc043f
 gpgrt_realloc                   New API.
Packit fc043f
 gpgrt_malloc                    New API.
Packit fc043f
 gpgrt_calloc                    New API.
Packit fc043f
 gpgrt_strdup                    New API.
Packit fc043f
 gpgrt_strconcat                 New API.
Packit fc043f
 gpgrt_w32_reg_query_string      New API.
Packit fc043f
 gpgrt_getenv                    New API.
Packit fc043f
 gpgrt_setenv                    New API.
Packit fc043f
 gpgrt_mkdir                     New API.
Packit fc043f
 gpgrt_chdir                     New API.
Packit fc043f
 gpgrt_getcwd                    New API.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.27 (2017-02-28) [C22/A22/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Added a Base64 decoder.
Packit fc043f
Packit fc043f
 * Added support for the sh3 architecture.
Packit fc043f
Packit fc043f
 * Added header gpgrt.h as an alias for gpg-error.h.
Packit fc043f
Packit fc043f
 * Fixed macro GPGRT_GCC_VERSION.
Packit fc043f
Packit fc043f
 * Fixed a race in non-blocking I/O on Windows.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.26 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpgrt_b64state_t                 NEW type.
Packit fc043f
 gpgrt_b64dec_start               NEW.
Packit fc043f
 gpgrt_b64dec_proc                NEW.
Packit fc043f
 gpgrt_b64dec_finish              NEW.
Packit fc043f
 GPG_ERR_WRONG_NAME               NEW.
Packit fc043f
 gpgrt.h                          NEW header.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New option --desc for gpg-error.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.25 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_UNKNOWN_FLAG             NEW.
Packit fc043f
 GPG_ERR_INV_ORDER                NEW.
Packit fc043f
 GPG_ERR_ALREADY_FETCHED          NEW.
Packit fc043f
 GPG_ERR_TRY_LATER                NEW.
Packit fc043f
 GPG_ERR_SYSTEM_BUG               NEW.
Packit fc043f
 GPG_ERR_DNS_UNKNOWN	          NEW.
Packit fc043f
 GPG_ERR_DNS_SECTION	          NEW.
Packit fc043f
 GPG_ERR_DNS_ADDRESS	          NEW.
Packit fc043f
 GPG_ERR_DNS_NO_QUERY	          NEW.
Packit fc043f
 GPG_ERR_DNS_NO_ANSWER	          NEW.
Packit fc043f
 GPG_ERR_DNS_CLOSED	          NEW.
Packit fc043f
 GPG_ERR_DNS_VERIFY	          NEW.
Packit fc043f
 GPG_ERR_DNS_TIMEOUT	          NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.25 (2016-11-14) [C20/A20/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New interface gpgrt_get_syscall_clamp to allow libaries to make use
Packit fc043f
   of Libgpg-error's system call wrapper functions.
Packit fc043f
Packit fc043f
 * gpgrt_poll does now work under Windows.
Packit fc043f
Packit fc043f
 * Fixed bug in the locking code when used with the nPth threading
Packit fc043f
   library.
Packit fc043f
Packit fc043f
 * Added support for {i686,x86_64}-apple-darwin.
Packit fc043f
Packit fc043f
 * Added new error codes.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.23 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpgrt_get_syscall_clamp          NEW.
Packit fc043f
 GPG_ERR_ENGINE_TOO_OLD	          NEW.
Packit fc043f
 GPG_ERR_WINDOW_TOO_SMALL         NEW.
Packit fc043f
 GPG_ERR_WINDOW_TOO_LARGE         NEW.
Packit fc043f
 GPG_ERR_MISSING_ENVVAR	          NEW.
Packit fc043f
 GPG_ERR_USER_ID_EXISTS           NEW.
Packit fc043f
 GPG_ERR_NAME_EXISTS              NEW.
Packit fc043f
 GPG_ERR_DUP_NAME                 NEW.
Packit fc043f
 GPG_ERR_TOO_OLD                  NEW.
Packit fc043f
 GPG_ERR_TOO_YOUNG                NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.24 (2016-07-14) [C19/A19/R1]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixes a bug in es_fclose_snatch when used used after es_fseek.
Packit fc043f
Packit fc043f
 * Fixes building without thread support.
Packit fc043f
Packit fc043f
 * New configure option --disable-tests.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.23 (2016-06-15) [C19/A19/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixes an assertion failure due to es_flush on read/write streams.
Packit fc043f
Packit fc043f
 * Fixes a bug with a too short memory limit is es_fopenmen.
Packit fc043f
Packit fc043f
 * Cross-build support for powerpc-unknown-linux-gnuspe and
Packit fc043f
   tilegx-unknown-linux-gnu architectures.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.22 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_SUBKEYS_EXP_OR_REV       NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New functions and macros to to provide iconv(3) on Windows.
Packit fc043f
Packit fc043f
 * Support for LeakSanitizer with the gpgrt_annotate_leaked_object
Packit fc043f
   inline function.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.21 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_DB_CORRUPTED             NEW.
Packit fc043f
 gpgrt_annotate_leaked_object     NEW inline func.
Packit fc043f
 GPGRT_ENABLE_W32_ICONV_MACROS    NEW.
Packit fc043f
 gpgrt_w32_iconv_open             NEW.
Packit fc043f
 gpgrt_w32_iconv_close            NEW.
Packit fc043f
 gpgrt_w32_iconv                  NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.21 (2015-12-12) [C17/A17/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New functions gpgrt_poll and gpgrt_set_nonblock.  For now only
Packit fc043f
   pipes and sockets on Unix are supported.
Packit fc043f
Packit fc043f
 * Fixes gettext output encoding problems on Windows.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.20 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpgrt_set_nonblock               NEW.
Packit fc043f
 gpgrt_get_nonblock               NEW.
Packit fc043f
 gpgrt_poll                       NEW.
Packit fc043f
 gpgrt_poll_t                     NEW type.
Packit fc043f
 es_poll_t                        NEW type.
Packit fc043f
 es_set_nonblock                  NEW macro.
Packit fc043f
 es_get_nonblock                  NEW macro.
Packit fc043f
 es_poll                          NEW macro.
Packit fc043f
 GPG_ERR_TRUE                     NEW.
Packit fc043f
 GPG_ERR_FALSE                    NEW.
Packit fc043f
 GPG_ERR_NO_NAME                  NEW.
Packit fc043f
 GPG_ERR_NO_KEY                   NEW.
Packit fc043f
 GPG_ERR_SERVER_FAILED            NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.20 (2015-08-26) [C16/A16/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New macros for GCC attributes.
Packit fc043f
Packit fc043f
 * Make es_set_binary actually work for Windows.
Packit fc043f
Packit fc043f
 * Allow building without thread support.
Packit fc043f
Packit fc043f
 * Build without a build timestamp by default.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.19 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPGRT_VERSION                    NEW macro.
Packit fc043f
 GPGRT_VERSION_NUMBER             NEW macro.
Packit fc043f
 GPGRT_INLINE                     NEW macro.
Packit fc043f
 GPGRT_GCC_VERSION                NEW macro.
Packit fc043f
 GPGRT_ATTR_NORETURN              NEW macro.
Packit fc043f
 GPGRT_ATTR_PRINTF                NEW macro.
Packit fc043f
 GPGRT_ATTR_NR_PRINTF             NEW macro.
Packit fc043f
 GPGRT_ATTR_FORMAT_ARG            NEW macro.
Packit fc043f
 GPGRT_ATTR_SENTINEL              NEW macro.
Packit fc043f
 GPGRT_ATTR_USED                  NEW macro.
Packit fc043f
 GPGRT_ATTR_UNUSED                NEW macro.
Packit fc043f
 GPGRT_ATTR_DEPRECATED            NEW macro.
Packit fc043f
 GPGRT_ATTR_PURE                  NEW macro.
Packit fc043f
 GPGRT_ATTR_MALLOC                NEW macro.
Packit fc043f
 GPGRT_HAVE_MACRO_FUNCTION        NEW macro.
Packit fc043f
 GPGRT_HAVE_PRAGMA_GCC_PUSH       NEW macro.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.19 (2015-04-10) [C15/A15/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New set of error codes for use with LDAP.
Packit fc043f
Packit fc043f
 * New options --help and --defines for gpg-error.
Packit fc043f
Packit fc043f
 * Allow building with gcc 5.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.18 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_LDAP_*                   NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.18 (2015-01-26) [C14/A14/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New translations for Hungarian, Portuguese, Russian, and
Packit fc043f
   traditional Chinese.  Updated other translations.
Packit fc043f
Packit fc043f
 * New error codes.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.17 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_FORBIDDEN                NEW.
Packit fc043f
 GPG_ERR_OBJ_TERM_STATE           NEW.
Packit fc043f
 GPG_ERR_REQUEST_TOO_SHORT        NEW.
Packit fc043f
 GPG_ERR_REQUEST_TOO_LONG         NEW.
Packit fc043f
 GPG_ERR_LEGACY_KEY               NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.17 (2014-10-15) [C13/A13/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New error codes for TLS protocol libraries.
Packit fc043f
Packit fc043f
 * New configure option --enable-build-timestamp.
Packit fc043f
Packit fc043f
 * New man page for gpg-error-config.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.16 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_SOURCE_TLS               NEW.
Packit fc043f
 GPG_ERR_NO_CERT_CHAIN            NEW.
Packit fc043f
 GPG_ERR_CERT_TOO_LARGE	          NEW.
Packit fc043f
 GPG_ERR_INV_RECORD               NEW.
Packit fc043f
 GPG_ERR_BAD_MAC	          NEW.
Packit fc043f
 GPG_ERR_UNEXPECTED_MSG           NEW.
Packit fc043f
 GPG_ERR_COMPR_FAILED             NEW.
Packit fc043f
 GPG_ERR_WOULD_WRAP               NEW.
Packit fc043f
 GPG_ERR_FATAL_ALERT              NEW.
Packit fc043f
 GPG_ERR_NO_CIPHER                NEW.
Packit fc043f
 GPG_ERR_MISSING_CLIENT_CERT      NEW.
Packit fc043f
 GPG_ERR_CLOSE_NOTIFY             NEW.
Packit fc043f
 GPG_ERR_TICKET_EXPIRED           NEW.
Packit fc043f
 GPG_ERR_BAD_TICKET               NEW.
Packit fc043f
 GPG_ERR_UNKNOWN_IDENTITY         NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CERT              NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CERT_REQ          NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CERT_VER          NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CHANGE_CIPHER     NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CLIENT_HELLO      NEW.
Packit fc043f
 GPG_ERR_BAD_HS_SERVER_HELLO      NEW.
Packit fc043f
 GPG_ERR_BAD_HS_SERVER_HELLO_DONE NEW.
Packit fc043f
 GPG_ERR_BAD_HS_FINISHED          NEW.
Packit fc043f
 GPG_ERR_BAD_HS_SERVER_KEX        NEW.
Packit fc043f
 GPG_ERR_BAD_HS_CLIENT_KEX        NEW.
Packit fc043f
 GPG_ERR_BOGUS_STRING             NEW.
Packit fc043f
 gpgrt_pending                    NEW.
Packit fc043f
 gpgrt_pending_unlocked           NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.16 (2014-09-18) [C12/A12/R2]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Support building for iOS.
Packit fc043f
Packit fc043f
 * Fixed a prototype mismatch.
Packit fc043f
Packit fc043f
 * Fix es_fclose for streams opened with "samethread".
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * This releases fixes problems with the use of off_t and ssize_t by
Packit fc043f
   the estream functions introduced with 1.14.  Although this is
Packit fc043f
   technically an ABI break on some platforms, we take this as a
Packit fc043f
   simple bug fix for 1.14.  The new functions are very unlikely in
Packit fc043f
   use by any code and thus no breakage should happen.  The 1.14
Packit fc043f
   tarball will be removed from the archive.
Packit fc043f
Packit fc043f
 * Add type gpgrt_off_t which is guaranteed to be 64 bit.
Packit fc043f
Packit fc043f
 * Add type gpgrt_ssize_t to make use on Windows easier.  On Unix
Packit fc043f
   platforms this is an alias for ssize_t.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.14 (2014-09-08) [C12/A12/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Added gpgrt_lock_trylock.
Packit fc043f
Packit fc043f
 * Added the estream library under the name gpgrt and a set of macros
Packit fc043f
   to use them with their "es_" names.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.13 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_KEY_DISABLED         NEW.
Packit fc043f
 gpgrt_init                   NEW macro.
Packit fc043f
 gpgrt_check_version          NEW.
Packit fc043f
 gpgrt_lock_trylock           NEW.
Packit fc043f
 gpgrt_set_syscall_clamp      NEW.
Packit fc043f
 gpgrt_set_alloc_func         NEW.
Packit fc043f
 gpgrt_stream_t               NEW.
Packit fc043f
 gpgrt_cookie_io_functions_t  NEW.
Packit fc043f
 gpgrt_syshd_t                NEW.
Packit fc043f
 GPGRT_SYSHD_NONE             NEW.
Packit fc043f
 GPGRT_SYSHD_FD               NEW.
Packit fc043f
 GPGRT_SYSHD_SOCK             NEW.
Packit fc043f
 GPGRT_SYSHD_RVID             NEW.
Packit fc043f
 GPGRT_SYSHD_HANDLE           NEW.
Packit fc043f
 gpgrt_stdin                  NEW macro.
Packit fc043f
 gpgrt_stdout                 NEW macro.
Packit fc043f
 gpgrt_stderr                 NEW macro.
Packit fc043f
 gpgrt_fopen                  NEW.
Packit fc043f
 gpgrt_mopen                  NEW.
Packit fc043f
 gpgrt_fopenmem               NEW.
Packit fc043f
 gpgrt_fopenmem_init          NEW.
Packit fc043f
 gpgrt_fdopen                 NEW.
Packit fc043f
 gpgrt_fdopen_nc              NEW.
Packit fc043f
 gpgrt_sysopen                NEW.
Packit fc043f
 gpgrt_sysopen_nc             NEW.
Packit fc043f
 gpgrt_fpopen                 NEW.
Packit fc043f
 gpgrt_fpopen_nc              NEW.
Packit fc043f
 gpgrt_freopen                NEW.
Packit fc043f
 gpgrt_fopencookie            NEW.
Packit fc043f
 gpgrt_fclose                 NEW.
Packit fc043f
 gpgrt_fclose_snatch          NEW.
Packit fc043f
 gpgrt_onclose                NEW.
Packit fc043f
 gpgrt_fileno                 NEW.
Packit fc043f
 gpgrt_fileno_unlocked        NEW.
Packit fc043f
 gpgrt_syshd                  NEW.
Packit fc043f
 gpgrt_syshd_unlocked         NEW.
Packit fc043f
 gpgrt_flockfile              NEW.
Packit fc043f
 gpgrt_ftrylockfile           NEW.
Packit fc043f
 gpgrt_funlockfile            NEW.
Packit fc043f
 gpgrt_feof                   NEW.
Packit fc043f
 gpgrt_feof_unlocked          NEW.
Packit fc043f
 gpgrt_ferror                 NEW.
Packit fc043f
 gpgrt_ferror_unlocked        NEW.
Packit fc043f
 gpgrt_clearerr               NEW.
Packit fc043f
 gpgrt_clearerr_unlocked      NEW.
Packit fc043f
 gpgrt_fflush                 NEW.
Packit fc043f
 gpgrt_fseek                  NEW.
Packit fc043f
 gpgrt_fseeko                 NEW.
Packit fc043f
 gpgrt_ftell                  NEW.
Packit fc043f
 gpgrt_ftello                 NEW.
Packit fc043f
 gpgrt_rewind                 NEW.
Packit fc043f
 gpgrt_getc                   NEW macro.
Packit fc043f
 gpgrt_getc_unlocked          NEW macro.
Packit fc043f
 gpgrt_fgetc                  NEW.
Packit fc043f
 gpgrt_fputc                  NEW.
Packit fc043f
 gpgrt_ungetc                 NEW.
Packit fc043f
 gpgrt_read                   NEW.
Packit fc043f
 gpgrt_write                  NEW.
Packit fc043f
 gpgrt_write_sanitized        NEW.
Packit fc043f
 gpgrt_write_hexstring        NEW.
Packit fc043f
 gpgrt_fread                  NEW.
Packit fc043f
 gpgrt_fwrite                 NEW.
Packit fc043f
 gpgrt_fgets                  NEW.
Packit fc043f
 gpgrt_putc                   NEW macro.
Packit fc043f
 gpgrt_putc_unlocked          NEW macro.
Packit fc043f
 gpgrt_fputs                  NEW.
Packit fc043f
 gpgrt_fputs_unlocked         NEW.
Packit fc043f
 gpgrt_getline                NEW.
Packit fc043f
 gpgrt_read_line              NEW.
Packit fc043f
 gpgrt_free                   NEW.
Packit fc043f
 gpgrt_fprintf                NEW.
Packit fc043f
 gpgrt_fprintf_unlocked       NEW.
Packit fc043f
 gpgrt_printf                 NEW.
Packit fc043f
 gpgrt_printf_unlocked        NEW.
Packit fc043f
 gpgrt_vfprintf               NEW.
Packit fc043f
 gpgrt_vfprintf_unlocked      NEW.
Packit fc043f
 gpgrt_setvbuf                NEW.
Packit fc043f
 gpgrt_setbuf                 NEW.
Packit fc043f
 gpgrt_set_binary             NEW.
Packit fc043f
 gpgrt_tmpfile                NEW.
Packit fc043f
 gpgrt_opaque_set             NEW.
Packit fc043f
 gpgrt_opaque_get             NEW.
Packit fc043f
 gpgrt_fname_set              NEW.
Packit fc043f
 gpgrt_fname_get              NEW.
Packit fc043f
 gpgrt_asprintf               NEW.
Packit fc043f
 gpgrt_vasprintf              NEW.
Packit fc043f
 gpgrt_bsprintf               NEW.
Packit fc043f
 gpgrt_vbsprintf              NEW.
Packit fc043f
 gpgrt_snprintf               NEW.
Packit fc043f
 gpgrt_vsnprintf              NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.13 (2014-04-15) [C11/A11/R0]
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Added a portable mutex API.
Packit fc043f
Packit fc043f
 * The AM_PATH_GPG_ERROR macro now defines GPG_ERROR_MT_CFLAGS and
Packit fc043f
   GPG_ERROR_MT_LIBS autoconf output variables for use by programs
Packit fc043f
   which need gpgrt based thread support.  gpg-error-config has a new
Packit fc043f
   option --mt.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.12 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_KEY_ON_CARD          NEW.
Packit fc043f
 GPG_ERR_MAC_ALGO             NEW.
Packit fc043f
 GPG_ERR_INV_LOCK_OBJ         NEW.
Packit fc043f
 gpgrt_lock_t                 NEW.
Packit fc043f
 GPGRT_LOCK_INITIALIZER       NEW.
Packit fc043f
 GPGRT_LOCK_DEFINE            NEW.
Packit fc043f
 gpgrt_lock_init              NEW.
Packit fc043f
 gpgrt_lock_lock              NEW.
Packit fc043f
 gpgrt_lock_unlock            NEW.
Packit fc043f
 gpgrt_lock_destroy           NEW.
Packit fc043f
 gpgrt_yield                  NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.12 (2013-06-24)
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Add support for 64 bit Windows (use ./autogen.sh --build-w64).
Packit fc043f
Packit fc043f
 * Fixed parsing and installing of the Windows .def file.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.11 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_NO_CRYPT_CTX         NEW.
Packit fc043f
 GPG_ERR_WRONG_CRYPT_CTX      NEW.
Packit fc043f
 GPG_ERR_BAD_CRYPT_CTX        NEW.
Packit fc043f
 GPG_ERR_CRYPT_CTX_CONFLICT   NEW.
Packit fc043f
 GPG_ERR_BROKEN_PUBKEY        NEW.
Packit fc043f
 GPG_ERR_BROKEN_SECKEY        NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.11 (2013-02-25)
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
Packit fc043f
   errors.
Packit fc043f
Packit fc043f
 * New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER.  New
Packit fc043f
   function gpg_error_check_version.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.10 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_NO_KEYSERVER          NEW.
Packit fc043f
 GPG_ERR_INV_CURVE             NEW.
Packit fc043f
 GPG_ERR_UNKNOWN_CURVE         NEW.
Packit fc043f
 GPG_ERR_DUP_KEY               NEW.
Packit fc043f
 GPG_ERR_AMBIGUOUS             NEW.
Packit fc043f
 GPG_ERR_SOURCE_ASSUAN         NEW.
Packit fc043f
 gpg_error_check_version       NEW.
Packit fc043f
 GPG_ERROR_VERSION             NEW.
Packit fc043f
 GPG_ERROR_VERSION_NUMBER      NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.10 (2010-10-26)
Packit fc043f
-----------------------------------------------
Packit fc043f
Packit fc043f
 * Using a static library on W32 does now work.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.9 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_NOT_INITIALIZED       NEW.
Packit fc043f
 GPG_ERR_MISSING_ISSUER_CERT   NEW.
Packit fc043f
 GPG_ERR_FULLY_CANCELED        NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.9 (2010-07-21)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * New function gpg_err_deinit.
Packit fc043f
Packit fc043f
 * Fix building of static lib under W32.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.8 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_MISSING_KEY           NEW.
Packit fc043f
 GPG_ERR_TOO_MANY              NEW.
Packit fc043f
 GPG_ERR_LIMIT_REACHED         NEW.
Packit fc043f
 gpg_err_deinit                NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.8 (2010-05-06)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Support for WindowsCE.
Packit fc043f
Packit fc043f
 * New option --list for gpg-error.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.7 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_NOT_ENABLED           NEW.
Packit fc043f
 GPG_ERR_SOURCE_G13            NEW.
Packit fc043f
 GPG_ERR_NO_ENGINE             NEW.
Packit fc043f
 gpg_err_set_errno             NEW.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.7 (2008-11-26)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Minor fixes and a few new error codes.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.6 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_NOT_OPERATIONAL       NEW
Packit fc043f
 GPG_ERR_NO_PASSPHRASE         NEW
Packit fc043f
 GPG_ERR_NO_PIN                NEW
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.6 (2007-10-29)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixed a build problem under Windows.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.4 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 GPG_ERR_UNFINISHED            NEW
Packit fc043f
 GPG_ERR_SOURCE_GPA            NEW
Packit fc043f
 GPG_ERR_SOURCE_KLEO           NEW
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.5 (2006-11-30)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Minor build system fixes.
Packit fc043f
Packit fc043f
 * Updated gettext.  Removed included gettext copy.
Packit fc043f
Packit fc043f
 * gpg-error has a new option --version.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.4 (2006-09-14)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Support for Common Lisp is included.
Packit fc043f
Packit fc043f
 * New error codes for the Assuan IPC library.
Packit fc043f
Packit fc043f
 * New error code GPG_ERR_MISSING_ERRNO to be used in cases when a
Packit fc043f
   system accidentally does not set errno but a system error
Packit fc043f
   definitely occurred.
Packit fc043f
Packit fc043f
 * New error source GPG_ERR_SOURCE_ANY to allow proper use of
Packit fc043f
   libgpg-error even if a specific source is not available.
Packit fc043f
Packit fc043f
 * New convenience functions gpg_err_code_from_syserror and
Packit fc043f
   gpg_error_from_syserror which make sure never to return 0.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.2 release:
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
 gpg_err_code_from_syserror    NEW
Packit fc043f
 gpg_error_from_syserror       NEW
Packit fc043f
 GPG_ERR_SOURCE_ANY            NEW
Packit fc043f
 GPG_ERR_MISSING_ERRNO         NEW
Packit fc043f
 GPG_ERR_UNKNOWN_OPTION        NEW
Packit fc043f
 GPG_ERR_UNKNOWN_COMMAND       NEW
Packit fc043f
 GPG_ERR_ASS_GENERAL           NEW
Packit fc043f
 GPG_ERR_ASS_ACCEPT_FAILED     NEW
Packit fc043f
 GPG_ERR_ASS_CONNECT_FAILED    NEW
Packit fc043f
 GPG_ERR_ASS_INV_RESPONSE      NEW
Packit fc043f
 GPG_ERR_ASS_INV_VALUE         NEW
Packit fc043f
 GPG_ERR_ASS_INCOMPLETE_LINE   NEW
Packit fc043f
 GPG_ERR_ASS_LINE_TOO_LONG     NEW
Packit fc043f
 GPG_ERR_ASS_NESTED_COMMANDS   NEW
Packit fc043f
 GPG_ERR_ASS_NO_DATA_CB        NEW
Packit fc043f
 GPG_ERR_ASS_NO_INQUIRE_CB     NEW
Packit fc043f
 GPG_ERR_ASS_NOT_A_SERVER      NEW
Packit fc043f
 GPG_ERR_ASS_NOT_A_CLIENT      NEW
Packit fc043f
 GPG_ERR_ASS_SERVER_START      NEW
Packit fc043f
 GPG_ERR_ASS_READ_ERROR        NEW
Packit fc043f
 GPG_ERR_ASS_WRITE_ERROR       NEW
Packit fc043f
 GPG_ERR_ASS_TOO_MUCH_DATA     NEW
Packit fc043f
 GPG_ERR_ASS_UNEXPECTED_CMD    NEW
Packit fc043f
 GPG_ERR_ASS_UNKNOWN_CMD       NEW
Packit fc043f
 GPG_ERR_ASS_SYNTAX            NEW
Packit fc043f
 GPG_ERR_ASS_CANCELED          NEW
Packit fc043f
 GPG_ERR_ASS_NO_INPUT          NEW
Packit fc043f
 GPG_ERR_ASS_NO_OUTPUT         NEW
Packit fc043f
 GPG_ERR_ASS_PARAMETER         NEW
Packit fc043f
 GPG_ERR_ASS_UNKNOWN_INQUIRE   NEW
Packit fc043f
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.3 (2006-03-14)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * GNU gettext is included for systems that do not provide it.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.2 (2006-03-03)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * New function gpg_err_init, which binds the locale directory to
Packit fc043f
   the text domain.  This function is a constructor on GCC targets,
Packit fc043f
   so it does not need to be called explicitely.  The header file
Packit fc043f
   defines GPG_ERR_INITIALIZED in this case.  This is experimental for
Packit fc043f
   now.
Packit fc043f
Packit fc043f
 * "./autogen.sh --build-w32" does now also build a DLL for W32.
Packit fc043f
   Translations are not yet provided for this platform.
Packit fc043f
Packit fc043f
 * New error codes GPG_ERR_UNKNOWN_EXTN and GPG_ERR_UNKNOWN_CRIT_EXTN.
Packit fc043f
Packit fc043f
 * New error code GPG_ERR_LOCKED.
Packit fc043f
Packit fc043f
 * New translations included for France, Romania, and Vietnamese.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 1.1 release:
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
GPG_ERR_UNKNOWN_EXTN		NEW
Packit fc043f
GPG_ERR_UNKNOWN_CRIT_EXTN	NEW
Packit fc043f
GPG_ERR_LOCKED			NEW
Packit fc043f
gpg_err_init			NEW
Packit fc043f
GPG_ERR_INITIALIZED		NEW
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.1 (2005-06-20)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Bug fixes.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 1.0 (2004-07-30)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Ported to Solaris 2.8.
Packit fc043f
Packit fc043f
 * Added a new error source GPG_ERR_SOURCE_GSTI, and new error
Packit fc043f
   codes GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC for this
Packit fc043f
   source.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 0.7 release:
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
GPG_ERR_SOURCE_GSTI		NEW
Packit fc043f
GPG_ERR_PROTOCOL_VIOLATION	NEW
Packit fc043f
GPG_ERR_INV_MAC			NEW
Packit fc043f
GPG_ERR_INV_REQUEST             NEW
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.7 (2004-03-07)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * libgpg-error can be built on systems where the errno macros do not
Packit fc043f
   evaluate to plain numbers, but expressions.  If you want to
Packit fc043f
   cross-compile, you might have to set CC_FOR_BUILD, though.
Packit fc043f
Packit fc043f
 * A new tool gpg-error to convert error numbers into symbols into
Packit fc043f
   strings is provided.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 0.6 release:
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
GPG_ERR_LOCALE_PROBLEM          NEW
Packit fc043f
GPG_ERR_NOT_LOCKED              NEW
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.6 (2003-11-14)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * German translation included.
Packit fc043f
Packit fc043f
 * It is now possible to use the inline functions even for non C99
Packit fc043f
   compliant compilers by given e.g. -DGPG_ERR_INLINE=inline when
Packit fc043f
   compiling an application using this library.  Note, that gcc will
Packit fc043f
   use inline anyway.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 0.5 release:
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
GPG_ERR_SOURCE_KSBA             NEW
Packit fc043f
GPG_ERR_SOURCE_DIRMNGR          NEW
Packit fc043f
GPG_ERR_TRUNCATED		NEW
Packit fc043f
GPG_ERR_NO_ENCODING_METHOD      NEW
Packit fc043f
GPG_ERR_NO_ENCRYPTION_SCHEME    NEW
Packit fc043f
GPG_ERR_NO_SIGNATURE_SCHEME     NEW
Packit fc043f
GPG_ERR_INV_ATTR                NEW
Packit fc043f
GPG_ERR_NO_VALUE                NEW
Packit fc043f
GPG_ERR_NOT_FOUND               NEW
Packit fc043f
GPG_ERR_VALUE_NOT_FOUND         NEW
Packit fc043f
GPG_ERR_SYNTAX                  NEW
Packit fc043f
GPG_ERR_INV_CRL                 NEW
Packit fc043f
GPG_ERR_BAD_BER                 NEW
Packit fc043f
GPG_ERR_INV_BER                 NEW
Packit fc043f
GPG_ERR_ELEMENT_NOT_FOUND       NEW
Packit fc043f
GPG_ERR_IDENTIFIER_NOT_FOUND    NEW
Packit fc043f
GPG_ERR_INV_TAG                 NEW
Packit fc043f
GPG_ERR_INV_LENGTH              NEW
Packit fc043f
GPG_ERR_INV_KEYINFO             NEW
Packit fc043f
GPG_ERR_UNEXPECTED_TAG          NEW
Packit fc043f
GPG_ERR_NOT_DER_ENCODED,        NEW
Packit fc043f
GPG_ERR_NO_CMS_OBJ              NEW
Packit fc043f
GPG_ERR_INV_CMS_OBJ             NEW
Packit fc043f
GPG_ERR_UNKNOWN_CMS_OBJ,        NEW
Packit fc043f
GPG_ERR_UNSUPPORTED_CMS_OBJ     NEW
Packit fc043f
GPG_ERR_UNSUPPORTED_ENCODING,   NEW
Packit fc043f
GPG_ERR_UNSUPPORTED_CMS_VERSION NEW
Packit fc043f
GPG_ERR_UNKNOWN_ALGORITHM       NEW
Packit fc043f
GPG_ERR_ENCODING_PROBLEM        NEW
Packit fc043f
GPG_ERR_INV_STATE               NEW
Packit fc043f
GPG_ERR_DUP_VALUE,              NEW
Packit fc043f
GPG_ERR_MISSING_ACTION          NEW
Packit fc043f
GPG_ERR_MODULE_NOT_FOUND        NEW
Packit fc043f
GPG_ERR_INV_OID_STRING          NEW
Packit fc043f
GPG_ERR_INV_TIME                NEW
Packit fc043f
GPG_ERR_INV_CRL_OBJ             NEW
Packit fc043f
GPG_ERR_UNSUPPORTED_CRL_VERSION NEW
Packit fc043f
GPG_ERR_INV_CERT_OBJ            NEW
Packit fc043f
GPG_ERR_UNKNOWN_NAME            NEW
Packit fc043f
GPG_ERR_BUFFER_TOO_SHORT.       NEW
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.5 (2003-10-06)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * New thread safe interface gpg_strerror_r.
Packit fc043f
Packit fc043f
 * New error code GPG_ERR_PIN_NOT_SYNCED has been added.
Packit fc043f
Packit fc043f
 * Interface changes relative to the 0.4 release:
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
gpg_strerror_r			NEW
Packit fc043f
GPG_ERR_PIN_NOT_SYNCED		NEW
Packit fc043f
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.4 (2003-09-03)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixed another bug that prevented that system errors were created
Packit fc043f
   correctly in the first place.
Packit fc043f
Packit fc043f
 * Use inline in public header file only on C99 compilers.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.3 (2003-07-31)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Fixed bug that prevented that system errors were mapped to error
Packit fc043f
   strings correctly.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.2 (2003-07-30)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Value of the error code GPG_ERR_CANCELED was fixed.
Packit fc043f
Packit fc043f
 * New error codes GPG_ERR_WRONG_CARD, GPG_ERR_HARDWARE,
Packit fc043f
   GPG_ERR_PIN_BLOCKED and GPG_ERR_USE_CONDITIONS have been added.
Packit fc043f
Packit fc043f
 * The header file has been made C++ clean.
Packit fc043f
Packit fc043f
 * AM_PATH_GPG_ERR has been fixed to work without explicit version
Packit fc043f
   number.
Packit fc043f
Packit fc043f
 * The header file now uses inline instead __inline__ for non-GNU
Packit fc043f
   compilers.
Packit fc043f
Packit fc043f
Packit fc043f
Noteworthy changes in version 0.1 (2003-06-06)
Packit fc043f
----------------------------------------------
Packit fc043f
Packit fc043f
 * Initial release.
Packit fc043f
Packit fc043f
Packit fc043f
 Copyright 2003, 2004, 2005, 2010 g10 Code GmbH
Packit fc043f
Packit fc043f
 This file is free software; as a special exception the author gives
Packit fc043f
 unlimited permission to copy and/or distribute it, with or without
Packit fc043f
 modifications, as long as this notice is preserved.
Packit fc043f
Packit fc043f
 This file is distributed in the hope that it will be useful, but
Packit fc043f
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
Packit fc043f
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.