diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/README.apichanges | 11 |
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. + |