Changeset 143:f8378e863338
- Timestamp:
- 04/04/07 12:38:39
(2 years ago)
- Author:
- warner@lothar.com
- Tags:
foolscap-0.1.2
- branch:
- default
- Message:
[foolscap @ release foolscap-0.1.2]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r142 |
r143 |
|
| | 1 | 2007-04-04 Brian Warner <warner@lothar.com> |
|---|
| | 2 | |
|---|
| | 3 | * foolscap/__init__.py: release Foolscap-0.1.2 |
|---|
| | 4 | * misc/{sid|sarge|dapper|edgy|feisty}/debian/changelog: same |
|---|
| | 5 | |
|---|
| | 6 | * NEWS: update for new release |
|---|
| | 7 | |
|---|
| 1 | 8 | 2007-04-04 Brian Warner <warner@lothar.com> |
|---|
| 2 | 9 | |
|---|
| … | … | |
| 5 | 12 | * Makefile: and a way to invoke it |
|---|
| 6 | 13 | * misc/edgy/debian/*: same for the 'edgy' distribution |
|---|
| | 14 | * MANIFEST.in: include the edgy/feisty files in the source tarball |
|---|
| 7 | 15 | |
|---|
| 8 | 16 | * foolscap/test/test_call.py (TestCall.testMegaSchema): add a new |
|---|
| r59 |
r143 |
|
| 5 | 5 | include Makefile |
|---|
| 6 | 6 | include misc/dapper/debian/* |
|---|
| | 7 | include misc/edgy/debian/* |
|---|
| | 8 | include misc/feisty/debian/* |
|---|
| 7 | 9 | include misc/sid/debian/* |
|---|
| 8 | 10 | include misc/sarge/debian/* |
|---|
| r137 |
r143 |
|
| 1 | 1 | User visible changes in Foolscap (aka newpb/pb2). -*- outline -*- |
|---|
| | 2 | |
|---|
| | 3 | * Release 0.1.2 (04 Apr 2007) |
|---|
| | 4 | |
|---|
| | 5 | ** Bugfixes |
|---|
| | 6 | |
|---|
| | 7 | Yesterday's release had a bug in the new SetConstraint which rendered it |
|---|
| | 8 | completely unusable. This has been fixed, along with some new tests. |
|---|
| | 9 | |
|---|
| | 10 | ** More debian packaging |
|---|
| | 11 | |
|---|
| | 12 | Some control scripts were added to make it easier to create debian packages |
|---|
| | 13 | for the Ubuntu 'edgy' and 'feisty' distributions. |
|---|
| | 14 | |
|---|
| 2 | 15 | |
|---|
| 3 | 16 | * Release 0.1.1 (03 Apr 2007) |
|---|
| r139 |
r143 |
|
| 1 | 1 | """Foolscap""" |
|---|
| 2 | 2 | |
|---|
| 3 | | __version__ = "0.1.1+" |
|---|
| | 3 | __version__ = "0.1.2" |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | # here are the primary entry points |
|---|
| r139 |
r143 |
|
| | 1 | foolscap (0.1.2) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Wed, 4 Apr 2007 12:32:46 -0700 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.1.1+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r142 |
r143 |
|
| | 1 | foolscap (0.1.2) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Wed, 4 Apr 2007 12:32:46 -0700 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.1.1+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r141 |
r143 |
|
| | 1 | foolscap (0.1.2) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Wed, 4 Apr 2007 12:32:46 -0700 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.1.1+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r139 |
r143 |
|
| | 1 | foolscap (0.1.2) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Wed, 4 Apr 2007 12:32:46 -0700 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.1.1+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|
| r139 |
r143 |
|
| | 1 | foolscap (0.1.2) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * new release |
|---|
| | 4 | |
|---|
| | 5 | -- Brian Warner <warner@lothar.com> Wed, 4 Apr 2007 12:32:46 -0700 |
|---|
| | 6 | |
|---|
| 1 | 7 | foolscap (0.1.1+) unstable; urgency=low |
|---|
| 2 | 8 | |
|---|