Commit b50d6f6b authored by Hanno Schlichting's avatar Hanno Schlichting

PythonScripts 3.0, StandardCacheManagers 3.0

parent abdf0ef0
...@@ -92,6 +92,8 @@ Features Added ...@@ -92,6 +92,8 @@ Features Added
- Products.BTreeFolder2 = 3.0 - Products.BTreeFolder2 = 3.0
- Products.ExternalMethod = 3.0 - Products.ExternalMethod = 3.0
- Products.MailHost = 3.0 - Products.MailHost = 3.0
- Products.PythonScripts = 3.0
- Products.StandardCacheManagers = 3.0
- Products.ZCatalog = 3.2 - Products.ZCatalog = 3.2
- Products.ZCTextIndex = 3.0 - Products.ZCTextIndex = 3.0
- Record = 3.1 - Record = 3.1
......
...@@ -24,6 +24,7 @@ parts = ...@@ -24,6 +24,7 @@ parts =
sources-dir = develop sources-dir = develop
auto-checkout = auto-checkout =
AccessControl AccessControl
Products.SiteErrorLog
[test] [test]
......
...@@ -33,4 +33,5 @@ Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${re ...@@ -33,4 +33,5 @@ Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${re
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod
Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost
Products.PythonScripts = git ${remotes:github}/Products.PythonScripts pushurl=${remotes:github_push}/Products.PythonScripts Products.PythonScripts = git ${remotes:github}/Products.PythonScripts pushurl=${remotes:github_push}/Products.PythonScripts
Products.SiteErrorLog = git ${remotes:github}/Products.SiteErrorLog pushurl=${remotes:github_push}/Products.SiteErrorLog
Products.StandardCacheManagers = git ${remotes:github}/Products.StandardCacheManagers pushurl=${remotes:github_push}/Products.StandardCacheManagers Products.StandardCacheManagers = git ${remotes:github}/Products.StandardCacheManagers pushurl=${remotes:github_push}/Products.StandardCacheManagers
...@@ -28,9 +28,9 @@ ZopeUndo = 4.1 ...@@ -28,9 +28,9 @@ ZopeUndo = 4.1
Products.BTreeFolder2 = 3.0 Products.BTreeFolder2 = 3.0
Products.ExternalMethod = 3.0 Products.ExternalMethod = 3.0
Products.MailHost = 3.0 Products.MailHost = 3.0
Products.PythonScripts = 2.13.2 Products.PythonScripts = 3.0
Products.SiteErrorLog = 2.13.2 Products.SiteErrorLog = 2.13.2
Products.StandardCacheManagers = 2.13.1 Products.StandardCacheManagers = 3.0
# ZTK KGS overrides # ZTK KGS overrides
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment