Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 6d32077

Browse files
author
Anselm Kruis
committed
Stackless issue #149: Add historic release dates to our changelog.
1 parent 0577564 commit 6d32077

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Stackless/changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ What's New in Stackless 3.X.X?
2929
Stackless can now pickle asynchronous generators and awaitables of type
3030
PyAsyncGenASend or PyAsyncGenAThrow (see PEP 525).
3131

32+
What's New in Stackless 3.7.0a3 and 3.7.0a4
33+
-------------------------------------------
34+
35+
3.7.0a4: git commit d3a65ddc, 2018-11-02
36+
3.7.0a3: git commit df89dafa, 2018-11-02
37+
3238
- https://github.com/stackless-dev/stackless/issues/175
3339
Cleanup of the Stackless C-API: Including stackless_api.h in an extension
3440
module no longer defines internal stuff. Additionally I moved test code
@@ -53,6 +59,12 @@ What's New in Stackless 3.X.X?
5359
to tasklet. This changes the pickle format of frame, tasklet and generator
5460
objects compared to previous major versions of Stackless.
5561

62+
What's New in Stackless 3.6.5 and 3.6.6?
63+
========================================
64+
65+
*Release date: 2018-09-12* (3.6.6)
66+
*Release date: 2018-09-11* (3.6.5)
67+
5668
- https://github.com/stackless-dev/stackless/issues/166
5769
Fix C-API functions PyEval_EvalFrameEx() and PyEval_EvalFrame().
5870
They are now compatible with C-Python.
@@ -79,6 +91,11 @@ What's New in Stackless 3.X.X?
7991
The prototype of PyStackless_GetCurrentId(void) was missing from
8092
stackless_api.h. It is now defined.
8193

94+
What's New in Stackless 3.6.4?
95+
==============================
96+
97+
*Release date: 2017-12-21*
98+
8299
- https://github.com/stackless-dev/stackless/issues/146
83100
Always initialize _stackless.bonb type. Prevents a NULL-pointer access,
84101
if a thread terminates with a MemoryError exception.
@@ -116,9 +133,20 @@ What's New in Stackless 3.X.X?
116133
- https://github.com/stackless-dev/stackless/issues/135
117134
Fix small memory leaks for types with Stackless extensions.
118135

136+
What's New in Stackless 3.5.3 and 3.5.4?
137+
========================================
138+
139+
*Release date: 2017-09-03* (3.5.4)
140+
*Release date: 2017-09-03* (3.5.3)
141+
119142
- https://bitbucket.org/stackless-dev/stackless/issues/130
120143
Pickling exhausted generators no longer crashes.
121144

145+
What's New in Stackless 3.4.3?
146+
==============================
147+
148+
*Release date: 2017-04-16*
149+
122150
- https://bitbucket.org/stackless-dev/stackless/issues/129
123151
C-API: Calling PyTasklet_New( NULL, ...) no longer crashes.
124152

@@ -338,6 +366,11 @@ What's New in Stackless 3.X.X?
338366
Fix a NULL pointer exception, if a call to stackless.tasklet() fails
339367
(i.e. called with invalid arguments).
340368

369+
What's New in Stackless 3.4.2?
370+
==============================
371+
372+
*Release date: 2015-02-15*
373+
341374
- https://bitbucket.org/stackless-dev/stackless/issue/60
342375
Fix a crash
343376

0 commit comments

Comments
 (0)