Mailing List Archive

[Announce] libgpg-error 0.7 released
We are pleased to announce version 0.7 of libgpg-error,
a library for common error values and messages in GnuPG components.

This is a shared library so it can be updated independently of each
individual component, while still allowing the use of new error values in
inter-process communication.

It may soon be found in the file (about 305 KB compressed)
ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-0.7.tar.gz

It should soon appear on the mirrors listed at
http://www.gnupg.org/mirrors.html.

Bug reports and requests for assistance should be sent to
gnupg-devel@gnu.org.

The md5sum checksums for this distibution are
f6555aae3c6715fea965788187e4d640 libgpg-error-0.6-0.7.diff.gz
5340fa28c365049c995996e8dc0f880c libgpg-error-0.7.tar.gz
e182be7dd12780c56a937f9100459929 libgpg-error-0.7.tar.gz.sig


Noteworthy changes in version 0.7 (2004-03-07)
----------------------------------------------

* libgpg-error can be built on systems where the errno macros do not
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
strings is provided.

* Interface changes relative to the 0.6 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_LOCALE_PROBLEM NEW
GPG_ERR_NOT_LOCKED NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Marcus Brinkmann
mb@g10code.de
Re: [Announce] libgpg-error 0.7 released [ In reply to ]
Am 08.03.04 00:42 schrieb(en) Marcus Brinkmann:
> We are pleased to announce version 0.7 of libgpg-error,
> a library for common error values and messages in GnuPG components.
[snip]

There is a small bug in the spec file, as (apparently new) file gpg-error
is not packed. This can be fixed by adding the following line to the %
files section:

%attr(0755,root,root) %{_bindir}/gpg-error

Cheers, Albrecht.


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Albrecht Dreß - Johanna-Kirchner-Straße 13 - D-53123 Bonn (Germany)
Phone (+49) 228 6199571 - mailto:albrecht.dress@arcor.de
_________________________________________________________________________
Re: [Announce] libgpg-error 0.7 released [ In reply to ]
At Tue, 9 Mar 2004 21:44:27 +0100,
Albrecht Dreß wrote:
> There is a small bug in the spec file, as (apparently new) file gpg-error
> is not packed. This can be fixed by adding the following line to the %
> files section:
>
> %attr(0755,root,root) %{_bindir}/gpg-error

Fixed in CVS, thanks. Note that gpg-error is not yet needed by
anything, just a convenient thing to have for developers.

Thanks,
Marcus