File: Changes

package info (click to toggle)
libxml-atom-service-perl 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 20
  • sloc: perl: 209; makefile: 18
file content (125 lines) | stat: -rw-r--r-- 3,190 bytes parent folder | download | duplicates (2)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
2008-03-25  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.16.0:
	* lib, t
	- change coding conventions

2007-09-18  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.15.4:
	* Build.PL
	- change version of XML::Atom

2007-09-18  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.15.3:
	* t/06.atompub
	- fix a bug

2007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.15.2:
	* t/03.collection.t t/04.workspace.t t/05.service.t t/06.atompub
	- fix namespaces

2007-09-12  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.15.1:
	* XML/Atom/Atompub.pm
	- avoid redefining subroutines for XML::Atom::Thing

2007-09-10  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.15.0:
	* XML/Atom/Service.pm
	- change the default namespaces to new ones,
	  'http://purl.org/atom/ns#' and 'http://www.w3.org/2007/app'
	* XML/Atom/Atompub.pm
	- move extension methods of XML::Atom::Entry from
	  XML/Atom/Service.pm
	- add short-cut for link/@href
	* XML/Atom/Service.pm, XML/Atom/Categories.pm
	- fix document bugs


2007-08-12  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.14.0:
	* XML/Atom/Service.pm
	- getService is moved in Atompub::Client
	* XML/Atom/Categories.pm
	- getCategories is moved in Atompub::Client

2007-07-24  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.13.4:
	* XML/Atom/Service.pm
	- support //entry/content/@src

2007-07-23  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.13.3:
	* MANIFEST
	- add t/samples/atom-1.0/06.entry

2007-07-21  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.13.2:
	* XML/Atom/Service.pm, XML/Atom/Collection.pm:
	- support multiple //collection/accept

2007-07-21  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.13.1:
	* XML/Atom/Service.pm, XML/Atom/Categories.pm:
	- avoid redefining subroutines for XML::Atom

2007-07-21  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.13.0:
	* XML/Atom/Service.pm:
	- add some APP elements to XML::Atom::Entry, //entry/edited,
	  //entry/control/draft
	* add t/06.entry.t
	* XML/Atom/Categories.pm:
	- getCategory is DEPRECATED (will be removed in the near future)
	* t/0*.t
	- change namespace to 'http://www.w3.org/2007/app'

2007-07-02  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.12.1:
	* XML/Atom/Service.pm:
	- introduce global variable $DefaultNamespace

2007-07-02  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.12.0:
	- change namespace to 'http://www.w3.org/2007/app' based on
	  the new APP specirfication

2007-06-10  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.11.1:
	* t/0*.t
	- xmlns is optional in regexp for newer LibXML

2007-03-22  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.11.0:
	* XML/Atom/Service.pm:
	- implement XML::Atom::Client::getService()
	* XML/Atom/Categories.pm:
	- implement XML::Atom::Client::getCategories()
	* add t/05.client.t

2007-02-13  Takeru INOUE  <takeru.inoue _ gmail.com>

	* release 0.10.1 (0.010001): updated by Module::Starter
	* write README
	* add use warnings; use Carp;
        * add POD tests

2007-02-12  Takeru INOUE  <takeru.inoue _ gmail.com>
	* release 0.01: created by h2xs 1.23 with options
	  -XAn XML::Atom::Service