CHANGES.rst 881 Bytes
Newer Older
1
Changelog
2
=========
Jim Fulton's avatar
Jim Fulton committed
3

4
This file contains change information for the current Zope release.
5 6
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
Jim Fulton's avatar
Jim Fulton committed
7

8
Trunk (unreleased)
Andreas Jung's avatar
Andreas Jung committed
9 10
------------------

11 12 13
Restructuring
+++++++++++++

14
- Centralize interfaces defined in Products.ZCTextIndex, leaving BBB
15
  imports behind in old locations.
16

17 18 19
- Integrated zLOG package back into this package.

- Updated documentation to new version number.
20

21 22 23
Features Added
++++++++++++++

24
- Updated packages:
25

26
  - zope.app.appsetup = 3.12.0
27
  - zope.app.cache = 3.6.0
28 29
  - zope.app.publication = 3.8.1
  - zope.app.testing = 3.7.0
30
  - zope.app.wsgi = 3.6.0
31
  - zope.app.zcmlfiles = 3.6.0
32
  - zope.i18nmessageid = 3.5.0
Hanno Schlichting's avatar
Hanno Schlichting committed
33
  - zope.server = 3.6.0
34

35 36
Bugs Fixed
++++++++++
37

38 39
- LP #397861: exporting $PYTHON in generated 'zopectl' for fixing import issue
  with "bin/zopectl adduser"