Changeset 284:d420335c4304
- Timestamp:
- 12/10/07 16:26:14
(1 year ago)
- Author:
- "Brian Warner <warner@lothar.com>"
- Tags:
foolscap-0.2.1
- branch:
- default
- Message:
release foolscap-0.2.1
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r283 |
r284 |
|
| 1 | | 2007-12-10 Brian Warner <warner@allmydata.com> |
|---|
| | 1 | 2007-12-10 Brian Warner <warner@lothar.com> |
|---|
| | 2 | |
|---|
| | 3 | * foolscap/__init__.py: release 0.2.1 |
|---|
| | 4 | * misc/{dapper|edgy|etch|fesity|sarge|sid}/debian/changelog: same |
|---|
| 2 | 5 | |
|---|
| 3 | 6 | * foolscap/broker.py (Broker.connectionTimedOut): sigh, brown |
|---|
| r279 |
r284 |
|
| 1 | 1 | User visible changes in Foolscap (aka newpb/pb2). -*- outline -*- |
|---|
| 2 | 2 | |
|---|
| 3 | | * Release 0.2.0 (10 Dec 2007) |
|---|
| | 3 | * Release 0.2.1 (10 Dec 2007) |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | ** Compatibilty |
|---|
| 6 | 6 | |
|---|
| 7 | | All releases between 0.1.3 and 0.2.0 (inclusive) are fully wire-compatible. |
|---|
| 8 | | 0.2.0 introduces some new negotiation parameters (to handle duplicate |
|---|
| | 7 | All releases between 0.1.3 and 0.2.1 (inclusive) are fully wire-compatible. |
|---|
| | 8 | 0.2.1 introduces some new negotiation parameters (to handle duplicate |
|---|
| 9 | 9 | connections better), but these are ignored by older versions, and their lack |
|---|
| 10 | | is tolerated by 0.2.0 . |
|---|
| | 10 | is tolerated by 0.2.1 . |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | ** New Features |
|---|
| … | … | |
| 15 | 15 | |
|---|
| 16 | 16 | Foolscap is slowly acquiring advanced diagnostic event-logging features. See |
|---|
| 17 | | doc/logging.xhtml for the philosophy and design of this logging system. 0.2.0 |
|---|
| | 17 | doc/logging.xhtml for the philosophy and design of this logging system. 0.2.1 |
|---|
| 18 | 18 | contains the first few pieces, including a tool named bin/flogtool that can |
|---|
| 19 | 19 | be used to watch events on a running system, or gather events from multiple |
|---|
| … | … | |
| 34 | 34 | backoff strategy could easily push this into 90 minutes of downtime. |
|---|
| 35 | 35 | |
|---|
| 36 | | 0.2.0 uses a different approach to accomplish duplicate-suppression, and |
|---|
| | 36 | 0.2.1 uses a different approach to accomplish duplicate-suppression, and |
|---|
| 37 | 37 | should provide much faster reconnection after netquakes. To benefit from |
|---|
| 38 | | this, both ends must be running foolscap-0.2.0 or newer, however there is an |
|---|
| | 38 | this, both ends must be running foolscap-0.2.1 or newer, however there is an |
|---|
| 39 | 39 | additional setting (not enabled by default) to improve the behavior of |
|---|
| 40 | | pre-0.2.0 clients: tub.setOption("handle-old-duplicate-connections", True). |
|---|
| | 40 | pre-0.2.1 clients: tub.setOption("handle-old-duplicate-connections", True). |
|---|
| 41 | 41 | |
|---|
| 42 | 42 | *** new Reconnector methods |
|---|
| … | … | |
| 59 | 59 | to measure how well the unit tests exercise the code base) have been improved |
|---|
| 60 | 60 | (including an emacs code-used/unused annotation tool). |
|---|
| | 61 | |
|---|
| | 62 | |
|---|
| | 63 | * Release 0.2.0 (10 Dec 2007) |
|---|
| | 64 | |
|---|
| | 65 | This release had a fatal bug that wasn't caught by the unit tests, and was |
|---|
| | 66 | superseded almost immediately by 0.2.1 . |
|---|
| 61 | 67 | |
|---|
| 62 | 68 | |
|---|
| r281 |
r284 |
|
| 1 | 1 | """Foolscap""" |
|---|
| 2 | 2 | |
|---|
| 3 | | __version__ = "0.2.0" |
|---|
| | 3 | __version__ = "0.2.1" |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | # here are the primary entry points |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r281 |
r284 |
|
| | 1 | foolscap (0.2.1) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release, brown-paper-bag bug |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Mon, 10 Dec 2007 16:22:35 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.2.0) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|