Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
c984770a
Commit
c984770a
authored
Jan 11, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for a 3.3.1a1 release.
parent
0050b9b4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
NEWS.txt
NEWS.txt
+1
-1
README.txt
README.txt
+4
-4
doc/guide/zodb.tex
doc/guide/zodb.tex
+1
-1
doc/zodb.pdf
doc/zodb.pdf
+0
-0
setup.py
setup.py
+2
-2
src/ZEO/__init__.py
src/ZEO/__init__.py
+1
-1
src/ZEO/version.txt
src/ZEO/version.txt
+1
-1
src/ZODB/__init__.py
src/ZODB/__init__.py
+1
-1
No files found.
NEWS.txt
View file @
c984770a
What's new in ZODB3 3.3.1?
==========================
Release date:
xx-xxx-2004
Release date:
11-Jan-2005
ZEO client cache
----------------
...
...
README.txt
View file @
c984770a
ZODB3 3.3
=========
ZODB3 3.3
.1
=========
==
Introduction
------------
...
...
@@ -28,13 +28,13 @@ ZoneAlarm. Many particularly slow tests are skipped unless you pass
Compatibility
-------------
ZODB 3.3 requires Python 2.3.4 or later.
ZODB 3.3
.1
requires Python 2.3.4 or later.
The Zope 2.8 and X3 releases should be compatible with this version of ZODB.
Note that Zope 2.7 and higher includes ZEO, so this package should only be
needed to run a ZEO server.
The ZEO server in ZODB 3.3 is currently incompatible with earlier
The ZEO server in ZODB 3.3
.1
is currently incompatible with earlier
versions of ZODB. If you want to test the software, you must be
running this release for both client and server. A backwards
compatibility mechanism will be provided in a later release.
...
...
doc/guide/zodb.tex
View file @
c984770a
\documentclass
{
howto
}
\title
{
ZODB/ZEO Programming Guide
}
\release
{
3.3
}
\release
{
3.3
.1a1
}
\date
{
\today
}
\author
{
A.M.
\
Kuchling
}
...
...
doc/zodb.pdf
View file @
c984770a
No preview for this file type
setup.py
View file @
c984770a
...
...
@@ -26,7 +26,7 @@ interface, rich transaction support, and undo.
# Development Status :: 3 - Alpha
classifiers
=
"""
\
Development Status ::
5 - Production/Stable
Development Status ::
3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
Programming Language :: Python
...
...
@@ -221,7 +221,7 @@ class MyDistribution(Distribution):
doclines
=
__doc__
.
split
(
"
\
n
"
)
setup
(
name
=
"ZODB3"
,
version
=
"3.3"
,
version
=
"3.3
.1a1
"
,
maintainer
=
"Zope Corporation"
,
maintainer_email
=
"zodb-dev@zope.org"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
...
...
src/ZEO/__init__.py
View file @
c984770a
...
...
@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is
"""
# The next line must use double quotes, so release.py recognizes it.
version
=
"2.3"
version
=
"2.3
.1a1
"
src/ZEO/version.txt
View file @
c984770a
2.3
2.3
.1a1
src/ZODB/__init__.py
View file @
c984770a
...
...
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__
=
"3.3"
__version__
=
"3.3
.1a1
"
import
sys
import
__builtin__
...
...
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