File: ChangeLog

package info (click to toggle)
libcgi-application-server-perl 0.062-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 164 kB
  • ctags: 23
  • sloc: perl: 548; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,161 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
Changes for CGI::Application::Server

0.062			2010-01-20
					work on alternate ports (thanks, Potatohead @ github)
					misc. cleanup (Potatohead, rjbs)

0.061			2009-02-08
					reinitialize $query between runs when entry point is an object
					(patch from JALDHAR, rt #42199)

0.060 Sun. Nov  2, 2008
		- a number of patches from George Hartzell; thanks!
		- documenation improvements
		- use HTTP::Server::Simple::Static as its documentation suggests
		- add handling for a "/" entry point

0.050 Sun. Oct 21, 2007
    - add support for CGI::Application objects as entry points
		- handle PATH_INFO munging for CGI::App, not just ::Dispatch
		- both these changes thanks to JALDHAR

0.04 Sun. Oct 21, 2007
    - add support for CGI::Application::Dispatch classes

0.03 Tues. Feb 20, 2007
    - Fixed is_valid_entry_point to be more strict
      in how it matched URIs
      - added tests for this
    - fixed the way the captured stdout is recombined
      to make steaming non-HTML mime-types work      

0.02 Mon. April 10, 2006
    - Added logging of every request (uri, entry-point, and params)

0.01 Wed. March 15, 2006
    - initial release of module