Skip to content

Commit 83fbe8c

Browse files
committed
include list of releases
1 parent e96c8db commit 83fbe8c

File tree

2 files changed

+45
-4
lines changed

2 files changed

+45
-4
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ REVISIONS = 50
77
ABSTRACT_FROM = abstract.md
88

99
include makespec/Makefile
10+
11+
HTML_ARGS+="--toc-depth=2"

paia.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ SIP2, \[X]SLNP,[^SLNP] DLF-ILS recommendations, and VuFind ILS.
3030
to patron information, among other functionality. OCLC does not allow
3131
publication of the specification or public use of SLNP.
3232

33-
Updates and sources can be found in a public git repository at
34-
<http://github.com/gbv/paia>. See the [revision history] for changes. The
35-
master file [paia.md](https://github.com/gbv/paia/blob/master/paia.md) is
33+
All sources and updates can be found in a public git repository at
34+
<http://github.com/gbv/paia>. See the list of [releases] at
35+
<https://github.com/gbv/paia/releases> for functional changes.
36+
37+
The master file [paia.md](https://github.com/gbv/paia/blob/master/paia.md) is
3638
written in [Pandoc’s Markdown]. HTML version of the specification is generated
3739
from the master file with [makespec](https://github.com/jakobib/makespec). The
3840
specification can be distributed freely under the terms of CC-BY-SA.
@@ -900,7 +902,7 @@ patron
900902
patron identifier
901903
: A Unicode string that identifies a library patron account.
902904

903-
# Security Considerations
905+
# Security considerations
904906

905907
Security of OAuth 2.0 with bearer tokens relies on correct application of
906908
HTTPS. It is known that SSL certificate errors are often ignored just because
@@ -1025,4 +1027,41 @@ servicetypes
10251027
The current version of this document was last modified at {GIT_REVISION_DATE}
10261028
with revision {GIT_REVISION_HASH}.
10271029

1030+
### Releases {.unnumbered}
1031+
1032+
Releases with functional changes are tagged with a version number and
1033+
included at <https://github.com/gbv/paia/releases> with release notes.
1034+
1035+
#### 1.0.8 (2015-04-16) {.unnumbered}
1036+
1037+
* support content-negotiation for languages (issue #32)
1038+
* allow additional scopes not part of PAIA
1039+
* split PAIA ontology from PAIA specification
1040+
1041+
#### 1.0.7 (2015-04-14) {.unnumbered}
1042+
1043+
* added patron field `type`
1044+
1045+
#### 1.0.6 (2014-11-10) {.unnumbered}
1046+
1047+
* added patron field `address`
1048+
1049+
#### 1.0.5 (2014-07-16) {.unnumbered}
1050+
1051+
* added CORS HTTP headers
1052+
1053+
#### 1.0.4 (2014-07-14) {.unnumbered}
1054+
1055+
* extended definition of datetime fields
1056+
1057+
#### 1.0.3 (2014-07-11) {.unnumbered}
1058+
1059+
* added document fields `starttime` and `endtime`
1060+
1061+
#### 1.0.1 (2013-11-20) {.unnumbered}
1062+
1063+
* added `User-Agent` header
1064+
1065+
### Full changelog {.unnumbered}
1066+
10281067
{GIT_CHANGES}

0 commit comments

Comments
 (0)