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
58f58a59
Commit
58f58a59
authored
Apr 01, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for a 3.3.1c1 release.
parent
916ad1f1
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
branches/3.3/NEWS.txt
branches/3.3/NEWS.txt
+2
-2
branches/3.3/README.txt
branches/3.3/README.txt
+2
-2
branches/3.3/doc/guide/zodb.tex
branches/3.3/doc/guide/zodb.tex
+1
-1
branches/3.3/doc/zodb.pdf
branches/3.3/doc/zodb.pdf
+0
-0
branches/3.3/setup.py
branches/3.3/setup.py
+1
-1
branches/3.3/src/ZEO/__init__.py
branches/3.3/src/ZEO/__init__.py
+1
-1
branches/3.3/src/ZEO/version.txt
branches/3.3/src/ZEO/version.txt
+1
-1
branches/3.3/src/ZODB/__init__.py
branches/3.3/src/ZODB/__init__.py
+1
-1
No files found.
branches/3.3/NEWS.txt
View file @
58f58a59
What's new in ZODB3 3.3.1
a2
?
What's new in ZODB3 3.3.1
c1
?
============================
Release date:
DD-MMM
-2005
Release date:
01-Apr
-2005
BTrees
------
...
...
branches/3.3/README.txt
View file @
58f58a59
...
...
@@ -45,7 +45,7 @@ that the database will contain instances of classes that don't exist in
object was an instance of ``ZODB.PersistentMapping.PersistentMapping`` before
ZODB 3.3, but is an instance of ``persistent.mapping.PersistentMapping`` in
ZODB 3.3. A 3.3.1 client can still load a
``ZODB.PersistentMapping.PersistentMapping`` object, but
is th
is just an alias
``ZODB.PersistentMapping.PersistentMapping`` object, but
this
is just an alias
for ``persistent.mapping.PersistentMapping``, and an object of the latter
type will be stored if a 3.3 client commits a change to the root object. An
older ZEO client cannot load the root object so changed.
...
...
@@ -190,7 +190,7 @@ and view its archives at
Note that Zope Corp mailing lists have a subscriber-only posting policy.
Andrew's ZODB Programmers Guide is made available in several
forms, including
DVI
and HTML. To view it online, point your
forms, including
PDF
and HTML. To view it online, point your
browser at the file Doc/guide/zodb/index.html
...
...
branches/3.3/doc/guide/zodb.tex
View file @
58f58a59
\documentclass
{
howto
}
\title
{
ZODB/ZEO Programming Guide
}
\release
{
3.3.1
a
1
}
\release
{
3.3.1
c
1
}
\date
{
\today
}
\author
{
A.M.
\
Kuchling
}
...
...
branches/3.3/doc/zodb.pdf
View file @
58f58a59
No preview for this file type
branches/3.3/setup.py
View file @
58f58a59
...
...
@@ -221,7 +221,7 @@ class MyDistribution(Distribution):
doclines
=
__doc__
.
split
(
"
\
n
"
)
setup
(
name
=
"ZODB3"
,
version
=
"3.3.1
a
1"
,
version
=
"3.3.1
c
1"
,
maintainer
=
"Zope Corporation"
,
maintainer_email
=
"zodb-dev@zope.org"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
...
...
branches/3.3/src/ZEO/__init__.py
View file @
58f58a59
...
...
@@ -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.1
a
1"
version
=
"2.3.1
c
1"
branches/3.3/src/ZEO/version.txt
View file @
58f58a59
2.3.1
a
1
2.3.1
c
1
branches/3.3/src/ZODB/__init__.py
View file @
58f58a59
...
...
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__
=
"3.3.1
a
1"
__version__
=
"3.3.1
c
1"
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