Changeset 529

Show
Ignore:
Timestamp:
04/03/06 20:28:19
Author:
miyagawa
Message:

packaging 0.6.1

Files:

Legend:

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

    r475 r529  
    11The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 
     2 
     3== 0.6.1 (2006/04/03) == 
     4 
     5=== Core === 
     6 
     7 * New Feed Upgrade framework: CustomFeed::Simple and Filter::EntryFullText 
     8 * Supports .pl and .yaml file based site upgrader scripts 
     9 * Plagger::Util has decode_content and extract_title 
     10 * Support metadata in config.yaml 
     11 * Support automatic config rewriting for password fields using Base64 for now 
     12 * New dependencies: Module::Pluggable::Fast and HTML::ResolveLink 
     13 * Uses Encode::Detect and falls back to Encode::Guess to guess charset of HTML 
     14 * New author: typester (Daisuke Murase) 
     15 * Added lots of site upgrade scripts 
     16 
     17=== New Plugins === 
     18 
     19 * Filter::YahooBlogSearchPermalink: Fixes permalink redirector of Y! Blog Search (.jp) (miyagawa) 
     20 
     21=== Plugins Updates === 
     22 
     23 * WebService::Bloglines: Fix guid stringification bug (typester) 
     24 * CustomFeed::iTunesRecentPlay: Amazon Web Services Integration (mizzy) 
     25 * CustomFeed::Frepa: Fixed blast error logic (secondlife) 
     26 * Subscription::Planet: Added Yahoo! Blog Search, Feedster and BlogPulse 
     27 
     28 
    229 
    330== 0.6.0 (2006/04/02) == 
  • trunk/plagger/lib/Plagger.pm

    r485 r529  
    11package Plagger; 
    22use strict; 
    3 our $VERSION = '0.6.0'; 
     3our $VERSION = '0.6.1'; 
    44 
    55use 5.8.1;