-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ gcf 2.10: | |
* Changed references to trac.gpolab.bbn.com to point to Github. | ||
Although those pages mostly still reference trac, that is the future home. | ||
These changes include changing where the `agg_nick_cache` lives. (#814) | ||
* Add some omni design notes (work in progress). (#883) | ||
* Document how to create a release. (#871) | ||
* Add Debian and RPM packaging configuration (#849) | ||
* Update CentOS installation instructions (#853) | ||
|
||
* Omni | ||
* Continue anyway if no aggregate nickname cache can be loaded. (#822) | ||
|
@@ -21,16 +25,16 @@ gcf 2.10: | |
* Thanks to Umar Toseef for the bug report. | ||
* Calling `getslicecred` while specifying a `slicecredfile` that exists | ||
no longer means just return that file. Instead, that file will be | ||
ignored and, if you specify `-o`, replaced. (#868) | ||
* Moved canonical `agg_nick_cache` location to Github. (#814) | ||
ignored and, if you specify `-o`, replaced. (#868, #869) | ||
* Moved canonical `agg_nick_cache` location to Github. (#814, #882) | ||
* Use `urllib2.urlopen` instead of `urllib.urlretrieve` to avoid bad | ||
interaction with M2Crypto. (#881) | ||
|
||
* Stitcher | ||
* Catch expiration too great errors from PG AMs and quit. (#828) | ||
* Bug fix combining manifests involving a fixed endpoint. (#833) | ||
* Fix up combining manifests using ExoGENI, to ensure the stitching | ||
hops list the actual reserved VLAN tags. (#873) | ||
hops list the actual reserved VLAN tags. (#873, #876) | ||
* Support detecting OESS AM using `geni_am_type`. (#835) | ||
* Do not insist on 2 reciprocal properties on links, allowing more | ||
flexibility perhaps. (#838) | ||
|
@@ -47,7 +51,7 @@ gcf 2.10: | |
* Thanks to Hussam Nasir | ||
|
||
* omni-configure | ||
* Modify omni-configure to support multi-user systems (#843) | ||
* Modify omni-configure to support multi-user systems (#843, #877) | ||
|
||
* gcf | ||
* Add new parameters to decode_urns so that derived delegates can | ||
|
@@ -76,11 +80,9 @@ gcf 2.10: | |
a proper return value indicating an error occured. (#841) | ||
* Log the HTTP request line when `--debug`. (#842) | ||
* Fix some typos in `Provision()` in `am3.py`. (#846) | ||
* Add Debian and RPM packaging configuration (#849) | ||
* Fix am2 not keeping resources' state updated when creating or deleting Slivers (#848) | ||
* Fix am2 not keeping resources' state updated when creating or deleting Slivers (#848, #850) | ||
* Update generated certificate key size and signature algorithm to more | ||
modern values (#851) | ||
* Update CentOS installation instructions (#853) | ||
modern values (#851, #852) | ||
* Point people to [email protected] instead of old list. | ||
* In AM3, fix exception on expire_slivers. Aggregate stores resources, not slivers. (#863) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters