aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-03-142006-03-14 Marcus Brinkmann <[email protected]>libgpg-error-1.3Marcus Brinkmann1-5/+1
Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
2006-03-14GNU gettext is included for systems that do not provide it.Marcus Brinkmann1-0/+2
2006-03-03Post-release tweaks.Marcus Brinkmann1-0/+8
2006-03-032006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2Marcus Brinkmann1-1/+2
* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump for release. (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
2006-01-11Add Vietnamese translationWerner Koch1-1/+1
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-232005-10-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2005-09-28Translations added.Marcus Brinkmann1-1/+2
2005-09-08Add news items about new error codes.Marcus Brinkmann1-2/+9
2005-08-19Does now allow to build a W32 DLL.Werner Koch1-2/+3
2005-06-20Post-release fixup.Marcus Brinkmann1-0/+10
2005-06-20Prepare for release.libgpg-error-1-1Marcus Brinkmann1-2/+4
2004-07-30post release version bumbWerner Koch1-0/+4
2004-07-30Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch1-3/+4
2004-06-08Add new source and codes for GSTI.Marcus Brinkmann1-2/+8
2004-04-192004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
2004-03-08Prepare for next round of changes.Marcus Brinkmann1-1/+11
2004-03-072004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
2004-03-012004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-42/+46
* configure.ac: Define CC_FOR_BUILD. * src/Makefile.am (BUILT_SOURCES): Add gpg-error.h. (EXTRA_DIST): Add mkerrcodes.awk and mkerrcodes.c. (CLEANFILES): Add mkerrcodes.h and mkerrcodes. (mkerrcodes.h): New target. (mkerrcodes): New target. (code-from-errno.h): Rewritten. * src/errnos.in: Remove include statement (which was ignored anyway). * src/mkerrcodes.awk: New file. * src/mkerrcodes.c: New file.
2004-02-272004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+1
* src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.
2004-02-272004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* src/Makefile.am (noinst_PROGRAMS): New variable. (gpg_error_LDADD): New variable. (gpg_error_SOURCES): New variable. (EXTRA_DIST): Add mkheader.awk and gpg-error.h.in. (BUILT_SOURCES): Add err-sources-sym.h, err-codes-sym.h and errnos-sym.h. (CLEANFILES): Add err-sources-sym.h, err-codes-sym.h, errnos-sym.h and gpg-error.h. (err-codes.h, err-sources.h): Add -v textidx=3 to mkstrtable.awk invocation. (err-codes-sym.h): New target. (err-sources-sym.h): New target. (gpg-error.h): New rule. * src/mkstrtable.awk: Skip the second field (which contains the error code symbol). (FS): Allow more than one tab as field separator. Allow to specify the field to be used as text with the variable textidx. Allow to suppress gettext markers in the output. Allow to specify a prefix to the messages. Allow to specify a namespace for the variable and macro names. * src/mkerrnos.awk (FS): Initialize. Understand variable errnoidx, which defaults to 2, to cope with the error names being in a different column than the first. * src/mkerrcodes1.awk: Likewise. Use \t as separator. * src/mkheader.awk: New file. * src/errnos.in: Add error code numbers (relativ to GPG_ERR_SYSTEM_ERROR). * src/strerror-sym.c: New file. * src/strsources-sym.c: New file. * src/err-codes.h.in: Add the error code symbol for every error code. (GPG_ERR_BUFFER_TOO_SHORT): Fix error code (it is 200, not 199). * src/err-sources.h.in: Likewise. * src/gpg-error.h.in: New file. * src/gpg-error.h: File removed. * src/gpg-error.c: New file.
2004-02-03Added GPG_ERR_NOT_LOCKED.Werner Koch1-0/+2
2003-12-22Added GPG_ERR_LOCALE_PROBLEM.Werner Koch1-0/+3
2003-11-14Bumbed version number to 0.7.Werner Koch1-0/+5
2003-11-14About to release 0.6libgpg-error-0-6Werner Koch1-7/+43
2003-11-06Added error sources forWerner Koch1-0/+9
Libksba and Dirmngr. Added GPG_ERR_TRUNCATED.
2003-11-03Allow GPG_ERR_INLINE to get overriden, so thatWerner Koch1-0/+5
one can use the -D flag to specify the inline keyword. Suggested by Philip Brown.
2003-10-06Prepare development of next release.Marcus Brinkmann1-0/+4
2003-10-06Add release date.Marcus Brinkmann1-1/+1
2003-09-30Add item about error code.Marcus Brinkmann1-0/+3
2003-09-132003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+7
* configure.ac: Invoke AC_FUNC_STRERROR_R. * src/gpg-error.h (gpg_strerror_r): New prototype. * src/strerror.c (system_strerror_r): New function. (gpg_strerror_r): New function.
2003-09-032003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* configure.ac (AC_INIT): Bump up version number.
2003-09-032003-09-03 Marcus Brinkmann <[email protected]>libgpg-error-0-4Marcus Brinkmann1-0/+9
Released 0.4. * src/gpg-error.h: Define GPG_ERR_INLINE to nothing if the compiler does not implement C99. * configure.ac: (AC_INIT): Bump up version number.
2003-07-31Released 0.3.Marcus Brinkmann1-1/+1
2003-07-31Cosmetic fix.Marcus Brinkmann1-0/+1
2003-07-312003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
* src/strerror.c (gpg_strerror): Use CODE, not ERR to map error code to errno. * configure.ac (AC_INIT): Bump version to 0.3.
2003-07-302003-07-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+17
Released 0.2.
2003-06-06Set date.libgpg-error-0-1Marcus Brinkmann1-1/+1
2003-05-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+15
* Initial check-in.