From d447a2150c235878e2c80afcc99e207755cfd2f9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Nov 2012 14:27:09 +0100 Subject: Add new source id for Libassuan. * src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New. --- NEWS | 2 ++ src/err-sources.h.in | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6ca6e3f..fc184ec 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Noteworthy changes in version 1.11 (unreleased) ---------------------------------------------- + * New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related errors. * Interface changes relative to the 1.10 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -9,6 +10,7 @@ Noteworthy changes in version 1.11 (unreleased) GPG_ERR_UNKNOWN_CURVE NEW. GPG_ERR_DUP_KEY NEW. GPG_ERR_AMBIGUOUS NEW. + GPG_ERR_SOURCE_ASSUAN NEW. Noteworthy changes in version 1.10 (2010-10-26) diff --git a/src/err-sources.h.in b/src/err-sources.h.in index d200fc6..34c1817 100644 --- a/src/err-sources.h.in +++ b/src/err-sources.h.in @@ -8,12 +8,12 @@ modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + libgpg-error is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with libgpg-error; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA @@ -44,6 +44,7 @@ 12 GPG_ERR_SOURCE_GPA GPA 13 GPG_ERR_SOURCE_KLEO Kleopatra 14 GPG_ERR_SOURCE_G13 G13 +15 GPG_ERR_SOURCE_ASSUAN Assuan # 15 to 30 are free to be used. -- cgit v1.2.3