Changeset 9219

Show
Ignore:
Timestamp:
04/10/08 00:14:03 (5 years ago)
Author:
tokuhirom
Message:

lang/perl/Moxy: Checking in changes prior to tagging of version 0.25. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 10636)
+++ Changes (local)
@@ -1,5 +1,10 @@

Revision history for Moxy


+0.25
+
+ - (SECURITY FIX) do not allow the file schema.
+ - added Plugin::Filter::QRCode::Imager by typester++
+

0.24


  • bug fixed in Moxy::Plugin::QRCode.

Unknown target: CHANGES.

Location:
lang/perl/Moxy/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Moxy/trunk/Changes

    r5624 r9219  
    11Revision history for Moxy 
     2 
     30.25 
     4 
     5    - (SECURITY FIX) do not allow the file schema. 
     6    - added Plugin::Filter::QRCode::Imager by typester++ 
    27 
    380.24 
  • lang/perl/Moxy/trunk/MANIFEST

    r5556 r9219  
    11.shipit 
    2 assets/.DS_Store 
    32assets/common/useragent.yaml 
    43assets/plugins/Filter-ControlPanel/panelcontainer.tt 
     
    14151414lib/Moxy/Plugin/Filter/Pictogram.pm 
    14161415lib/Moxy/Plugin/Filter/QRCode.pm 
     1416lib/Moxy/Plugin/Filter/QRCode/Imager.pm 
    14171417lib/Moxy/Plugin/Filter/RefererCutter.pm 
    14181418lib/Moxy/Plugin/Filter/ShowHTTPHeaders.pm 
     
    14321432README 
    14331433t/00.load.t 
     1434t/Plugin-Filter-Pictogram.t 
    14341435t/Plugin-Server-rewrite.t 
    14351436t/Plugin-Server-xss.t 
    14361437t/pod.t 
    14371438t/spelling.t 
     1439t/Storage-DBM_File.t 
    14381440TODO 
  • lang/perl/Moxy/trunk/MANIFEST.SKIP

    r5553 r9219  
    1717\.svn/ 
    1818MANIFEST.bak 
     19\.sw[po]$ 
  • lang/perl/Moxy/trunk/lib/Moxy.pm

    r5624 r9219  
    55use base qw/Class::Accessor::Fast/; 
    66 
    7 our $VERSION = '0.24'; 
     7our $VERSION = '0.25'; 
    88 
    99__PACKAGE__->mk_accessors(qw/config/);