Skip to content

Commit

Permalink
sync up issues with github
Browse files Browse the repository at this point in the history
  • Loading branch information
ahelsing committed Dec 11, 2015
1 parent e2c2408 commit fca8bcd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README-omni.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ New in v2.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)

Expand Down

0 comments on commit fca8bcd

Please sign in to comment.