Opened 4 years ago

Closed 4 years ago

#13109 closed enhancement (fixed)

libgpg-error-1.37

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

Noteworthy changes in version 1.37 (2020-02-07) [C28/A28/R0]

  • Fixes a build problems when using Gawk 5.0
  • Fixes Bourne shell incompatibilities on Solaris.
  • Improves cross-comiling support.
  • On Windows strerror_s is now used to emulate strerror_r.
  • New error codes to map SQLite primary error codes.
  • Now uses poll(2) instead of select(2) in gpgrt_poll if possible.
  • Fixes a bug in gpgrt_close.
  • Fixes build problem under Cygwin.
  • Fixes a few minor portability bugs.
  • Interface changes relative to the 1.36 release:
     GPG_ERR_NO_KEYBOXD               NEW.
     GPG_ERR_KEYBOXD                  NEW.
     GPG_ERR_NO_SERVICE               NEW.
     GPG_ERR_SERVICE.                 NEW.
     GPG_ERR_SQL_OK                NEW.
     GPG_ERR_SQL_ERROR             NEW.
     GPG_ERR_SQL_INTERNAL             NEW.
     GPG_ERR_SQL_PERM           NEW.
     GPG_ERR_SQL_ABORT             NEW.
     GPG_ERR_SQL_BUSY           NEW.
     GPG_ERR_SQL_LOCKED            NEW.
     GPG_ERR_SQL_NOMEM             NEW.
     GPG_ERR_SQL_READONLY             NEW.
     GPG_ERR_SQL_INTERRUPT            NEW.
     GPG_ERR_SQL_IOERR             NEW.
     GPG_ERR_SQL_CORRUPT           NEW.
     GPG_ERR_SQL_NOTFOUND             NEW.
     GPG_ERR_SQL_FULL           NEW.
     GPG_ERR_SQL_CANTOPEN             NEW.
     GPG_ERR_SQL_PROTOCOL             NEW.
     GPG_ERR_SQL_EMPTY             NEW.
     GPG_ERR_SQL_SCHEMA            NEW.
     GPG_ERR_SQL_TOOBIG            NEW.
     GPG_ERR_SQL_CONSTRAINT           NEW.
     GPG_ERR_SQL_MISMATCH             NEW.
     GPG_ERR_SQL_MISUSE            NEW.
     GPG_ERR_SQL_NOLFS             NEW.
     GPG_ERR_SQL_AUTH           NEW.
     GPG_ERR_SQL_FORMAT            NEW.
     GPG_ERR_SQL_RANGE             NEW.
     GPG_ERR_SQL_NOTADB            NEW.
     GPG_ERR_SQL_NOTICE            NEW.
     GPG_ERR_SQL_WARNING           NEW.
     GPG_ERR_SQL_ROW            NEW.
     GPG_ERR_SQL_DONE           NEW.
    

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22643.

Note: See TracTickets for help on using tickets.