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
14377a0a
Commit
14377a0a
authored
Apr 19, 2009
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version after release
parent
ddd92423
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
9 deletions
+20
-9
doc/CHANGES.rst
doc/CHANGES.rst
+16
-5
doc/conf.py
doc/conf.py
+1
-1
inst/WinBuilders/mk/zope.mk
inst/WinBuilders/mk/zope.mk
+1
-1
inst/versions.py
inst/versions.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
doc/CHANGES.rst
View file @
14377a0a
...
...
@@ -6,11 +6,8 @@ Change information for previous versions of Zope can be found in the
file HISTORY.txt.
2.12.0a3 (2009-04-19)
---------------------
The generated tarball for the 2.12.0a2 source release was incomplete, due to
a setuptools and Subversion 1.6 incompatibility.
trunk (unreleased)
------------------
Known issues
++++++++++++
...
...
@@ -26,6 +23,20 @@ Known issues
Restructuring
+++++++++++++
Bugs Fixed
++++++++++
2.12.0a3 (2009-04-19)
---------------------
The generated tarball for the 2.12.0a2 source release was incomplete, due to
a setuptools and Subversion 1.6 incompatibility.
Restructuring
+++++++++++++
- Added automatic inline migration for databases created with older Zope
versions. The `Versions` screen from the `Control_Panel` is now
automatically removed on Zope startup.
...
...
doc/conf.py
View file @
14377a0a
...
...
@@ -51,7 +51,7 @@ copyright = u'2009, The Zope Developers Community'
# The short X.Y version.
version
=
'2.12.0'
# The full version, including alpha/beta/rc tags.
release
=
'2.12.0a
3
'
release
=
'2.12.0a
4
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
inst/WinBuilders/mk/zope.mk
View file @
14377a0a
ZOPEVERSION
=
2.12.0a
3
ZOPEVERSION
=
2.12.0a
4
ZOPEDIRNAME
:=
Zope-
$(ZOPEVERSION)
ZOPE_REQUIRED_FILES
=
tmp/
$(ZOPEDIRNAME)
.tgz
...
...
inst/versions.py
View file @
14377a0a
...
...
@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
VERSION_RELEASE_TAG
=
'a
3
'
VERSION_RELEASE_TAG
=
'a
4
'
setup.py
View file @
14377a0a
...
...
@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS
=
[
'include'
,
'src'
]
params
=
dict
(
name
=
'Zope2'
,
version
=
'2.12.0a
3
'
,
version
=
'2.12.0a
4.dev
'
,
url
=
'http://www.zope.org'
,
license
=
'ZPL 2.1'
,
description
=
'Zope2 application server / web framework'
,
...
...
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