Changeset 150

Show
Ignore:
Timestamp:
02/25/06 17:48:38
Author:
miyagawa
Message:

packaging 0.5.3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/Changes

    r112 r150  
    11The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 
     2 
     3== 0.5.3 (2006/02/25) == 
     4 
     5=== Core === 
     6 
     7 * Added aggregator.finalize, publish.entry and publish.init hook 
     8 * Added Plagger::Rule::Fresh to match with 'fresh' entries (thanks to youpy) 
     9 * Fixed bug with SmartFeed creating duplicated entries #61 
     10 * Support log:level global configuration flag to set min loglevel 
     11 
     12=== Plugins === 
     13 
     14 * Added Publish::Spotlight to create WebBookmark searchable with Spotlight (youpy) 
     15 * Added Search::Namazu to create HTML files searchable with Namazu (miyagawa) 
     16 * Added Search::Rast to index entries with Rast (Yappo) 
     17 * Added Publish::MTWidget to publish Movable Type Sidebar Manager widget (miyagawa) 
     18 * Added an option 'show_icon: 1', to show users pic in Frepa and Mixi custom feeds 
     19 * Fixed Subscription::Mailman to handle subject prefixes without index 
     20 * Publish::IRC now has 'announce: action' option to use CTCP ACTION rather than NOTICE 
     21 * Filter::StripRSSAd now strips Rakuten Hiroba (plaza.rakuten.co.jp) ad pattern 
     22 * Fixed CustomFeed::Frepa to complete the trimmed title under fetch_body mode 
     23 * Fixed typo in Subscription::HatenaRSS 
    224 
    325== 0.5.2 (2006/02/22) == 
  • trunk/plagger/MANIFEST

    r113 r150  
    3636lib/Plagger/Plugin/Publish/IRC.pm 
    3737lib/Plagger/Plugin/Publish/JavaScript.pm 
     38lib/Plagger/Plugin/Publish/MTWidget.pm 
    3839lib/Plagger/Plugin/Publish/PSP.pm 
     40lib/Plagger/Plugin/Publish/Spotlight.pm 
     41lib/Plagger/Plugin/Search/Namazu.pm 
     42lib/Plagger/Plugin/Search/Rast.pm 
    3943lib/Plagger/Plugin/SmartFeed.pm 
    4044lib/Plagger/Plugin/Subscription/Bloglines.pm 
     
    5357lib/Plagger/Rule/FeedAttr.pm 
    5458lib/Plagger/Rule/FeedType.pm 
     59lib/Plagger/Rule/Fresh.pm 
    5560lib/Plagger/Rule/Rating.pm 
    5661lib/Plagger/Rules.pm 
     
    7176templates/plugins/irc_notify.tt 
    7277templates/plugins/javascript.tt 
     78templates/plugins/mt_widget.tt 
     79templates/plugins/namazu.tt 
    7380templates/plugins/psp.tt 
     81templates/plugins/spotlight.tt 
  • trunk/plagger/lib/Plagger.pm

    r141 r150  
    11package Plagger; 
    22use strict; 
    3 our $VERSION = '0.5.2'; 
     3our $VERSION = '0.5.3'; 
    44 
    55use 5.8.1;