Skip to content

Commit

Permalink
Release 7.0.2 - Hotfix for Microsoft Visual C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jan 28, 2015
1 parent 3485324 commit da5255b
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 11 deletions.
7 changes: 2 additions & 5 deletions ChangeLog
@@ -1,4 +1,4 @@
2014-02-17 release 7.1.0
2014-01-29 release 7.0.2 - supported
- Core
+ Fix 2 regressions from 6.11.0 on win64 with Visual C++. GH #1190, #1192
Wrong SAL annotations, and a wrong function ptr cast.
Expand All @@ -8,10 +8,7 @@
+ Fix cpu config values for gcc_cmpxchg to include atomic/gcc_x86.o on amd64.
Harmonized the cpu config keys, no $platform_has_$feature keys anymore, just
HAS_$PLATFORM_$feature. #1173
+ Improve msvc configuration from a mingw perl. #1191
- Documentation
- Tests
- Community
+ Improved msvc configuration from a mingw perl. #1191

2014-01-23 release 7.0.1 - supported
- Core
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
7.0.1
7.0.2
1 change: 1 addition & 0 deletions docs/parrothist.pod
Expand Up @@ -182,5 +182,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)

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

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

- Jan 23, 2015 - *7.0.1 - rurban
- Jan 29, 2015 - *7.0.2 - rurban
- 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.
8 changes: 4 additions & 4 deletions tools/release/release.json
@@ -1,8 +1,8 @@
{
"release.version" : "7.0.1",
"release.version" : "7.0.2",
"release.name" : "Crimson Shining Parrot",
"release.day" : "Friday",
"release.nextdate" : "23 Feb 2015",
"release.day" : "Thursday",
"release.nextdate" : "17 Feb 2015",
"release.type" : "supported",

"web.root" : "http://parrot.org/",
Expand All @@ -17,5 +17,5 @@
"wiki.root" : "https://github.com/parrot/parrot/wiki",
"wiki.bugday" : "bug_day_2015_02_14",

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

0 comments on commit da5255b

Please sign in to comment.