Subject: CVS commit: pkgsrc/security/libgcrypt
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2004 10:07:48
Module Name:	pkgsrc
Committed By:	adam
Date:		Sat May 22 10:07:48 UTC 2004

Modified Files:
	pkgsrc/security/libgcrypt: Makefile PLIST distinfo
	pkgsrc/security/libgcrypt/patches: patch-aa

Log Message:
Changes 1.2.0
 * First stable release.

Changes 1.1.94
 * The support for multi-threaded users goes into its third
   incarnation.  We removed compile time support for thread libraries.
   To support the thread library of your choice, you have to set up
   callback handlers at initialization time.  New data structures, a
   new control command, and default initializers are provided for this
   purpose.

 * Interface changes relative to the 1.1.93 release:
libgcrypt-config --thread       OBSOLETE
libgcrypt-pth.la                REMOVED
libgcrypt-pthread.la            REMOVED
GCRYCTL_SET_THREAD_CBS          NEW
struct gcrypt_thread_cbs        NEW
enum gcry_thread_option         NEW
GCRY_THREAD_OPTION_PTH_IMPL     NEW
GCRY_THREAD_OPTION_PTHREAD_IMPL NEW

Changes 1.1.93
 * The automatic thread library detection has finally been removed.
   From now on, only linking explicitely to libgcrypt, libgcrypt-pth
   or libgcrypt-pthread is supported.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/security/libgcrypt/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/libgcrypt/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/security/libgcrypt/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/security/libgcrypt/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.