aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (_assuan_cookie_write_data): Return theWerner Koch2004-01-141-0/+2
| | | | | | requested size to indicate successful operation. Fixes a spurious bug we previously fixed using fflush().
* post release version number bump.Werner Koch2003-12-181-0/+3
|
* Getting ready for a new releaseWerner Koch2003-12-181-1/+3
|
* * assuan-buffer.c: Changed formatting of the debug output prefix.Werner Koch2003-12-161-0/+5
| | | | | | | | * assuan-util.c (assuan_set_log_stream): Set global log stream if it has not been done yet. * assuan-logging.c (_assuan_set_default_log_stream): New. (assuan_set_assuan_log_prefix): New.
* Post release version bumbWerner Koch2003-11-171-0/+3
|
* About to release 0.6.1libassuan-0-6-1Werner Koch2003-11-171-1/+3
|
* (assuan_inquire): Increase length of cmdbuf toWerner Koch2003-08-131-0/+3
| | | | | the Assuan limit.
* Bumbed version number for next development cycleWerner Koch2003-08-061-0/+4
|
* * lgpl.texi: New.libassuan-0-6-0Werner Koch2003-08-061-0/+15
| | | | | | | * gpl.texi: Removed. * assuan.texi: Dropped requirement vor invariant sections, front- and back-cover texts. Include lgpg.texi.
* 2003-02-17 Neal H. Walfield <[email protected]>Neal Walfield2003-02-181-0/+0
* 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.