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
92fa557c
Commit
92fa557c
authored
Nov 05, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to get ring.h installed.
parent
eff611f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
NEWS.txt
NEWS.txt
+6
-0
setup.py
setup.py
+2
-1
No files found.
NEWS.txt
View file @
92fa557c
...
@@ -17,6 +17,12 @@ impossible to overlook. In a release build, ``unghostify()`` raises
...
@@ -17,6 +17,12 @@ impossible to overlook. In a release build, ``unghostify()`` raises
problem in a release build (``ghostify()`` is supposed to be so simple that
problem in a release build (``ghostify()`` is supposed to be so simple that
it "can't fail").
it "can't fail").
Install
-------
The C header file ``ring.h`` is now installed.
What's new in ZODB3 3.3?
What's new in ZODB3 3.3?
========================
========================
Release date: 06-Oct-2004
Release date: 06-Oct-2004
...
...
setup.py
View file @
92fa557c
...
@@ -229,7 +229,8 @@ setup(name="ZODB3",
...
@@ -229,7 +229,8 @@ setup(name="ZODB3",
packages
=
packages
,
packages
=
packages
,
package_dir
=
{
''
:
'src'
},
package_dir
=
{
''
:
'src'
},
ext_modules
=
exts
,
ext_modules
=
exts
,
headers
=
[
'src/persistent/cPersistence.h'
],
headers
=
[
'src/persistent/cPersistence.h'
,
'src/persistent/ring.h'
],
license
=
"ZPL 2.1"
,
license
=
"ZPL 2.1"
,
platforms
=
[
"any"
],
platforms
=
[
"any"
],
description
=
doclines
[
0
],
description
=
doclines
[
0
],
...
...
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