Skip to content

Commit

Permalink
Release 7.1.0 - Lilian's Lovebird
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Feb 16, 2015
1 parent 0fc4bef commit 905a500
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions ChangeLog
Expand Up @@ -2,12 +2,11 @@
- Core
+ Fix SIGBUS in GC trace_mem_block on alignment-strict CPUs (arm), #1200.
We traced all pointers by +1 and not by +4 or +8.
- Build
- Documentation
- Tests
+ Add a common GC stress test to the normal testsuite. #1189
+ Fix tests for --ccflags=-DSTRUCT_DEBUG. #1195
- Community
+ rakudo perl6 announced to drop parrot support.

2014-01-29 release 7.0.2 - supported
- Core
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
7.0.2
7.1.0
1 change: 1 addition & 0 deletions docs/parrothist.pod
Expand Up @@ -183,5 +183,6 @@ Starred release numbers indicate supported releases.
Util 7.0.0 * 2015-Jan-20 "Crimson Shining Parrot"
rurban 7.0.1 * 2015-Jan-23 (bugfix release)
rurban 7.0.2 * 2015-Jan-29 (bugfix release)
rurban 7.1.0 2015-Feb-17 "Lilian's Lovebird"

=cut
1 change: 0 additions & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -562,7 +562,6 @@ L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.cal

Make sure that at least the next two releases are covered.

- Feb 17, 2015 - 7.1.0 - rurban
- Mar 17, 2015 - 7.2.0 - Util
- Apr 21, 2015 - *7.3.0 - rurban

Expand Down
Binary file modified t/native_pbc/integer_4_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_4_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_8_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4_12_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4_16_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4_8_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_16_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_16_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_8_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_4_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_4_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_8_be.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_8_le.pbc
Binary file not shown.
14 changes: 7 additions & 7 deletions tools/release/release.json
@@ -1,9 +1,9 @@
{
"release.version" : "7.0.2",
"release.name" : "Crimson Shining Parrot",
"release.version" : "7.1.0",
"release.name" : "Lilian's Lovebird",
"release.day" : "Thursday",
"release.nextdate" : "17 Feb 2015",
"release.type" : "supported",
"release.nextdate" : "17 Mar 2015",
"release.type" : "devel",

"web.root" : "http://parrot.org/",
"web.source" : "download",
Expand All @@ -12,10 +12,10 @@
"web.org_root" : "https://github.com/parrot",

"bugday.day" : "Saturday",
"bugday.date" : "14 Feb 2015",
"bugday.date" : "14 Mar 2015",

"wiki.root" : "https://github.com/parrot/parrot/wiki",
"wiki.bugday" : "bug_day_2015_02_14",
"wiki.bugday" : "bug_day_2015_03_14",

"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/supported/7.0.2/"
"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/7.1.0/"
}

0 comments on commit 905a500

Please sign in to comment.