aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-10-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-10-061-3/+3
| | | | | | | | Released 0.4.3. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1. (LIBGPGME_LT_REVISION): Set to 0.
* doc/Marcus Brinkmann2003-09-131-1/+1
| | | | | | | | | | | | | 2003-09-13 Marcus Brinkmann <[email protected]> * gpgme.texi (Error Strings): Add gpgme_strerror_r. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * gpgme.h (gpgme_strerror_r): New prototype. * error.c (gpgme_strerror_r): New function.
* 2003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-131-0/+18
| | | | | | | | | | | | | | | | | | | * acinclude.m4: Remove libtool cruft, add jm_GLIBC21. * configure.ac: Add check for getenv_r, and call jm_GLIBC21. Define HAVE_THREAD_SAFE_GETENV if appropriate. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * get-env.c: New file. * util.h (_gpgme_getenv): Add prototype. * Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c. * rungpg.c (build_argv): Use _gpgme_getenv. * debug.c (debug_init): Likewise. * engine-gpgsm.c (gpgsm_new): Likewise. (gpgsm_new): Use ttyname_r. * w32-io.c (_gpgme_io_spawn): Disable debugging for now.
* 2003-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-021-1/+1
| | | | | | * configure.ac: Move invocation of AC_CANONICAL_HOST up to suppress warning by autoconf.
* 2003-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-201-8/+7
| | | | | | | | | | | | | | | | | | | | | *configure.ac (AM_PATH_GPG_ERROR): Require 0.3. assuan/ See README.1st. gpgme/ 2003-08-19 Marcus Brinkmann <[email protected]> The ath files (ath.h, ath.c, ath-pth.c, ath-pthread.c, ath-compat.c, ath-pth-compat.c and ath-pthread-compat.c) have been updated to have better thread support, and the Makefile.am was changed to reflect that. * util.h [!HAVE_FOPENCOOKIE]: Remove fopencookie declaration. * engine-gpgsm.c (gpgsm_assuan_simple_command): Set ERR to return value of status_fnc. * rungpg.c (start): Return SAVED_ERRNO, not errno.
* 2003-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-08-181-25/+28
| | | | | | | | | | | | | | | | * configure.ac: If building Assuan, check for funopen and fopencookie, and make isascii, putc_unlocked and memrchr replacement functions. assuan/ Update to the latest assuan version. gpgme/ 2003-08-18 Marcus Brinkmann <[email protected]> * funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files. * fopencookie.c: File removed.
* 2003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-311-1/+1
| | | | | * configure.ac (AC_INIT): Bump version to 0.4.3.
* 2003-07-30 Marcus Brinkmann <[email protected]>gpgme-0-4-2Marcus Brinkmann2003-07-301-1/+1
| | | | | | | * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. Released 0.4.2.
* 2003-07-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-081-1/+1
| | | | | * configure.ac: Complain if libgpg-error is not found.
* 2003-06-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-221-1/+1
| | | | | * configure.ac (AC_INIT): Bump version to 0.4.2.
* 2003-06-06 Marcus Brinkmann <[email protected]>gpgme-0-4-1Marcus Brinkmann2003-06-061-3/+3
| | | | | * configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
* 2003-06-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-061-1/+1
| | | | | | | | | | | | * configure.ac: Use AM_PATH_GPG_ERROR. gpgme/ 2003-06-06 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CPPFLAGS): Add @GPG_ERROR_CFLAGS@. * gpgme-config.in (gpg_error_libs, gpg_error_cflags): New variables. Print them.
* doc/Marcus Brinkmann2003-06-051-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-06-06 Marcus Brinkmann <[email protected]> * gpgme.texi: Change error codes to GPG_ERR_* variants. (Error Handling): Rewritten. gpgme/ 2003-06-05 Marcus Brinkmann <[email protected]> Everywhere: Use libgpg-error error codes. * Makefile.am (EXTRA_DIST): Remove mkerrors. (BUILT_SOURCES): Remove errors.c. (MOSTLYCLEANFILES): Likewise. (libgpgme_la_SOURCES): Likewise. Add error.c. (errors.c): Remove target. * mkerrors: File removed. * error.c: New file. * gpgme.h (gpgme_error_t): Change to type gpg_error_t. (gpgme_err_code_t, gpgme_err_source_t): New types. (gpgme_err_code, gpgme_err_source, gpgme_error, gpgme_err_make): New static inline functions. (gpgme_strsource, gpgme_err_code_from_errno, gpgme_err_code_to_errno, gpgme_err_make_from_errno, gpgme_error_from_errno): New prototypes. tests/ 2003-06-06 Marcus Brinkmann <[email protected]> Everywhere: Use libgpg-error error codes. * gpg/Makefile.am (noinst_HEADERS): New variable. * gpg/t-support.h: New file. * gpgsm/Makefile.am (noinst_HEADERS): New variable. * gpgsm/t-support.h: New file.
* 2003-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (NEED_GPG_VERSION): Bump up to 1.2.2. gpgme/ 2003-05-26 Marcus Brinkmann <[email protected]> * rungpg.c (gpg_new): Add --enable-progress-filter to gpg invocation. * decrypt-verify.c (_gpgme_op_decrypt_verify_start): Rename to decrypt_verify_start. (gpgme_op_decrypt_verify_start): Call decrypt_verify_start. (gpgme_op_decrypt_verify): Likewise. * verify.c (verify_status_handler): New function that also calls progress status handler. (_gpgme_op_verify_start): Set status handler to verify_status_handler. Rename to (verify_start). (gpgme_op_verify_start): Call verify_start. (gpgme_op_verify): Likewise. * encrypt.c (encrypt_status_handler): New function. (_gpgme_encrypt_sym_status_handler): Call progress status handler. Make static. Rename to encrypt_sym_status_handler. (encrypt_start): Set status handler to encrypt_sym_status_handler or encrypt_status_handler. * sign.c (sign_status_handler): New function. (sign_start): Set status handler to sign_status_handler. * decrypt.c (decrypt_status_handler): New function that also calls progress status handler. (decrypt_start): Set status handler to decrypt_status_handler. * encrypt-sign.c (encrypt_sign_status_handler): Likewise. * decrypt-verify.c (decrypt_verify_status_handler): Call _gpgme_progress_status_handler.
* 2003-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-01-291-9/+1
| | | | | | | | | | * bonobo/gpgme.c, bonobo/main.c, bonobo/main.h, bonobo/Makefile, bonobo/Makefile.am, bonobo/Makefile.in: Dead files removed. * configure.ac: Remove automake conditional BUILD_BONOBO (AC_CONFIG_FILES): Remove bonobo/Makefile. * Makefile.am (bonobo): Remove variable. (SUBDIRS): Remove ${bonobo}.
* 2003-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-01-291-8/+1
| | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Remove all uses of GNUPG_CHECK_TYPEDEF, for byte, ushort, ulong, u16 and u32. * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Remove macro. gpgme/ 2003-01-29 Marcus Brinkmann <[email protected]> * types.h: Remove byte and ulong types. * util.h (_gpgme_hextobyte): Change prototype to unsigned char instead byte. * conversion.c (_gpgme_hextobyte): Change argument to unsigned char instead byte. (_gpgme_decode_c_string): Likewise, and beautify. Also support a few more escaped characters. Be more strict about buffer size. (_gpgme_data_append_percentstring_for_xml): Change type of SRC, BUF and DST to unsigned char instead byte. * progress.c (_gpgme_progress_status_handler): Use unsigned char instead byte. * debug.c (trim_spaces): Likewise.
* 2002-12-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-231-1/+15
| | | | | | | | | | | | | | | * configure.ac: New conditional HAVE_LD_VERSION_SCRIPT. Call AC_CANONICAL_HOST, use host instead target. gpgme/ 2002-12-24 Marcus Brinkmann <[email protected]> * libgpgme.vers: New file. * Makefile.am (EXTRA_DIST): Add libgpgme.vers. (libgpgme_version_script_cmd): New variable. (libgpgme_la_LDFLAGS): Add libgpgme_version_script_cmd here. (libgpgme_la_DEPENDENCIES): New variable.
* 2002-12-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-231-1/+1
| | | | | | | * configure.ac: Bump up to 0.4.1. Released 0.4.0.
* 2002-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-081-3/+3
| | | | | | * configure.ac (LIBGPGME_LT_CURRENT): Increase by one. (LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
* 2002-11-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-281-9/+1
| | | | | | | | | | | | | | | * NEWS: Add note about moving "gpgmeplug" to the "cryptplug" package. * README: Remove instructions related to "gpgmeplug". * configure.ac: Remove enable option "gpgmeplug" and automake conditional BUILD_GPGMEPLUG, as well as the status info about it. (GPGMEPLUG): Remove variable. * Makefile.am (gpgmeplug): Remove variable. (SUBDIRS): Remove ${gpgmeplug}. * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c, Makefile.am, gpgmeplug.c, ChangeLog: Files removed. CVSk: ----------------------------------------------------------------------
* 2002-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-11-221-1/+2
| | | | | * configure.ac: Disable GPGSM for all dosish systems.
* 2002-10-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-121-0/+1
| | | | | * configure.ac: Add automake conditional HAVE_GPGSM.
* 2002-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-10-081-3/+3
| | | | | | | | | * configure.ac (AC_INIT): Bump version up to 0.4.0. (NEED_GPG_VERSION): Bump up to 1.2.0. (NEED_GPGSM_VERSION): Bump up to 0.9.0. * README: Update version numbers. * NEWS: Start entry for 0.4.0.
* changed version number after release.Werner Koch2002-09-201-1/+1
|
* * configure.ac: Bump up LIBGPGME_LT_REVISION.gpgme-0-3-11Werner Koch2002-09-201-1/+1
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* * ath.c: Include sys/time.h if sys/select.h is not available.Werner Koch2002-09-201-0/+3
| | | | | * configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-021-0/+5
| | | | | * configure.ac: Create and substitute LTLIBOBJS.
* Bump up version number.Marcus Brinkmann2002-09-011-1/+1
|
* 2002-09-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-011-1/+1
| | | | | | | | Released 0.3.10. * NEWS: Update for 0.3.9 release. * configure.ac: Bump up LIBGPGME_LT_REVISION.
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): New.Werner Koch2002-08-291-1/+7
| | | | | * configure.ac: Use it.
* * configure.ac (GPGME_CONFIG_CFLAGS): Renamed from GPGME_CFLAGSWerner Koch2002-08-231-4/+4
| | | | | and removed the libpath because it is set by the config script.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-211-1/+1
| | | | | * configure.ac: Bump version number to 0.3.10.
* 2002-08-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-08-201-11/+3
| | | | | | | | | | | | | | | | * Makefile.am (SUBDIRS): Remove jnlib. * configure.ac: Don't check for unsigned short or unsigned long. Don't check for memicmp, strlwr, strtoul, memmove, stricmp. Make stpcpy a replaced function. Don't define HAVE_JNLIB_LOGGING. Don't generate jnlib/Makefile. gpgme/ 2002-08-21 Marcus Brinkmann <[email protected]> * stpcpy.c: New file from gnulib. * Makefile.am (assuan_libobjs): Remove jnlib.
* * configure.ac: Bumbed version number to 0.3.9; add a comment onWerner Koch2002-07-021-2/+3
| | | | | | | | | | when to change it. * gpgme.spec.in: New. Contributed by Wojciech Polak. * Makefile.am (dist-hook): New. * AUTHORS: Added Wojciech and bug reporting addresses.
* Prepared for further development.Werner Koch2002-06-251-1/+1
|
* * configure.ac: Bumbed LT version to 9/3/0.Werner Koch2002-06-251-5/+5
| | | | | (NEED_GPGSM_VERSION): Need 0.3.8 due to fixed export command.
* Prepare everything for CVS hackery.Marcus Brinkmann2002-06-041-1/+1
|
* 2002-06-04 Marcus Brinkmann <[email protected]>gpgme-0-3-7Marcus Brinkmann2002-06-041-2/+2
| | | | | | | | | | Released 0.3.7. * configure.ac (AC_INIT): Set version to 0.3.7. (LIBGPGME_LT_REVISION): Add one. * README: Document version requirement correctly.
* 2002-06-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-06-021-0/+12
| | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add checks for Pth and pthreads. * acinclude.m4: Add slightly hacked check for pth (seems to be an autoconf version problem). gpgme/ 2002-06-02 Marcus Brinkmann <[email protected]> * Makefile.am (ath_components): New variable. (ath_components_pthread): Likewise. (ath_components_pth): Likewise. (system_components): Add ath_componentes. * ath.h: New file. * ath.c: Likewise. * ath-pthread.c: Likewise. * ath-pth.c: Likewise. * posix-sema.c (_gpgme_sema_cs_enter): Rework to use the ATH interface. * mutex.h: Remove file.
* * engine-gpgsm.c (_gpgme_gpgsm_op_keylist)Werner Koch2002-05-211-1/+1
| | | | | | | (_gpgme_gpgsm_op_keylist_ext): Pass the keylist mode to gpgsm. * configure.ac (NEED_GPGSM_VERSION): We need gpgsm 0.3.7.
* Bumbed version number to *-cvsWerner Koch2002-05-031-1/+1
|
* released 0.3.6V0-3-6Werner Koch2002-05-031-6/+6
|
* 2002-04-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-04-041-6/+27
| | | | | | | | | | | | * acconfig.h: File removed. * configure.ac (NEED_GPG_VERSION): Add description. (NEED_GPGSM_VERSION): Likewise. (HAVE_DOSISH_SYSTEM): Likewise. (HAVE_DRIVE_LETTERS): Likewise. (GPG_PATH): Likewise. (GPGSM_PATH): Likewise. * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Likewise.
* *** empty log message ***Werner Koch2002-04-011-1/+1
|
* Released 0.3.5V0-3-5Werner Koch2002-04-011-3/+3
|
* 2002-03-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM. gpgme/ 2002-03-18 Marcus Brinkmann <[email protected]> * Makefile.am (system_components): New variable, set depending on HAVE_DOSISH_SYSTEM. (libgpgme_la_SOURCES): Use system_components. Remove `syshdr.h'. * syshdr.h: File removed. * posix-io.c: Remove !HAVE_DOSISH_SYSTEM safeguard. Clean up source. * posix-sema.c: Likewise. * posix-util.c: Likewise. * w32-io.c: Remove HAVE_DOSISH_SYSTEM safeguard. * w32-sema.c: Likewise. * w32-util.c: Likewise. * posix-io.c: Include `unistd.h', do not include `syshdr.h'. * posix-sema.c: Likewise. * w32-io.c: Include `io.h', do not include `syshdr.h' * w32-sema.c: Likewise. * w32-util.c: Likewise. * data.c: Do not include `syshdr.h'. * wait.c: Likewise. * wait.h: Code cleanup. * mutex.h: New file. * posix-sema.c: Implement.
* Minor doc fixesWerner Koch2002-03-101-3/+3
|
* * configure.ac: Bumbed version to 0.3.4-cvs to continue development.Werner Koch2002-03-041-1/+1
|
* * gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4Werner Koch2002-03-041-5/+5
| | | | | | * configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
* 2002-03-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-03-031-1/+1
| | | | | | * configure.ac (AC_INIT): Change version number to snapshot CVS version.