[Checkins] [zopefoundation/ZEO] 22f3dc: require a version of transaction with mutable _ext...

GitHub noreply at github.com
Fri Nov 18 20:37:06 CET 2016


  Branch: refs/heads/msgpack
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 22f3dc47f297326b0e27056a41c3d7180cc4ee09
      https://github.com/zopefoundation/ZEO/commit/22f3dc47f297326b0e27056a41c3d7180cc4ee09
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-13 (Sun, 13 Nov 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  require a version of transaction with mutable _extension


  Commit: 5c8e487a22d69c600298671471af30876f68f892
      https://github.com/zopefoundation/ZEO/commit/5c8e487a22d69c600298671471af30876f68f892
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/scripts/timeout.py
    M src/ZEO/scripts/zeoreplay.py
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Fixed: ZEO needed changes to work with recent transaction changes.


  Commit: bc74c389d2e19f444a500b44d900d2842b2df894
      https://github.com/zopefoundation/ZEO/commit/bc74c389d2e19f444a500b44d900d2842b2df894
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  5.0.3 Temporarily require non-quite-current versions of ZODB and
  transaction until we can sort out some recent breakage.


  Commit: 4438aef43206eff79087cff4f22eea95774de715
      https://github.com/zopefoundation/ZEO/commit/4438aef43206eff79087cff4f22eea95774de715
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  Go back to using the transactuon (and now transaction meta data) custom data api


  Commit: df13013f07c13328fe8da31815ef190110a44c4e
      https://github.com/zopefoundation/ZEO/commit/df13013f07c13328fe8da31815ef190110a44c4e
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/InvalidationTests.py

  Log Message:
  -----------
  Make sure we pass text to note


  Commit: f1c0f3a7c7b094dd5adbd16527d2952b537ab864
      https://github.com/zopefoundation/ZEO/commit/f1c0f3a7c7b094dd5adbd16527d2952b537ab864
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Require recent ZODB fixes


  Commit: ec23bd8b5674821e0bfc8eaa0598d38d236a69b8
      https://github.com/zopefoundation/ZEO/commit/ec23bd8b5674821e0bfc8eaa0598d38d236a69b8
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into work-with-transaction-changes

Conflicts:
	CHANGES.rst
	setup.py


  Commit: 4d75c428299eb94720944b36a9ec722321e1f35e
      https://github.com/zopefoundation/ZEO/commit/4d75c428299eb94720944b36a9ec722321e1f35e
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/scripts/timeout.py
    M src/ZEO/scripts/zeoreplay.py
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/InvalidationTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Merge pull request #79 from zopefoundation/work-with-transaction-changes

Fixed: ZEO needed changes to work with recent transaction changes.


  Commit: fc06d153b63dd4a8f3ec36a845591525ba4b0a2e
      https://github.com/zopefoundation/ZEO/commit/fc06d153b63dd4a8f3ec36a845591525ba4b0a2e
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  5.0.4


  Commit: 8ea8de5eb9965f2a0238ad3a0068d190b787ee82
      https://github.com/zopefoundation/ZEO/commit/8ea8de5eb9965f2a0238ad3a0068d190b787ee82
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/scripts/timeout.py
    M src/ZEO/scripts/zeoreplay.py
    M src/ZEO/tests/Cache.py
    M src/ZEO/tests/CommitLockTests.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/InvalidationTests.py
    M src/ZEO/tests/IterationTests.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/testZEO.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into msgpack

Conflicts:
	CHANGES.rst
	setup.py


  Commit: 06e51c73b9119e4723dd93348cc1d18fa2f5da7f
      https://github.com/zopefoundation/ZEO/commit/06e51c73b9119e4723dd93348cc1d18fa2f5da7f
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  add a msgpack link


Compare: https://github.com/zopefoundation/ZEO/compare/2b2b45958d7d...06e51c73b911


More information about the checkins mailing list