From 9a05076e90eef504cbc3ef614982f856b9b60540 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 25 Apr 2016 11:04:52 +0200 Subject: Release 1.22. * configure.ac: Set LT version to C18/A18/R0. Signed-off-by: Werner Koch --- AUTHORS | 88 ++++++++++++++++++++------------------------------- NEWS | 8 +++-- configure.ac | 6 ++-- doc/errorref.txt | 2 ++ src/gpg-error.h.in | 2 +- src/version.c | 2 +- src/versioninfo.rc.in | 2 +- 7 files changed, 48 insertions(+), 62 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2f89f6f..017fe97 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,72 +6,52 @@ Security related bug reports: security@gnupg.org License (library): LGPLv2.1+ License (manual tools): GPLv2+ with exception +Libgpg-error is free software. See the files COPYING.LIB and COPYING +for copying conditions. License copyright years may be listed using +range notation, e.g., 2000-2013, indicating that every year in the +range, inclusive, is a copyrightable year that would otherwise be +listed individually. -Aron Xu - - TRANSLATION [zh_CN] -Clytie Siddall - - TRANSLATION [vi] - -Daniel Nylander - - TRANSLATION [sv] - -David Prévot - - TRANSLATION [fr] - -Felipe Castro - - TRANSLATION [eo] - -Francesco Groccia - - TRANSLATION [it] - -Freek de Kruijf - - TRANSLATION [nl] - -g10 Code GmbH - - Design and implementation. - -Jakub Bogusz - - TRANSLATION [pl] - -Joe Hansen - - TRANSLATION [da] - -Laurentiu Buzdugan - - TRANSLATION [ro] - -Petr Pisar - - TRANSLATION [cs] - -Robert Schiele - - libgpg-error.spec +Authors with a DCO +================== -Stephane Roy - - TRANSLATION [fr] +We do not collect DCOs for libgpg-error. As a supporting library for +GnuPG, Libgcrypt, and GPGME a DCO for any of these projects is +sufficient. -Takeshi Hamasaki - - TRANSLATION [fp] -Werner Koch - - TRANSLATION [de] +Translators +=========== -Yasuaki Taniguchi - - TRANSLATION [fp] +cs - Petr Pisar +da - Joe Hansen +de - Werner Koch +eo - Felipe Castro +fr - David Prévot + Stephane Roy +it - Francesco Groccia +jp - Takeshi Hamasaki + Yasuaki Taniguchi +nl - Freek de Kruijf +pl - Jakub Bogusz +ro - Laurentiu Buzdugan +sv - Daniel Nylander +uk - Yuri Chornoivan +vi - Clytie Siddall +zh_CN - Aron Xu -Yuri Chornoivan - - TRANSLATION [uk] +More credits +============ -Authors with a DCO -================== - -We do not collect DCOs for libgpg-error. As a supporting library for -GnuPG, Libgcrypt, and GPGME a DCO for any of these projects is -sufficient. +Robert Schiele wrote libgpg-error.spec. +Thanks to Yukihiro Nakadaira for his public domain iconv +implementation for Windows. - Copyright 2003, 2004, 2005, 2006, 2007, 2013, 2014, 2015 g10 Code GmbH + Copyright 2003-2007, 2013-2016 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/NEWS b/NEWS index b736ad2..ddade0a 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ -Noteworthy changes in version 1.22 (unreleased) [C17/A17/R_) +Noteworthy changes in version 1.22 (2016-04-25) [C18/A18/R0) ----------------------------------------------- + * New functions and macros to to provide iconv(3) on Windows. - * Interface changes relative to the 1.20 release: + * Support for LeakSanitizer with the gpgrt_annotate_leaked_object + inline function. + + * Interface changes relative to the 1.21 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPG_ERR_DB_CORRUPTED NEW. gpgrt_annotate_leaked_object NEW inline func. diff --git a/configure.ac b/configure.ac index 566ea62..784ac69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # configure.ac for libgpg-error -# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015 g10 Code GmbH +# Copyright (C) 2003, 2004, 2006, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH # # This file is part of libgpg-error. # @@ -51,8 +51,8 @@ AC_INIT([libgpg-error],[mym4_full_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # Note that added error codes don't constitute an interface change. -LIBGPG_ERROR_LT_CURRENT=17 -LIBGPG_ERROR_LT_AGE=17 +LIBGPG_ERROR_LT_CURRENT=18 +LIBGPG_ERROR_LT_AGE=18 LIBGPG_ERROR_LT_REVISION=0 ################################################ diff --git a/doc/errorref.txt b/doc/errorref.txt index 22b78fc..bf27a81 100644 --- a/doc/errorref.txt +++ b/doc/errorref.txt @@ -263,6 +263,8 @@ GPG_ERR_CONFLICT Conflicting use NTBTLS: - Function has already been called and may not be called again at this protocol state. + GNUPG: - Returned by g13 when creating a new container on a device + which seems to be in use. 71 GPG_ERR_INV_CIPHER_MODE Invalid cipher mode diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index f0043f3..a79f6ba 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1,5 +1,5 @@ /* gpg-error.h - Public interface to libgpg-error. -*- c -*- - * Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH + * Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH * * This file is part of libgpg-error. * diff --git a/src/version.c b/src/version.c index d0c408d..64a9ac1 100644 --- a/src/version.c +++ b/src/version.c @@ -39,7 +39,7 @@ cright_blurb (void) static const char blurb[] = "\n\n" "This is Libgpg-error " PACKAGE_VERSION " - An error code library\n" - "Copyright 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH\n" + "Copyright 2003, 2004, 2010, 2013, 2014, 2015, 2016 g10 Code GmbH\n" "\n" "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n" "\n\n"; diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in index 8a053a9..67599c6 100644 --- a/src/versioninfo.rc.in +++ b/src/versioninfo.rc.in @@ -39,7 +39,7 @@ BEGIN VALUE "FileDescription", "libgpg-error - Common error codes\0" VALUE "FileVersion", "@LIBGPG_ERROR_LT_CURRENT@.@LIBGPG_ERROR_LT_AGE@.@LIBGPG_ERROR_LT_REVISION@.@BUILD_REVISION@\0" VALUE "InternalName", "libgpg-error\0" - VALUE "LegalCopyright", "Copyright © 2013 g10 Code GmbH\0" + VALUE "LegalCopyright", "Copyright © 2016 g10 Code GmbH\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "libgpg-error.dll\0" VALUE "PrivateBuild", "\0" -- cgit v1.2.3