Personal tools
You are here: Home   Notes   KSS versioning  
Search
 
Document Actions

KSS versioning

by Balazs Ree last modified 2006-12-30 12:50

Versioning of KSS

The kss trunk development happens on Zope2.10, Plone3. However we have backports to Plone 2.1 and 2.5. They contain the full framework and only partial support for Plone (ATAzax is not backported).

KSS for Zope contains the kss product.-less namespace, most importantly kss.core.

  • Version 1.0 works with Zope 2.8
  • Version 1.1 works with Zope2.9
  • Version 1.2 (unreleased) works with Zope2.10.

KSS for Plone contains Plone-specific support, formarly as PloneAzax and ATAzax, now as packages plone.app.kss, archetypes.kss, and merges into CMFPlone and Archetypes (mostly installation/migration code and some extra markup in templates.

  • Version 1.0 works with Plone 2.1.4
  • Version 1.1 works with Plone 2.5
  • Version 1.2 (unreleased) works with Plone 3.0

The following combinations can be used:

  • Zope 2.8 and Plone 2.1.4 (kss 1.0 and kss for Plone 1.0)
  • Zope 2.8 and Plone 2.5 (kss 1.0 and kss for Plone 1.1)
  • Zope 2.9 and Plone 2.5 (kss 1.1 and kss for Plone 1.1)
  • Zope 2.10 and Plone 3.0 (unreleased, kss 1.2 and kss for Plone 1.2)