You are not logged in Log in Join
You are here: Home » Members » slinkp » ZSyncer 0.6.1-beta1 released

Log in
Name

Password

 

ZSyncer 0.6.1-beta1 released

ZSyncer is a tool that allows you to easily push objects from one live Zope site to one or more other Zopes. It also allows you to see which objects are up-to-date on the remote system.

This is a beta of the next stable release. It contains mostly bugfixes.

Get it from the project page on Sourceforge

Changes since 0.6.0:

  • ZSyncerTool actions are now not visible by default.
  • timeout is now configurable in Config.py (at least for ConnectionMgr)
  • re-added connection type info to ZSyncer.stx, and cleaned it up a bit.
  • no longer import names from Config, just import Config.
  • integrating ConnectionMgr.py patch from Alan Milligan, to provide an alternative connection mechanism that works with SSL.
  • added Alan's test framework. I really need to write some freakin' tests.
  • _log() no longer needs time argument.
  • log exceptions for all XXX except what? comments
  • sf bug 1065062: tolerate lack of absolute_url_path in zope 2.6 or lower.
  • removed connection type info from ZSyncer.stx