diff options
Diffstat (limited to 'trunk/src/ChangeLog')
-rw-r--r-- | trunk/src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/src/ChangeLog b/trunk/src/ChangeLog index 5bd6ca8f..7f67b02c 100644 --- a/trunk/src/ChangeLog +++ b/trunk/src/ChangeLog @@ -1,5 +1,12 @@ 2009-06-09 Werner Koch <[email protected]> + * version.c (gpgme_check_version_internal): Make result const. + + * gpgme.c: Include priv-io.h. + (gpgme_io_read, gpgme_io_write): New. + * libgpgme.vers (GPGME_1.1): Add them. + * gpgme.def: Ditto. + * Makefile.am (main_sources): Remove gpgme.h. (include_HEADERS): Rename to nodist_include_HEADERS so that a VPATH build won't use the distributed one. |