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
nexedi
ZODB
Commits
b5ae9098
Commit
b5ae9098
authored
Aug 08, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
An internal 3.4.1b5 release.
parent
7b3d658c
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
12 deletions
+13
-12
NEWS.txt
NEWS.txt
+8
-7
doc/guide/zodb.tex
doc/guide/zodb.tex
+1
-1
setup.py
setup.py
+1
-1
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 @
b5ae9098
What's new in ZODB3 3.4.1b
4
?
What's new in ZODB3 3.4.1b
5
?
============================
============================
Release date:
DD-MMM
-2005
Release date:
08-Aug
-2005
Following are dates of internal releases (to support ongoing Zope 2
Following are dates of internal releases (to support ongoing Zope 2
development) since ZODB 3.4's last public release:
development) since ZODB 3.4's last public release:
- 3.4.1b5 08-Aug-2005
- 3.4.1b4 07-Aug-2005
- 3.4.1b4 07-Aug-2005
- 3.4.1b3 04-Aug-2005
- 3.4.1b3 04-Aug-2005
- 3.4.1b2 02-Aug-2005
- 3.4.1b2 02-Aug-2005
...
@@ -134,11 +135,11 @@ Windows
...
@@ -134,11 +135,11 @@ Windows
Tools
Tools
-----
-----
- (3.4.1b1
) Collector #1847. The ZEO client cache tracing and simulation
- (3.4.1b1
thru 3.4.1b5) Collector #1847. The ZEO client cache tracing and
tools weren't updated to work with ZODB 3.3, and the introduction of
simulation tools weren't updated to work with ZODB 3.3, and the
MVCC required major reworking of the tracing and simulation code. These
introduction of MVCC required major reworking of the tracing and simulation
tools are in a working state again, although so far lightly tested on
code. These tools are in a working state again, although so far lightly
just a few applications. In ``doc/ZEO/``, see the heavily revised
tested on
just a few applications. In ``doc/ZEO/``, see the heavily revised
``trace.txt`` and ``cache.txt``.
``trace.txt`` and ``cache.txt``.
- (3.4.1a6) Collector #1846: If an uncommitted transaction was found,
- (3.4.1a6) Collector #1846: If an uncommitted transaction was found,
...
...
doc/guide/zodb.tex
View file @
b5ae9098
\documentclass
{
howto
}
\documentclass
{
howto
}
\title
{
ZODB/ZEO Programming Guide
}
\title
{
ZODB/ZEO Programming Guide
}
\release
{
3.4.1b
4
}
\release
{
3.4.1b
5
}
\date
{
\today
}
\date
{
\today
}
\author
{
A.M.
\
Kuchling
}
\author
{
A.M.
\
Kuchling
}
...
...
setup.py
View file @
b5ae9098
...
@@ -264,7 +264,7 @@ class MyDistribution(Distribution):
...
@@ -264,7 +264,7 @@ class MyDistribution(Distribution):
doclines
=
__doc__
.
split
(
"
\
n
"
)
doclines
=
__doc__
.
split
(
"
\
n
"
)
setup
(
name
=
"ZODB3"
,
setup
(
name
=
"ZODB3"
,
version
=
"3.4.1b
4
"
,
version
=
"3.4.1b
5
"
,
maintainer
=
"Zope Corporation"
,
maintainer
=
"Zope Corporation"
,
maintainer_email
=
"zodb-dev@zope.org"
,
maintainer_email
=
"zodb-dev@zope.org"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
...
...
src/ZEO/__init__.py
View file @
b5ae9098
...
@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is
...
@@ -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.
# The next line must use double quotes, so release.py recognizes it.
version
=
"3.4.1b
4
"
version
=
"3.4.1b
5
"
src/ZEO/version.txt
View file @
b5ae9098
3.4.1b
4
3.4.1b
5
src/ZODB/__init__.py
View file @
b5ae9098
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
##############################################################################
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
# The next line must use double quotes, so release.py recognizes it.
__version__
=
"3.4.1b
4
"
__version__
=
"3.4.1b
5
"
import
sys
import
sys
import
__builtin__
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