aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add GPG_ERR_*CRYPT_CTX* and GPG_ERR_BROKEN_*KEY.Werner Koch2013-04-111-0/+9
| | | | | | | * src/err-codes.h.in (GPG_ERR_NO_CRYPT_CTX): New. (GPG_ERR_WRONG_CRYPT_CTX, GPG_ERR_BAD_CRYPT_CTX): New. (GPG_ERR_CRYPT_CTX_CONFLICT): New. (GPG_ERR_BROKEN_PUBKEY, GPG_ERR_BROKEN_SECKEY): New.
* Post release vesion bump.Werner Koch2013-02-251-0/+4
| | | | --
* Release 1.11.libgpg-error-1.11Werner Koch2013-02-251-3/+3
| | | | | | | | * configure.ac: Set LT version to C9/A9/R0. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use --tear-off. * build-aux/gitlog-to-changelog: Remove.
* Add version macros and check function.Werner Koch2013-02-231-1/+8
| | | | | | | | | | | | | | | | | | | * configure.ac (VERSION_NUMBER): New ac_subst. (BUILD_FILEVERSION): Build on all platforms (BUILD_TIMESTAMP): Try to use an ISO string. * src/Makefile.am (extra-h.in): Add new version numbers. * src/versioninfo.rc.in: Update copyright year. * src/version.c: New. (gpg_error_check_version): New API. * src/gpg-error.h.in: Add gpg_error_check_version prototype. * src/gpg-error.def.in: Add gpg_error_check_version * tests/t-version.c: New. * tests/Makefile.am (TESTS): Add t-version.c * src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/. -- All other GnuPG libraries do this, thus we do it here as well.
* Add new source id for Libassuan.Werner Koch2012-11-161-0/+2
| | | | * src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
* Add GPG_ERR_AMBIGUOUSWerner Koch2011-08-231-0/+1
|
* Add GPG_ERR_DUP_KEYWerner Koch2011-08-231-0/+1
|
* Add GPG_ERR_INV_CURVE and GPG_ERR_UNKNOWN_CURVEWerner Koch2011-02-011-2/+4
|
* Add GPG_ERR_NO_KEYSERVERWerner Koch2011-01-061-0/+4
|
* Post release updatesWerner Koch2010-10-261-0/+5
|
* Prepare 1.10libgpg-error-1.10Werner Koch2010-10-261-1/+1
|
* Fix for W32CE.Werner Koch2010-10-201-0/+1
|
* Fix initialization of static libsWerner Koch2010-09-161-0/+1
|
* Update pl.po.Werner Koch2010-09-161-0/+1
| | | | | | Updated to gettext 0.1.17 Add a new error code.
* Add new error code.Werner Koch2010-09-021-0/+2
| | | | | Remove comment cruft.
* Require new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerrorWerner Koch2010-08-191-0/+7
| | | | | define.
* Add gpg_err_deinitlibgpg-error-1.9Werner Koch2010-07-211-1/+7
| | | | | Prepare a new release.
* UpdateWerner Koch2010-06-291-0/+5
|
* post release updatesWerner Koch2010-05-061-0/+4
|
* prepare a releaselibgpg-error-1.8Werner Koch2010-05-061-3/+3
|
* Fix w32ce strerror.Werner Koch2010-01-181-0/+2
| | | | | Fix non-w32ce dependency problem.
* Add some code to build nativley under WindowsCE - not finished.Werner Koch2010-01-181-3/+6
|
* Add another error code.Werner Koch2009-10-161-0/+1
|
* Add a new erroro sourceWerner Koch2009-09-211-0/+1
|
* Add new code GPG_ERR_NOT_ENABLEDWerner Koch2009-07-231-0/+1
|
* Post release updates.Werner Koch2008-11-261-0/+7
|
* Preparing a release.libgpg-error-1.7Werner Koch2008-11-261-1/+2
|
* Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE.Werner Koch2008-11-121-0/+2
|
* Add a new error code.Werner Koch2008-08-061-0/+5
|
* post release updateWerner Koch2007-10-291-0/+4
|
* Preparing a releaselibgpg-error-1.6Werner Koch2007-10-291-1/+1
|
* Fixed mingw build problems.Werner Koch2007-10-291-0/+3
| | | | | Updated some translations.
* new codesWerner Koch2007-09-271-0/+5
|
* Post release version number bumpWerner Koch2006-11-301-0/+4
|
* * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch2006-11-301-1/+3
| | | | | | | | | | | | | | | * README: Switch to tar.bz2 and sha1sum. * src/gpg-error.c (main): Add option --version. * autogen.sh (FORCE): Add option --force. * intl/: Removed. * Makefile.am (SUBDIRS): Removed intl. * configure.ac (AM_GNU_GETTEXT): Use external flag * src/Makefile.am: Removed -I../intl.
* Removed included gettext and updated latest gettextWerner Koch2006-11-301-0/+3
|
* Post release updatesWerner Koch2006-09-141-0/+5
|
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-141-1/+6
|
* Minor tweaks of yesterday's changes.Werner Koch2006-09-061-1/+2
|
* New error codes. This is mainly to support a change in libassuan.Werner Koch2006-09-051-2/+42
|
* 2006-05-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-051-0/+6
| | | | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Add lang/Makefile and lang/cl/Makefile. * Makefile.am (SUBDIRS): Add lang. * lang: New directory. * lang/README, lang/Makefile.am: New files. * lang/cl: New directory. * lang/cl/Makefile.am, lang/cl/README, lang/cl/gpg-error.asd, lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp, lang/cl/mkerrcodes.awk: New files.
* 2006-03-14 Marcus Brinkmann <[email protected]>libgpg-error-1.3Marcus Brinkmann2006-03-141-5/+1
| | | | | | | Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
* GNU gettext is included for systems that do not provide it.Marcus Brinkmann2006-03-141-0/+2
|
* Post-release tweaks.Marcus Brinkmann2006-03-031-0/+8
|
* 2006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2Marcus Brinkmann2006-03-031-1/+2
| | | | | | | * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump for release. (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
* Add Vietnamese translationWerner Koch2006-01-111-1/+1
|
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-251-1/+5
| | | | | | | | | | | | | | | | | | * src/Makefile.am (arch_sources): New variable. (libgpg_error_la_SOURCES): Add $(arch_sources). * src/gettext.h [HAVE_W32_SYSTEM]: Include w32-gettext.h. * src/w32-gettext.h: New file. * src/w32-gettext.c: New file. * src/gpg-error.h.in: Check for gcc's constructor attribute. Use it for gpg_err_init. (GPG_ERR_INITIALIZED): Define if constructor is available. * src/gpg-error.c (main) [GPG_ERR_INITIALIZED]: Don't invoke gpg_err_init. (i18n_init): Call bindtextdomain as well. Now that gpg-error has its own gettext implementation, we can't rely on it anymore. Also, repeat all the w32 stuff for fetching the registry.
* 2005-10-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-231-0/+4
| | | | | | | | | | | * src/Makefile.am (libgpg_error_la_SOURCES): Add init.c. * src/init.c: New file. * src/gpg-error.h.in (gpg_error_init): New function. * src/gpg-error.def: Add gpg_err_init. * src/gpg-error.c: Remove SIMPLE_GETTEXT stuff. (i18n_init): Don't bind text domain. (main): Call gpg_err_init.
* Translations added.Marcus Brinkmann2005-09-281-1/+2
|
* Add news items about new error codes.Marcus Brinkmann2005-09-081-2/+9
|