File: Changes

package info (click to toggle)
libxrd-parser-perl 0.103-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 388 kB
  • sloc: perl: 3,697; makefile: 11
file content (80 lines) | stat: -rw-r--r-- 2,280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
XRD-Parser
==========

Created:      2009-12-04
Home page:    <https://metacpan.org/release/XRD-Parser>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=XRD-Parser>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.104  2011-12-04

 - Replace UNIVERSAL::AUTHORITY with Object::AUTHORITY.
 - (Bugfix Packaging) Newer version of Module::Package::RDF.

0.103  2011-11-27

 - Minor tidy
 - (Packaging) Module::Package::RDF
 - (Update) use 5.010
 - (Bugfix) Generate more randomised bnode identifiers.

0.102  2010-08-11

 - (Removal) new() constructor no longer accepts undef content - use
   new_from_url() instead.
 - (Addition) new_from_url() constructor.

0.101  2010-07-07

 - Split hostmeta_location function out from hostmeta construtor.

0.100  2010-06-30

 - Improvements to method for extracting host names from URIs.
 - (Update) Tracked changes to host-meta spec.

0.06  2010-04-26

 - Add reasonable timeouts for hostmeta constructor.

0.05  2010-02-02

 - Allow both methods of handling <Property> within <Link> to be toggled
   independently.
 - Provide an alternative method of handling <Property> within <Link>: RDFS
   subproperties.
 - (Update) Synchronise callback functionality with RDF::RDFa::Parser 0.30.
 - (Update) Switch to my new build system.
 - (Addition) host_uri and template_uri utility functions.
 - (Update) Copyright 2010.

0.04  2009-12-16

 - Don't reify <Link> elements multiple times for multiple <Property>
   children.
 - Parse <Property> children of <Link template> elements.
 - Support http://host-meta.net/xrd/1.0 and http://host-meta.net/ns/1.0 as
   alternatives.

0.03

 - Prefer namespace-aware DOM functions.
 - Send proper HTTP Accept header when requesting XRD files.
 - (Addition) Provide an XRD::Parser->hostmeta($uri) shortcut constructor.

0.02

 - Implement <Alias/> element as an owl:sameAs-like predicate rather than
   simply duplicating data.
 - Map XRD <Expires/> element to the RDF URI
   <http://ontologi.es/xrd#expires>.
 - (Addition) Support for host-meta's <hm:Host/> element as a way to set
   subjects.
 - (Addition) Support for IANA keywords in <Link rel/> attribute.
 - (Addition) Support <Link template/> attribute via a special datatype and
   special predicate URI scheme.

0.01
# First release