root/lang/perl/Catalyst-Controller-Atompub/trunk/Changes @ 2901

Revision 2901, 3.5 kB (checked in by takemaru, 5 years ago)

lang/perl/Catalyst-Controller-Atompub: v0.3.0 released. add Helper classes and see Changes in detail

Line 
12007-12-08  Takeru INOUE  <takeru.inoue _ gmail.com>
2
3        * release 0.3.0:
4        * lib/Catalyst/Helper/Controller/Atompub/Collection.pm
5          lib/Catalyst/Helper/Controller/Atompub/Service.pm
6        - new helper classes
7        * lib/Catalyst/Controller/Atompub/Collection.pm
8        - parse method attributes by using Text::CSV (multiple
9          attributes are allowed, like ":Atompub(create, update)")
10        * Build.PL
11        - fix dependency
12
132007-12-07  Takeru INOUE  <takeru.inoue _ gmail.com>
14
15        * release 0.2.4:
16        * MANIFEST
17        - add samples/*/atom.db
18
192007-12-07  Takeru INOUE  <takeru.inoue _ gmail.com>
20
21        * release 0.2.3:
22        * samples/
23        - change database to SQLite3 from MySQL
24        - remove unnecessary POD
25
262007-11-29  Takeru INOUE  <takeru.inoue _ gmail.com>
27
28        * release 0.2.2:
29        * lib/Catalyst/Controller/Atompub/Collection.pm
30        - unquote If-Match/If-None-Match values
31          thanks Marumoto
32
332007-11-19  Takeru INOUE  <takeru.inoue _ gmail.com>
34
35        * release 0.2.1:
36        * samples
37        - insert line feeds at package lines to hide package name from
38          PAUSE.
39        * samples/MyBlog
40        - don't authenticate for HEAD
41
422007-11-17  Takeru INOUE  <takeru.inoue _ gmail.com>
43
44        * release 0.2.0:
45        * lib/Catalyst/Controller/Atompub/Collection.pm
46        - fix a bug to respond 405 when unknown HTTP method
47          received
48        - process HEAD requests
49        * samples/MyBlog
50        - add //link[@rel=service]
51        - redirect to /html if a path is not defined
52
532007-10-02  Takeru INOUE  <takeru.inoue _ gmail.com>
54
55        * release 0.1.8:
56        * Build.PL
57        - specify the version of Catalyst::Plugin::Static::Simple
58
592007-09-27  Takeru INOUE  <takeru.inoue _ gmail.com>
60
61        * release 0.1.7:
62        * lib/Catalyst/Controller/Atompub/Collection.pm
63        - modify POD slightly
64
652007-09-27  Takeru INOUE  <takeru.inoue _ gmail.com>
66
67        * release 0.1.6:
68        * lib/Catalyst/Controller/Atompub/Base.pm
69        - modify error handling
70
712007-09-26  Takeru INOUE  <takeru.inoue _ gmail.com>
72
73        * release 0.1.5:
74        * lib/Catalyst/Controller/Atompub/Service
75        - don't set Content-Type and body if already set
76        * lib/Catalyst/Controller/Atompub/Base
77        - modify error handling
78
792007-09-18  Takeru INOUE  <takeru.inoue _ gmail.com>
80
81        * release 0.1.4:
82        * samples/MyBlog
83        - add /feed/link[@type=alternate]
84        * Build.PL
85        - fix dependency
86
872007-09-16  Takeru INOUE  <takeru.inoue _ gmail.com>
88
89        * release 0.1.3:
90        * Makefile.PL
91        - build_class => Module::Build
92
932007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
94
95        * release 0.1.2:
96        * samples/MyBlog
97        - don't update atom:updated in a Media Link Entry when the
98          corresponding Media Resource is updated
99
1002007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
101
102        * release 0.1.1:
103        * lib/Catalyst/Controller/Atompub/Collection.pm
104        - fix POD on cache control
105
1062007-09-14  Takeru INOUE  <takeru.inoue _ gmail.com>
107
108        * release 0.1.0:
109        - thanks Tim for testing
110        * lib/Catalyst/Controller/Atompub/Collection.pm
111        - don't check If-Match on DELETE
112        - move an accessor for edited to the parent module
113          Catalyst::Controller::Atompub::Collection
114        * samples/MyBlog
115        - update app:edited and atom:updated in a Media Link Entry when
116          the corresponding Media Resource is updated
117        - change DB schema
118
1192007-09-12  Takeru INOUE  <takeru.inoue _ gmail.com>
120
121        * release 0.0.3:
122        * samples/MyBlog
123        - returns 404 at MyBlog/Controller/Root.pm
124        * lib/Catalyst/Controller/Atompub/Collection.pm
125        - rewrite make_edit_uri in POD
126
1272007-09-11  Takeru INOUE  <takeru.inoue _ gmail.com>
128
129        * release 0.0.2:
130        * samples/MyAtom
131        - rename sample application to MyAtom from MyApp
132
1332007-09-10  Takeru INOUE  <takeru.inoue _ gmail.com>
134
135        * release 0.0.1: created by Module::Starter
Note: See TracBrowser for help on using the browser.