The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2007-11-29  Takeru INOUE  <takeru.inoue _ gmail.com>

        * release 0.2.2:
	* Catalyst/Controller/Atompub/Collection
	- unquote If-Match/If-None-Match values
	  thanks Marumoto

2007-11-19  Takeru INOUE  <takeru.inoue _ gmail.com>

        * release 0.2.1:
	* samples
	- insert line feeds at package lines to hide package name from
	  PAUSE.
	* samples/MyBlog
	- don't authenticate for HEAD

2007-11-17  Takeru INOUE  <takeru.inoue _ gmail.com>

        * release 0.2.0:
	* Catalyst/Controller/Atompub/Collection.pm
	- fix a bug to respond 405 when unknown HTTP method 
          received
	- process HEAD requests
	* samples/MyBlog
	- add //link[@rel=service]
	- redirect to /html if a path is not defined

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

        * release 0.1.8:
	* Build.PL
	- specify the version of Catalyst::Plugin::Static::Simple

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

	* release 0.1.7:
	* Catalyst/Controller/Atompub/Collection.pm
	- modify POD slightly

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

	* release 0.1.6:
	* Catalyst/Controller/Atompub/Base.pm
	- modify error handling

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

	* release 0.1.5:
	* Catalyst/Controller/Atompub/Service
	- don't set Content-Type and body if already set
	* Catalyst/Controller/Atompub/Base
	- modify error handling

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

	* release 0.1.4:
	* samples/MyBlog
	- add /feed/link[@type=alternate]
	* Build.PL
	- fix dependency

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

	* release 0.1.3:
	* Makefile.PL
	- build_class => Module::Build

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

	* release 0.1.2:
	* samples/MyBlog
	- don't update atom:updated in a Media Link Entry when the
	  corresponding Media Resource is updated

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

	* release 0.1.1:
	* Catalyst/Controller/Atompub/Collection.pm
	- fix POD on cache control

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

	* release 0.1.0:
	- thanks Tim for testing
	* Catalyst/Controller/Atompub/Collection.pm
	- don't check If-Match on DELETE
	- move an accessor for edited to the parent module
	  Catalyst::Controller::Atompub::Collection
	* samples/MyBlog
	- update app:edited and atom:updated in a Media Link Entry when
	  the corresponding Media Resource is updated
	- change DB schema

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

	* release 0.0.3:
	* samples/MyBlog
	- returns 404 at MyBlog/Controller/Root.pm
	* Catalyst/Controller/Atompub/Collection.pm
	- rewrite make_edit_uri in POD

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

	* release 0.0.2:
	* samples/MyAtom
	- rename sample application to MyAtom from MyApp

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

	* release 0.0.1: created by Module::Starter