Mercurial > p > roundup > code
changeset 5954:d7ff9cb70f34 2.0.0alpha0
More release doc updates.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 23 Oct 2019 14:33:04 -0400 |
| parents | c8549ddb123d |
| children | 5dca9925e8a6 |
| files | CHANGES.txt RELEASE.txt doc/announcement.txt |
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Oct 23 14:27:15 2019 -0400 +++ b/CHANGES.txt Wed Oct 23 14:33:04 2019 -0400 @@ -67,7 +67,7 @@ collection (unpaginated). Pagination index starts at 1 not 0. - accept content-type application/json payload for PUT, PATCH, POST requests in addition to application/x-www-form-urlencoded. - (John Rouillard) + (John Rouillard) - issue2550833: the export_csv web action now returns labels/names rather than id's. Replace calls to export_csv with the export_csv_id action to return the same data as the old export_csv action. (Tom
--- a/RELEASE.txt Wed Oct 23 14:27:15 2019 -0400 +++ b/RELEASE.txt Wed Oct 23 14:33:04 2019 -0400 @@ -48,7 +48,7 @@ added and removed files. Last release e.g. 1.5.1 where tip was what would become 1.6) E.G. - hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; + hg status --rev 1.6.0:tip | sed -ne 's/^A //p' | while read i ; \ do echo $i; grep "$i" MANIFEST; done | uniq -c Anything with a count of 1 is not in the nanifest.
--- a/doc/announcement.txt Wed Oct 23 14:27:15 2019 -0400 +++ b/doc/announcement.txt Wed Oct 23 14:33:04 2019 -0400 @@ -181,7 +181,7 @@ collection (unpaginated). Pagination index starts at 1 not 0. - accept content-type application/json payload for PUT, PATCH, POST requests in addition to application/x-www-form-urlencoded. - (John Rouillard) + (John Rouillard) - issue2550833: the export_csv web action now returns labels/names rather than id's. Replace calls to export_csv with the export_csv_id action to return the same data as the old export_csv action. (Tom
