Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
7ed020ec
Commit
7ed020ec
authored
Jul 06, 2011
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We have a new version number!
parent
23c2fb67
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
10 deletions
+16
-10
doc/CHANGES.rst
doc/CHANGES.rst
+2
-2
doc/WHATSNEW.rst
doc/WHATSNEW.rst
+8
-2
doc/conf.py
doc/conf.py
+2
-2
doc/index.rst
doc/index.rst
+2
-2
setup.py
setup.py
+1
-1
src/ZPublisher/TaintedString.py
src/ZPublisher/TaintedString.py
+1
-1
No files found.
doc/CHANGES.rst
View file @
7ed020ec
...
...
@@ -5,8 +5,8 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
2.1
4.0a1 (unreleased)
------------------
---
4.0a1 (unreleased)
------------------
Bugs Fixed
++++++++++
...
...
doc/WHATSNEW.rst
View file @
7ed020ec
What's new in Zope
2.14
======================
=
What's new in Zope
4.0
======================
The article explains the new high-level features and changes found in this
version of Zope 2.
...
...
@@ -7,6 +7,12 @@ version of Zope 2.
You can have a look at the `detailed change log <CHANGES.html>`_ to learn
about all minor new features and bugs being solved in this release.
Version numbering increase
--------------------------
- Reflect departure from TTW-development model
- Various backwards incompatible changes (removed code)
- Zope 3 vs. 4
Memory use
----------
...
...
doc/conf.py
View file @
7ed020ec
...
...
@@ -49,9 +49,9 @@ copyright = u'2009-2010, The Zope Developers Community'
# built documents.
#
# The short X.Y version.
version
=
'
2.14
'
version
=
'
4.0
'
# The full version, including alpha/beta/rc tags.
release
=
'
2.14
'
release
=
'
4.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
doc/index.rst
View file @
7ed020ec
Zope
2.14
specific documentation
===============================
=
Zope
4.0
specific documentation
===============================
Contents:
...
...
setup.py
View file @
7ed020ec
...
...
@@ -23,7 +23,7 @@ if sys.platform[:3].lower() == "win":
setup
(
name
=
'Zope2'
,
version
=
'
2.1
4.0a1.dev'
,
version
=
'4.0a1.dev'
,
url
=
'http://zope2.zope.org'
,
license
=
'ZPL 2.1'
,
description
=
'Zope2 application server / web framework'
,
...
...
src/ZPublisher/TaintedString.py
View file @
7ed020ec
...
...
@@ -14,7 +14,7 @@
"""
from
zope.deferredimport
import
deprecated
deprecated
(
'ZPublisher.TaintedString will be removed in Zope
2.14.
Please '
deprecated
(
'ZPublisher.TaintedString will be removed in Zope
4.0
Please '
'import from AccessControl.tainted instead.'
,
TaintedString
=
'AccessControl.tainted:TaintedString'
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment