This is the mail archive of the cygwin-announce mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Updated: libgpg-error-1.6-1


Version 1.6-1 of "libgpg-error" has been uploaded.

Libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more.

Changes since last release (1.1-1):
2007-10-29  Werner Koch  <wk@g10code.com>

	Released 1.6.

	* configure.ac: Set LT version to C4/A4/R0.

	* config.guess, config.sub: Updated.
	
	* src/err-sources.h.in: (GPG_ERR_SOURCE_KLEO): New. 

	* w32-gettext.c (SUBLANG_BENGALI_BANGLADESH): Fix to 2 as per MSDN.
	(SUBLANG_PUNJABI_PAKISTAN): Remove as it is not in MSDN.
	(SUBLANG_ROMANIAN_MOLDOVA): Remove as it is not in MSDN.
	(SUBLANG_ROMANIAN_ROMANIA): Change to value 1 as per MSDN.

2007-09-27  Marcus Brinkmann  <marcus@g10code.de>

	* src/Makefile.am (%.o): Replace pattern rule with suffix rule.
	(SUFFIXES): New variable.

2007-09-27  Werner Koch  <wk@g10code.com>

	* src/err-sources.h.in (GPG_ERR_SOURCE_GPA): New.
	* src/err-codes.h.in (GPG_ERR_UNFINISHED): New.

2007-08-03  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Call AM_PROG_CC_C_O.  Allow --disable-languages.
	* autogen.sh: Use = not == in test.
	* lang/cl/Makefile.am: Do not use :=, but =.
	* Makefile.am [!LANGUAGES_SOME]: Don't add lang to subdirs.
	* m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4: New files.
	
2007-05-19  Marcus Brinkmann  <marcus@g10code.de>

	* lang/cl/gpg-error.lisp (gpg-err-source-t): Add
	:gpg-err-source-any.

2007-06-18  Werner Koch  <wk@g10code.com>

	* src/code-from-errno.c (w32_special_errnos) [W32]: New.  This is
	to provide some common mappings for winsocket error codes.
	(gpg_err_code_from_errno, gpg_err_code_from_syserror): Use it.

2007-05-09  Werner Koch  <wk@g10code.com>

	* src/gpg-error.m4: Print found version on success.

2006-12-09  Marcus Brinkmann  <marcus@g10code.de>

	* src/Makefile.am (EXTRA_DIST): Add README.
	* src/README: New file.

2006-12-01  Marcus Brinkmann  <marcus@g10code.de>

	* src/gpg-error.c (get_err_from_number): Fix last change.

	* src/gpg-error.c (get_err_from_number): Support source and code
	number in split format like "7.17".

2006-11-30  Werner Koch  <wk@g10code.com>

	Released 1.5.
	
	* configure.ac: Set LT version to C3/A3/R1.

	* 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.

2006-11-23  Werner Koch  <wk@g10code.com>

	* configure.ac: Display configuration status after AC_OUTPUT.
	(AC_INIT): Use SVN revision magic.
	(AC_GNU_SOURCE): New.

2006-11-23  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.15.

2006-11-15  Werner Koch  <wk@g10code.com>

	* autogen.sh: Add convenience option --build-amd64.

2006-10-20  Werner Koch  <wk@g10code.com>

	* Makefile.am (stowinstall): New convenience target.

2006-09-18  Werner Koch  <wk@g10code.com>

	* src/gpg-error.def: Added gpg_err_code_from_syserror.

2006-09-14  Werner Koch  <wk@g10code.com>

	Released 1.4.

	* configure.ac: Set LT version to C3/A3/R0.
	(AB_INIT): New.

	* autogen.sh (--build-w32): Better cross-compiler locating.

	* src/strerror.c (system_strerror_r): Made static.

	* tests/t-syserror.c: New.
	* tests/Makefile.am (TESTS): Added new test.

	* lang/cl/gpg-error.lisp ("gpg_err_code_from_syserror"): New.
	(gpg-err-code-from-syserror): New.
	(gpg-error-from-syserror): New.
	* lang/cl/gpg-error-package.lisp: Export new functions 

	* src/gpg-error.h.in (gpg_error_from_syserror): New.
	* src/code-from-errno.c (gpg_err_code_from_errno): Cosmetic change
	to first check whether ERR is zero.
	(gpg_err_code_from_syserror): New.

2006-09-06  Werner Koch  <wk@g10code.com>

	* src/err-codes.h.in: Add GPG_ERR_UNKNOWN_OPTION and
	GPG_ERR_UNKNOWN_COMMAND.

2006-09-05  Werner Koch  <wk@g10code.com>

	* src/err-sources.h.in (GPG_ERR_SOURCE_ANY): New. This is so that
	we have source distinguished from the Unknown one but declaring
	that it is an gpg-error style error code.

	* src/err-codes.h.in: Added GPG_ERR_ASS_* codes, rabnge 257-281.
	(GPG_ERR_MISSING_ERRNO): New.

2006-07-04  Marcus Brinkmann  <marcus@g10code.de>

	* src/init.c (get_locale_dir): Return NULL instead of garbage.
	* src/gpg-error.c (get_locale_dir): Likewise.
	Reported by Simon Josefsson <jas@extundo.com>.

2006-05-30  Marcus Brinkmann  <marcus@g10code.de>

	* lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.

2006-05-29  Marcus Brinkmann  <marcus@g10code.de>

	* src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the
	locale.
	* src/gpg-error.c (i18n_init) [!ENABLE_NLS]: Likewise.
	Patch submitted by Nils Durner <ndurner@web.de>.

2006-05-25  Marcus Brinkmann  <marcus@g10code.de>

	* lang/cl/gpg-error.asd: Renamed to ...
	* lang/cl/gpg-error.asd.in: ... this.
	* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.

	* lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp,
	lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am
	(clfilesdir): Fix package and file names.
	
	* lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.

2006-05-05  Marcus Brinkmann  <marcus@g10code.de>

	* 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  <marcus@g10code.de>

	Released 1.3.

	* configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.

	Many files regenerated.
	* src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS):
	Add -I../intl.
	* Makefile.am (SUBDIRS): Add intl.
	* configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
	(AM_GNU_GETTEXT_VERSION): Bump to 0.14.5.

2006-03-06  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac (min_automake_version): Bump to 1.9.6.
	* mkinstalldirs, depcomp, compile, INSTALL, COPYING, missing,
	install-sh: Update from automake 1.9.6.
	ltmain.sh: Update from libtool 1.5.22.

2006-03-03  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE):
	Bump for release.
	(LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.

2005-11-02  Werner Koch  <wk@g10code.com>

	* src/Makefile.am (gpg_error_SOURCES): Include ARCH_SOURCES.
	* src/gpg-error.c [W32]: Include gettext.h instead of libintl.h.

	* configure.ac (AH_BOTTOM): Define ENABLE_NLS for W32 builds.
	* src/w32-gettext.h (dgettext): Changed prototype from
	libintl_dgettext.
	* src/w32-gettext.c: Replaced use of WIN32 by HAVE_W32_SYSTEM on
	demand of the holy GNUquisition.
	(bindtextdomain, textdomain, dgettext): Need to cast the const way
	from the return value.

2005-10-26  Werner Koch  <wk@g10code.com>

	* Makefile.am: Used dist-bzip2 option.

2005-10-25  Marcus Brinkmann  <marcus@g10code.de>

	* src/w32-gettext.c (get_string): Remove extra arguments to
	utf8_to_native_invocation.
	(utf8_to_wchar, wchar_to_native): New function.
	(utf8_to_native): Rewritten.

	* src/Makefile.am (gpg_error_CPPFLAGS): New variable.
	* src/gpg-error.c (i18n_init): Don't return anything.

	* 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  <marcus@g10code.de>

	* 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-10-20  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Instead checking for windres and dlltool, invoke
	AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
	* src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
	the rules.
	
2005-10-02  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Escape arguments in AC_INIT invocation.
	* config.guess, config.sub, ltmain.sh: Update.

2005-08-19  Werner Koch  <wk@g10code.com>

	* configure.ac: Add code to allow building a W32 DLL.
	* src/Makefile.am: Changed to allow building for W32.
	* src/versioninfo.rc.in: New.
	* src/gpg-error.def: New.


If you have questions or comments, please send them to the cygwin mailing list at: cygwin@cygwin.com .

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available starting at this URL.

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]