diff options
author | Werner Koch <[email protected]> | 2012-11-16 13:27:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-11-16 13:27:09 +0000 |
commit | d447a2150c235878e2c80afcc99e207755cfd2f9 (patch) | |
tree | b5f1f6ccf9d7612fa7f52c013a568c72a03c4237 | |
parent | Improve parsing of the GIT revision number. (diff) | |
download | libgpg-error-d447a2150c235878e2c80afcc99e207755cfd2f9.tar.gz libgpg-error-d447a2150c235878e2c80afcc99e207755cfd2f9.zip |
Add new source id for Libassuan.
* src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/err-sources.h.in | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -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. |