Changes between Initial Version and Version 1 of Ticket #6871


Ignore:
Timestamp:
08/28/2015 07:05:07 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6871

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6871 – Description

    initial v1  
    1 New minor version.
     1[http://ftp.heanet.ie/mirrors/gnupg/libassuan/libassuan-2.3.0.tar.bz2]
     2
     3[http://ftp.heanet.ie/mirrors/gnupg/libassuan/libassuan-2.3.0.tar.bz2.sig]
     4
     5[http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libassuan.git;a=blob_plain;f=NEWS;hb=HEAD]
     6
     7or
     8
     9[https://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000374.html]
     10
     11The SHA-1 checksum is:
     12
     1323f7ea010983b869f765c36d169dec51c8296cff
     14
     15{{{
     16[Announce] Libassuan 2.3.0 released
     17Werner Koch wk at gnupg.org
     18Fri Aug 28 15:18:24 CEST 2015
     19
     20Hello!
     21
     22Libassuan is a generic IPC library used by GnuPG, GPGME, and a few other
     23packages.  This release fixes two bugs and introduces new support
     24functions for the socket wrappers.
     25
     26
     27Noteworthy changes in version 2.3.0
     28===================================
     29
     30 * Now wipes out the memory of the context structure before freeing.
     31   The context may have stored sensitive data in its line buffers.
     32
     33 * Fixed a problem with the data length limit in assuan_inquire.
     34
     35 * Returns GPG_ERR_SOURCE_ASSUAN with errors from functions w/o a
     36   context.
     37
     38 * Two new functions to tweak the behaviour of the socket wrappers.
     39
     40 * Experimental code to support Cygwin's local sockets.
     41
     42 * By default build without a build timestamp.
     43
     44 * Interface changes relative to the 2.2.1 release:
     45 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     46 assuan_sock_set_flag     NEW.
     47 assuan_sock_get_flag     NEW.
     48
     49
     50For the GnuPG hackers,
     51
     52   Werner
     53
     54--
     55Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.
     56}}}