From: Stephane Desneux Date: Tue, 20 Jun 2017 09:24:17 +0000 (+0200) Subject: docs: add document revision X-Git-Tag: dab_3.99.2~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=576b24cfff99a347ddefda53aecf98334c030096 docs: add document revision Change-Id: Ie941042d71ed8de25e0ea9fa9bdbb0990e64d5f2 Signed-off-by: Stephane Desneux --- diff --git a/docs/README.md b/docs/README.md deleted file mode 120000 index 81c25433..00000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -afb-overview.md \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..218a0502 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,12 @@ +Document revisions +================== + +| Date | Version | Designation  | Author | +|--------------|---------|----------------------------------------------|-------------------------------------------------------| +| 23 May 2016 | 0.9 | Initial release | J. Bollo [ IoT.bzh ]
M. Bachmann [ IoT.bzh ] | +| 30 May 2016 | 1.0 | Master document edition, final review | S. Desneux [ IoT.bzh ]
F. Ar Foll [ IoT.bzh ] | +| 21 Sept 2016 | 2.0 | Updated with new sections (events,widgets) | J. Bollo [ IoT.bzh ]
S. Desneux [ IoT.bzh ] | +| 12 Dec 2016 | 2.1 | Updated for CC Release | S. Desneux [ IoT.bzh ] | +| 14 Dec 2016 | 3.0 | Minor fixes, alignment with CC version | S. Desneux [ IoT.bzh ] | +| 20 Mar 2017 | 3.1 | Systemd integration | J. Bollo [ IoT.bzh ]
S. Desneux [ IoT.bzh ] | +| 21 Jun 2017 | 4.0 | Update for AGL DD | J. Bollo [ IoT.bzh ]
S. Desneux [ IoT.bzh ] | diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5b4b9a64..9fed80c7 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,6 +1,7 @@ # Summary -* [Binder Overview](README.md) +* [Document revisions](README.md) +* [Binder Overview](afb-introduction.md) * [How to write a binding ?](afb-binding-writing.md) * [Binding references](afb-binding-references.md) * [Migration from v1 to v2](afb-migration-v1-to-v2.md) @@ -9,4 +10,4 @@ * [Binder daemon vocabulary](afb-daemon-vocabulary.md) * [Annexes](annexes.md) * [Installing the binder on a desktop](afb-desktop-package.md) - * [Options of afb-daemon](afb-daemon-options.md) \ No newline at end of file + * [Options of afb-daemon](afb-daemon-options.md) diff --git a/docs/afb-introduction.md b/docs/afb-introduction.md new file mode 120000 index 00000000..81c25433 --- /dev/null +++ b/docs/afb-introduction.md @@ -0,0 +1 @@ +afb-overview.md \ No newline at end of file