summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-05-27 11:45:44 +0000
committerWerner Koch <wk@gnupg.org>2008-05-27 11:45:44 +0000
commit6f3011df85fd5388e13786dcf92a7ad434b9791a (patch)
tree81a5f14b1e46221bdcc22aaf7d1ea94db22d7fb9 /doc
parent2e31d4062fc5c31dde7f71b53448ff03bda81e97 (diff)
downloadlibassuan-6f3011df85fd5388e13786dcf92a7ad434b9791a.tar.gz
Get ready for the envisioned API changes
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/README.apichanges11
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7d9210d..daea6e0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,6 +18,8 @@
## Process this file with automake to produce Makefile.in
+EXTRA_DIST = README.apichanges
+
info_TEXINFOS = assuan.texi
assuan_TEXINFOS = lgpl.texi gpl.texi
diff --git a/doc/README.apichanges b/doc/README.apichanges
new file mode 100644
index 0000000..0a45afe
--- /dev/null
+++ b/doc/README.apichanges
@@ -0,0 +1,11 @@
+README.apichanges -*- text -*-
+
+API changes between 1.0.5 and 1.1.0:
+====================================
+
+While allowing to build libassuan as a DSO we decided to clean up the
+API. The changes are straightforward and it should obnly take a few
+minutes to fix your code.
+
+ TODO.
+