Changeset 57:69d0d3ba933a
- Timestamp:
- 11/04/06 23:21:51
(2 years ago)
- Author:
- warner@lothar.com
- branch:
- default
- Message:
[foolscap @ release foolscap-0.0.5]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r56 |
r57 |
|
| | 1 | 2006-11-04 Brian Warner <warner@lothar.com> |
|---|
| | 2 | |
|---|
| | 3 | * NEWS: update for 0.0.5 |
|---|
| | 4 | * foolscap/__init__.py: release Foolscap-0.0.5 |
|---|
| | 5 | * misc/{sid|sarge|dapper}/debian/changelog: same |
|---|
| | 6 | |
|---|
| 1 | 7 | 2006-11-01 Brian Warner <warner@lothar.com> |
|---|
| 2 | 8 | |
|---|
| r47 |
r57 |
|
| 1 | 1 | User visible changes in Foolscap (aka newpb/pb2). |
|---|
| | 2 | |
|---|
| | 3 | * Release 0.0.5 (04 Nov 2006) |
|---|
| | 4 | |
|---|
| | 5 | ** add Tub.setOption, add logRemoteFailures and logLocalFailures |
|---|
| | 6 | |
|---|
| | 7 | These options control whether we log exceptions (to the standard twisted log) |
|---|
| | 8 | that occur on other systems in response to messages that we've sent, and that |
|---|
| | 9 | occur on our system in response to messages that we've received |
|---|
| | 10 | (respectively). These may be useful while developing a distributed |
|---|
| | 11 | application. All such log messages have each line of the stack trace prefixed |
|---|
| | 12 | by REMOTE: or LOCAL: to make it clear where the exception is happening. |
|---|
| | 13 | |
|---|
| | 14 | ** add sarge packaging, improve dependencies for sid and dapper .debs |
|---|
| | 15 | |
|---|
| | 16 | ** fix typo that prevented Reconnector from actually reconnecting |
|---|
| | 17 | |
|---|
| 2 | 18 | |
|---|
| 3 | 19 | * Release 0.0.4 (26 Oct 2006) |
|---|
| r52 |
r57 |
|
| 1 | 1 | """Foolscap""" |
|---|
| 2 | 2 | |
|---|
| 3 | | __version__ = "0.0.4+" |
|---|
| | 3 | __version__ = "0.0.5" |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | # here are the primary entry points |
|---|
| r53 |
r57 |
|
| | 1 | foolscap (0.0.5) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Sat, 4 Nov 2006 23:20:46 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.0.4+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r54 |
r57 |
|
| | 1 | foolscap (0.0.5) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Sat, 4 Nov 2006 23:20:46 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.0.4+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r53 |
r57 |
|
| | 1 | foolscap (0.0.5) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Sat, 4 Nov 2006 23:20:46 -0800 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.0.4+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|