root/lang/perl/Catalyst-Controller-Atompub/tags/0.3.4/Changes @ 6891

Revision 6891, 4.6 kB (checked in by takemaru, 5 years ago)

lang/perl/Catalyst-Controller-Atompub: 0.3.4 released. fix a bug, see Changes in details

Line 
12008-02-19  Takeru INOUE  <takeru.inoue _ gmail.com>
2
3        * release 0.3.4:
4        * lib/Catalyst/Helper/Controller/Atompub/Collection.pm
5        - remove query from URI for member resources
6        - add some characters to LocalRegex of edit_uri()
7
82008-02-15  Takeru INOUE  <takeru.inoue _ gmail.com>
9
10        * release 0.3.3:
11        * lib/Catalyst/Helper/Controller/Atompub/Base.pm
12        - fix a bug in parsing arguments
13        * lib/Catalyst/Helper/Controller/Atompub/Collection.pm
14        - throw an error if HTTP body doesn't exist
15        - set //entry/summary in Media Link Entries
16        - add checks for some undef variables
17        * samples/MyBlog/lib/MyBlog/Controller/Html.pm
18        - add checks for some undef variables
19        * samples/MyBlog/lib/MyBlog/Controller/MediaCollection.pm
20        - overwrite //entry/content/@src and @type in Media Link
21          Entries
22        * samples/MyBlog/t/01.t
23        - add tests for //entry/content/@src and @type in Media Link
24          Entries
25
262008-01-18  Takeru INOUE  <takeru.inoue _ gmail.com>
27
28        * release 0.3.2:
29        * Build.PL
30        - fix dependency
31
322007-12-12  Takeru INOUE  <takeru.inoue _ gmail.com>
33
34        * release 0.3.1:
35        * lib/Catalyst/Helper/Controller/Atompub/Base.pm
36        - fix a bug in error method
37
382007-12-08  Takeru INOUE  <takeru.inoue _ gmail.com>
39
40        * release 0.3.0:
41        * lib/Catalyst/Helper/Controller/Atompub/Collection.pm
42          lib/Catalyst/Helper/Controller/Atompub/Service.pm
43        - new helper classes
44        * lib/Catalyst/Controller/Atompub/Collection.pm
45        - parse method attributes by using Text::CSV (multiple
46          attributes are allowed, like ":Atompub(create, update)")
47        * Build.PL
48        - fix dependency
49
502007-12-07  Takeru INOUE  <takeru.inoue _ gmail.com>
51
52        * release 0.2.4:
53        * MANIFEST
54        - add samples/*/atom.db
55
562007-12-07  Takeru INOUE  <takeru.inoue _ gmail.com>
57
58        * release 0.2.3:
59        * samples/
60        - change database to SQLite3 from MySQL
61        - remove unnecessary POD
62
632007-11-29  Takeru INOUE  <takeru.inoue _ gmail.com>
64
65        * release 0.2.2:
66        * lib/Catalyst/Controller/Atompub/Collection.pm
67        - unquote If-Match/If-None-Match values
68          thanks Marumoto
69
702007-11-19  Takeru INOUE  <takeru.inoue _ gmail.com>
71
72        * release 0.2.1:
73        * samples
74        - insert line feeds at package lines to hide package name from
75          PAUSE.
76        * samples/MyBlog
77        - don't authenticate for HEAD
78
792007-11-17  Takeru INOUE  <takeru.inoue _ gmail.com>
80
81        * release 0.2.0:
82        * lib/Catalyst/Controller/Atompub/Collection.pm
83        - fix a bug to respond 405 when unknown HTTP method
84          received
85        - process HEAD requests
86        * samples/MyBlog
87        - add //link[@rel=service]
88        - redirect to /html if a path is not defined
89
902007-10-02  Takeru INOUE  <takeru.inoue _ gmail.com>
91
92        * release 0.1.8:
93        * Build.PL
94        - specify the version of Catalyst::Plugin::Static::Simple
95
962007-09-27  Takeru INOUE  <takeru.inoue _ gmail.com>
97
98        * release 0.1.7:
99        * lib/Catalyst/Controller/Atompub/Collection.pm
100        - modify POD slightly
101
1022007-09-27  Takeru INOUE  <takeru.inoue _ gmail.com>
103
104        * release 0.1.6:
105        * lib/Catalyst/Controller/Atompub/Base.pm
106        - modify error handling
107
1082007-09-26  Takeru INOUE  <takeru.inoue _ gmail.com>
109
110        * release 0.1.5:
111        * lib/Catalyst/Controller/Atompub/Service
112        - don't set Content-Type and body if already set
113        * lib/Catalyst/Controller/Atompub/Base
114        - modify error handling
115
1162007-09-18  Takeru INOUE  <takeru.inoue _ gmail.com>
117
118        * release 0.1.4:
119        * samples/MyBlog
120        - add /feed/link[@type=alternate]
121        * Build.PL
122        - fix dependency
123
1242007-09-16  Takeru INOUE  <takeru.inoue _ gmail.com>
125
126        * release 0.1.3:
127        * Makefile.PL
128        - build_class => Module::Build
129
1302007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
131
132        * release 0.1.2:
133        * samples/MyBlog
134        - don't update atom:updated in a Media Link Entry when the
135          corresponding Media Resource is updated
136
1372007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
138
139        * release 0.1.1:
140        * lib/Catalyst/Controller/Atompub/Collection.pm
141        - fix POD on cache control
142
1432007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
144
145        * release 0.1.0:
146        - thanks Tim for testing
147        * lib/Catalyst/Controller/Atompub/Collection.pm
148        - don't check If-Match on DELETE
149        - move an accessor for edited to the parent module
150          Catalyst::Controller::Atompub::Collection
151        * samples/MyBlog
152        - update app:edited and atom:updated in a Media Link Entry when
153          the corresponding Media Resource is updated
154        - change DB schema
155
1562007-09-12  Takeru INOUE  <takeru.inoue _ gmail.com>
157
158        * release 0.0.3:
159        * samples/MyBlog
160        - returns 404 at MyBlog/Controller/Root.pm
161        * lib/Catalyst/Controller/Atompub/Collection.pm
162        - rewrite make_edit_uri in POD
163
1642007-09-11  Takeru INOUE  <takeru.inoue _ gmail.com>
165
166        * release 0.0.2:
167        * samples/MyAtom
168        - rename sample application to MyAtom from MyApp
169
1702007-09-10  Takeru INOUE  <takeru.inoue _ gmail.com>
171
172        * release 0.0.1: created by Module::Starter
Note: See TracBrowser for help on using the browser.