aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Preparing a new releaselibassuan-0.9.1Werner Koch2006-10-041-0/+7
|
* distribute motdWerner Koch2006-09-191-0/+1
|
* Fixed problems Nelson H. F. Beebe reported when doing build tests on severalWerner Koch2006-09-191-0/+7
| | | | | platforms.
* 2006-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-191-0/+6
| | | | | | | * tests/fdpassing.c (MOTD): New macro. * tests/Makefile.am (AM_CPPFLAGS): New variable. * tests/motd: New file.
* Preparing a new releaselibassuan-0.9.0Werner Koch2006-09-141-0/+8
|
* Changes to support gpg-error style error codes.Werner Koch2006-09-061-0/+4
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-0/+6
|
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-081-0/+12
| | | | | | * configure.ac: Check for socket library and add it to LIBASSUAN_CONFIG_LIBS if necessary.
* Preparing for 0.6.10libassuan-0-6-10Werner Koch2005-06-201-0/+4
|
* Switched to automake 1.9.libassuan-0-6-9Werner Koch2004-12-221-0/+6
|
* * autogen.sh: Add Option --build-w32.Werner Koch2004-12-181-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.
* * configure.ac: Define HAVE_W32_SYSTEM and HAVE_DOSISH_SYSTEM.Werner Koch2004-12-071-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.
* Released 0.6.8libassuan-0-6-8Werner Koch2004-11-251-0/+4
|
* about to release 0.6.7libassuan-0-6-7Werner Koch2004-09-271-0/+4
|
* 2004-06-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-231-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>.
* about to release 0.6.6.libassuan-0-6-6Werner Koch2004-06-081-0/+4
|
* 2004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-191-0/+4
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* About to release 0.6.4libassuan-0-6-4Werner Koch2004-02-201-0/+4
|
* Removed the unneeded alloca.h.Werner Koch2004-02-131-0/+4
|
* Released 0.6.3libassuan-0-6-3Werner Koch2004-01-291-0/+4
|
* getting ready for a new release.Werner Koch2003-12-181-0/+4
|
* * Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.Werner Koch2003-12-081-2/+2
|
* * TODO: New.Werner Koch2003-12-081-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.
* About to release 0.6.1libassuan-0-6-1Werner Koch2003-11-171-0/+4
|
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-061-0/+4
| | | | | | | * gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
* Cleanups for newer autoconf.Werner Koch2003-07-291-0/+9
|
* * libassuan.m4: New. Based on libgrypt.m4.Werner Koch2003-04-291-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-18 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-0/+4
| | | | | * COPYING: New file.
* /Neal Walfield2003-02-181-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.
* /Neal Walfield2003-02-181-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.
* /Neal Walfield2003-02-181-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-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-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.