• Remember Mailing List

  • new Remember releases

    from ra on Aug 20, 2008 05:28 PM
    hi all,
    
    i was reminded last week (by ross patterson, thanks ross) that i've fallen 
    behind on making Remember releases, even though for quite some time Remember 
    has seemed to be quite stable and production-ready on both Plone 2.5 (Remember 
    v1.0) and Plone 3.0 and 3.1 (Remember v1.1).
    
    so to get us back on track i've made a couple of releases today.  the first is 
    Remember 1.0 final.  there were no changes and no major bugs reported from 
    1.0rc1, released in may.  i just bumped the version, cut a tag, and uploaded 
    the file to plone.org.  note that Remember 1.0 will only work on Plone>=2.5.2 
    and <=2.5.999, and that it is NOT setuptools compatible... it is packaged as 
    just the 'remember' directory, and you have to manually add it to your 
    Products directory, in traditional Zope fashion.  it can be found in the older 
    remember location in the collective:
    
    http://svn.plone.org/svn/collective/remember/tags/1.0/
    
    the second release is Remember 1.1b1.  this will NOT work w/ Plone 2.5.x, but 
    it does work with both Plone 3.0 and Plone 3.1.  it also features a major 
    performance improvement over the earlier release, thanks to helge tesdal's 
    refactoring of the object_implements interface indexing code.
    
    this release IS setuptools compatible, and, as such, it lives in the newer 
    Products.remember area of the collective svn:
    
    http://svn.plone.org/svn/collective/Products.remember/tags/1.1b1/
    
    it is also released as a source distribution on pypi, for your easy_install 
    and/or buildout pleasure:
    
    http://pypi.python.org/pypi/Products.remember
    
    hope you find it useful!
    
    -r
    
    Thread Outline:
  • Re: new Remember releases

    from yleclanche on Aug 26, 2008 05:45 AM
    Thanks for the releases.
    
    About the performance improvement, why is it not in the 2.5 release? Not
    enough time, or it is not possible?
    
    Thanks.
    
    
    On 20/08/2008 17:28, Rob Miller wrote:
    > hi all,
    > 
    > i was reminded last week (by ross patterson, thanks ross) that i've fallen 
    > behind on making Remember releases, even though for quite some time Remember 
    > has seemed to be quite stable and production-ready on both Plone 2.5
    > (Remember 
    v1.0) and Plone 3.0 and 3.1 (Remember v1.1).
    > 
    > so to get us back on track i've made a couple of releases today.  the first
    > is 
    Remember 1.0 final.  there were no changes and no major bugs reported
    > from 
    1.0rc1, released in may.  i just bumped the version, cut a tag, and
    > uploaded 
    the file to plone.org.  note that Remember 1.0 will only work on
    > Plone>=2.5.2 
    and <=2.5.999, and that it is NOT setuptools compatible...
    > it is packaged as 
    just the 'remember' directory, and you have to manually
    > add it to your 
    Products directory, in traditional Zope fashion.  it can
    > be found in the older 
    remember location in the collective:
    > 
    > http://svn.plone.org/svn/collective/remember/tags/1.0/
    > 
    > the second release is Remember 1.1b1.  this will NOT work w/ Plone 2.5.x,
    > but 
    it does work with both Plone 3.0 and Plone 3.1.  it also features a
    > major 
    performance improvement over the earlier release, thanks to helge
    > tesdal's 
    refactoring of the object_implements interface indexing code.
    > 
    > this release IS setuptools compatible, and, as such, it lives in the newer 
    > Products.remember area of the collective svn:
    > 
    > http://svn.plone.org/svn/collective/Products.remember/tags/1.1b1/
    > 
    > it is also released as a source distribution on pypi, for your easy_install 
    > and/or buildout pleasure:
    > 
    > http://pypi.python.org/pypi/Products.remember
    > 
    > hope you find it useful!
    > 
    > -r
    
    
    • Re: Re: new Remember releases

      from ra on Sep 04, 2008 02:20 PM
      Yoan Le Clanche wrote:
      > Thanks for the releases.
      > 
      > About the performance improvement, why is it not in the 2.5 release? Not
      > enough time, or it is not possible?
      
      to be clear, the performance improvement in question is in Membrane... it's in 
      Membrane 1.1, which requires Plone 3.0 or 3.1, but it is not in Membrane 1.0, 
      which works w/ Plone 2.5.
      
      it would be possible to back-port the improvement to Membrane 1.0, but i 
      personally have no intention of doing so; there are plenty of other things on 
      my to-do list that have priority for me.  if someone else wants to pick up 
      this effort, that person could cut a branch from the 1.0 branch 
      (https://svn.plone.org/svn/collective/membrane/branches/1.0/) to do the work. 
        if everything goes well, i'm willing to make a 1.0.1 release.
      
      -r