Accepting request 1170670 from home:pmonrealgonzalez:branches:Base:System

- Update to 1.49:
  * Two new functions to improve the logging interface. The
    gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
    allows to pass a domain string so that in future we will be able to
    select log output by domain. It also provide a non yet functional
    feature to include a hex dump.
  * Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb]
  * Avoid an endless loop in the argparser due to a conf file read
    error. [rE2dc93cfecc]
  * Interface changes relative to the 1.48 release:
    - gpgrt_add_post_log_func        NEW.
    - gpgrt_logv_domain              NEW.
  * Release-info: https://dev.gnupg.org/T7012

OBS-URL: https://build.opensuse.org/request/show/1170670
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=106
This commit is contained in:
Pedro Monreal Gonzalez 2024-05-02 07:01:24 +00:00 committed by Git OBS Bridge
parent 42bdf6b491
commit 070c490416
6 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89ce1ae893e122924b858de84dc4f67aae29ffa610ebf668d5aa539045663d6f
size 1080417

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b79d54639dbf4abc08b5406fb2f37e669a2dec091dd024fb87dd367131c63a9
size 1081175

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Apr 29 06:32:24 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Update to 1.49:
* Two new functions to improve the logging interface. The
gpgrt_logv_domain is currently the same as gpgrt_logv_prefix but
allows to pass a domain string so that in future we will be able to
select log output by domain. It also provide a non yet functional
feature to include a hex dump.
* Add a "trunc" keyword to gpgrt_log_printhex. [rE0a39fbefcb]
* Avoid an endless loop in the argparser due to a conf file read
error. [rE2dc93cfecc]
* Interface changes relative to the 1.48 release:
- gpgrt_add_post_log_func NEW.
- gpgrt_logv_domain NEW.
* Release-info: https://dev.gnupg.org/T7012
-------------------------------------------------------------------
Mon Feb 26 10:51:14 UTC 2024 - Pedro Monreal <pmonreal@suse.com>

View File

@ -17,7 +17,7 @@
Name: libgpg-error
Version: 1.48
Version: 1.49
Release: 0
Summary: Library That Defines Common Error Values for All GnuPG Components
License: GPL-2.0-or-later AND LGPL-2.1-or-later