aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-04Preparing a new releaselibassuan-0.9.1Werner Koch1-0/+7
2006-09-19distribute motdWerner Koch1-0/+1
2006-09-19Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch1-0/+7
platforms.
2006-09-192006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
* tests/fdpassing.c (MOTD): New macro. * tests/Makefile.am (AM_CPPFLAGS): New variable. * tests/motd: New file.
2006-09-14Preparing a new releaselibassuan-0.9.0Werner Koch1-0/+8
2006-09-06Changes to support gpg-error style error codes.Werner Koch1-0/+4
2005-10-24Fixed and clarified copyright noticesWerner Koch1-0/+6
2005-10-082005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+12
* configure.ac: Check for socket library and add it to LIBASSUAN_CONFIG_LIBS if necessary.
2005-06-20Preparing for 0.6.10libassuan-0-6-10Werner Koch1-0/+4
2004-12-22Switched to automake 1.9.libassuan-0-6-9Werner Koch1-0/+6
2004-12-18* autogen.sh: Add Option --build-w32.Werner Koch1-0/+4
* assuan-logging.c (_assuan_w32_strerror): New. * assuan-defs.h (w32_strerror): new. * assuan-pipe-connect.c (assuan_pipe_connect2, fix_signals): Factored signal code out to new function. (build_w32_commandline, create_inheritable_pipe): New. Taken from gnupg 1.9. (assuan_pipe_connect2) [W32]: Implemented for W32.
2004-12-07* configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.Werner Koch1-0/+5
Add -lwsock2 to the config lib flags for W32. * assuan-logging.c, assuan-io.c: Include config.h * assuan-pipe-connect.c (assuan_pipe_connect2) [_WIN32]: Return error Not Imlemented.
2004-11-25Released 0.6.8libassuan-0-6-8Werner Koch1-0/+4
2004-09-27about to release 0.6.7libassuan-0-6-7Werner Koch1-0/+4
2004-06-232004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* configure.ac: Check for <sys/uio.h>. src/ 2004-06-23 Marcus Brinkmann <[email protected]> * assuan-domain-connect.c [HAVE_SYS_UIO_H]: Include <sys/uio.h>.
2004-06-08about to release 0.6.6.libassuan-0-6-6Werner Koch1-0/+4
2004-04-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-0/+4
* autogen.sh: Added ACLOCAL_FLAGS.
2004-02-20About to release 0.6.4libassuan-0-6-4Werner Koch1-0/+4
2004-02-13Removed the unneeded alloca.h.Werner Koch1-0/+4
2004-01-29Released 0.6.3libassuan-0-6-3Werner Koch1-0/+4
2003-12-18getting ready for a new release.Werner Koch1-0/+4
2003-12-08* Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch1-2/+2
2003-12-08* TODO: New.Werner Koch1-0/+8
* Makefile.am: Add README.CVS and autogen.sh * README.CVS: New. * autogen.sh: Revamped. * configure.ac: Add automake version number for autgen.sh use.
2003-11-17About to release 0.6.1libassuan-0-6-1Werner Koch1-0/+4
2003-08-06* lgpl.texi: New.libassuan-0-6-0Werner Koch1-0/+4
* gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
2003-07-29Cleanups for newer autoconf.Werner Koch1-0/+9
2003-04-29* libassuan.m4: New. Based on libgrypt.m4.Werner Koch1-0/+7
* Makefile.am (m4data_DATA): New. * assuan.h (AssuanCommand): Removed. * assuan-handler.c: Remove the cmd_id element, (assuan_register_command): Likewise. Note that semantics changed. (_assuan_register_std_commands): Adjusted.
2003-02-182003-02-18 Neal H. Walfield <[email protected]>Neal Walfield1-0/+4
* COPYING: New file.
2003-02-18/Neal Walfield1-0/+6
2003-02-18 Neal H. Walfield <[email protected]> * configure.ac: Fix typo. (AC_CONFIG_FILES): Remove common/Makefile.am. * common: Remove directory. src/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am (libassuan_a_LIBADD): New variable. * funopen.c: Move from ../common. * isascii.c: Likewise. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
2003-02-18/Neal Walfield1-0/+9
2003-02-18 Neal H. Walfield <[email protected]> * common: New directory. * Makefile.am (SUBDIRS): Add common. * configure.ac: Check for funopen. If not present, check for fopencookie and implement it in terms of that. Otherwise, fail. (AC_CONFIG_FILES): Add common/Makefile. src/ 2003-02-18 Neal H. Walfield <[email protected]> * assuan-handler.c (_IO_cookie_io_functions_t): Remove. (cookie_io_functions_t): Remove. (fopencookie): Remove prototype. (assuan_get_data_fp): Use funopen, not fopencookie. common/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am: New file. * funopen.c: New file. * isascii.c: Imported from newpg. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.
2003-02-18/Neal Walfield1-0/+6
2003-02-18 Neal H. Walfield <[email protected]> * configure.ac (AC_CONFIG_FILES): Add src/libassuan-config. (LIBASSUAN_CONFIG_LIBS, LIBASSUAN_CONFIG_CFLAGS): New variables. AC_SUBST them. src/ 2003-02-18 Neal H. Walfield <[email protected]> * libassuan-config.in: New file. * Makefile.am (bin_PROGRAMS): New variable.
2003-02-182003-02-17 Neal H. Walfield <[email protected]>Neal Walfield1-0/+21
* AUTHORS: New file. * INSTALL: New file. * Makefile.am: New file. * NEWS: New file. * README: New file. * autogen.sh: New file, copied from newpg. * configure.ac: New file, imported from newpg. * depcomp: New file. * install-sh: New file. * missing: New file. * mkinstalldirs: New file. * doc: New directory. * src: New directory. * tests: New directory.