Opened 6 years ago

Closed 6 years ago

#10529 closed enhancement (fixed)

libgpg-error-1.28

Reported by: Bruce Dubbs Owned by: Pierre Labastie
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Pierre Labastie, 6 years ago

Owner: changed from blfs-book to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 6 years ago

Note that this library will be renamed gpgrt at some time:

Noteworthy changes in version 1.28 (2018-03-13) [C23/A23/R0]
-----------------------------------------------

 * The formerly internal yat2m tool is now installed for a native
   build.

 * The new files gpgrt.m4 and gpgrt-config are now installed.  They
   can be used instead of gpg-error.m4 and gpg-error-config.

 * New logging functions similar to those used by GnuPG.

 * New helper functions for platform abstraction.

 * Interface changes relative to the 1.27 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gpgrt_get_errorcount            New API.
 gpgrt_inc_errorcount            New API.
 gpgrt_log_set_sink              New API.
 gpgrt_log_set_socket_dir_cb     New API.
 gpgrt_log_set_pid_suffix_cb     New API.
 gpgrt_log_set_prefix            New API.
 gpgrt_log_get_prefix            New API.
 gpgrt_log_test_fd               New API.
 gpgrt_log_get_fd                New API.
 gpgrt_log_get_stream            New API.
 gpgrt_log                       New API.
 gpgrt_logv                      New API.
 gpgrt_logv_prefix               New API.
 gpgrt_log_string                New API.
 gpgrt_log_info                  New API.
 gpgrt_log_error                 New API.
 gpgrt_log_fatal                 New API.
 gpgrt_log_bug                   New API.
 gpgrt_log_debug                 New API.
 gpgrt_log_debug_string          New API.
 gpgrt_log_printf                New API.
 gpgrt_log_flush                 New API.
 gpgrt_log_printhex              New API.
 gpgrt_log_clock                 New API.
 gpgrt_assert                    New macro.
 _gpgrt_log_assert               New internal API.
 GPGRT_LOGLVL_BEGIN              New const.
 GPGRT_LOGLVL_CONT               New const.
 GPGRT_LOGLVL_INFO               New const.
 GPGRT_LOGLVL_WARN               New const.
 GPGRT_LOGLVL_ERROR              New const.
 GPGRT_LOGLVL_FATAL              New const.
 GPGRT_LOGLVL_BUG                New const.
 GPGRT_LOGLVL_DEBUG              New const.
 gpgrt_realloc                   New API.
 gpgrt_malloc                    New API.
 gpgrt_calloc                    New API.
 gpgrt_strdup                    New API.
 gpgrt_strconcat                 New API.
 gpgrt_w32_reg_query_string      New API.
 gpgrt_getenv                    New API.
 gpgrt_setenv                    New API.
 gpgrt_mkdir                     New API.
 gpgrt_chdir                     New API.
 gpgrt_getcwd                    New API.

comment:3 by Pierre Labastie, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r19983

Note: See TracTickets for help on using tickets.