• Vice Squad

  • Vice1.0a3 Released!

    from "Derek Richardson" on Dec 19, 2007 08:15 PM
    Yes, it's just two svn tags and not eggs yet. I'm targeting eggs to
    coincide with Plone 3.1, which should contain the fixes necessary for
    autodiscovery. Till then, run off svn tags.
    
    I'm deploying in production tomorrow, myself. I'll join delib, pyatl,
    and the few other brave souls already running in production. The fact
    that we get few bugs reports is, I hope a good sign!
    
    We're now maintaining HISTORY.txt, so if you fix a bug or add a
    feature, describe it there. Here's the latest from HISTORY.txt -
    today's release:
    
    plone.syndication - 1.0a3 Released December 19, 2007
    
        - Add metadata.xml to default GS profile, declaring version 1.
          Importing the profile will cause the global feed settings to be
          reset, so you'll need to reconfigure it through the site settings
          configlet. Hopefully this is the last time that will happen, as the
          new metadata.xml should prevent that in the future.
          [derek_richardson]
    
        - Display standard feed icons next to feed links in viewlet.
          [derek_richardson]
    
        - Store the ID on the FeedConfig annotation, so it cannot change.
          Fix bad ID generation, bug #002.
          [derek_richardson]
    
        - New SyndicationTool that delegates to global FeedConfig utility.
          Issues deprecation warnings when used.
          [matthewwilkes]