Skip to content

Commit

Permalink
Release 1.1rc3
Browse files Browse the repository at this point in the history
* Update NEWS
  • Loading branch information
HenryMiller1 committed Jul 6, 2017
1 parent 2e7bb99 commit 89da4fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.1rc3
- Fix broken pipe race condition
- Better error handling
- Crash fixes
- Documentation update
- Include objcopy in environment if it exists
- Add CI builds on travis-ci: OSX, ubuntu trusty
- Fixed several memory errors
- Extract enviornments with compile priority, not daemon priority
- Handle spaces in the parameters following -MT
- Handle -target -arch -c-isystem and -cxx-isystem (clang)
- Handle NAT situations better
- Add load control for preprocessing
- Handle scheduler unable to reach remote machine
- Make scheduler election algorithm handle multiple netnames

1.1rc2
- -gsplit-dwarf support for debug fission (https://gcc.gnu.org/wiki/DebugFission)
- bug fixes since 1.1rc1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_PREREQ([2.63])
# Version informations
# ====================
m4_define([icecream_version_major],[1])
m4_define([icecream_version_minor],[1rc2])
m4_define([icecream_version_minor],[1rc3])
#m4_define([icecream_version_micro],[98])
m4_ifval([icecream_version_micro],
m4_define([icecream_version],[icecream_version_major.icecream_version_minor.icecream_version_micro]),
Expand Down

0 comments on commit 89da4fd

Please sign in to comment.