@@ -30,9 +30,11 @@ SIP2, \[X]SLNP,[^SLNP] DLF-ILS recommendations, and VuFind ILS.
30
30
to patron information, among other functionality. OCLC does not allow
31
31
publication of the specification or public use of SLNP.
32
32
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
36
38
written in [ Pandoc’s Markdown] . HTML version of the specification is generated
37
39
from the master file with [ makespec] ( https://github.com/jakobib/makespec ) . The
38
40
specification can be distributed freely under the terms of CC-BY-SA.
@@ -900,7 +902,7 @@ patron
900
902
patron identifier
901
903
: A Unicode string that identifies a library patron account.
902
904
903
- # Security Considerations
905
+ # Security considerations
904
906
905
907
Security of OAuth 2.0 with bearer tokens relies on correct application of
906
908
HTTPS. It is known that SSL certificate errors are often ignored just because
@@ -1025,4 +1027,41 @@ servicetypes
1025
1027
The current version of this document was last modified at {GIT_REVISION_DATE}
1026
1028
with revision {GIT_REVISION_HASH}.
1027
1029
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
+
1028
1067
{GIT_CHANGES}
0 commit comments