Skip to content

Commit

Permalink
update to version 1.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrouhard committed Apr 12, 2016
1 parent 3cae030 commit 7abdea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
@@ -1,3 +1,7 @@
1.1rc2
- -gsplit-dwarf support for debug fission (https://gcc.gnu.org/wiki/DebugFission)
- bug fixes since 1.1rc1

1.1rc1
- require capng
- use system lzo, drop bundled minilzo
Expand Down Expand Up @@ -27,7 +31,7 @@
- make signal handlers more robust
- work better if user "icecc" does not exist
- find compilers outside of PATH when building locally

1.0.1
- use su option for logrotate
- require logrotate for suse package
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -6,7 +6,7 @@ AC_PREREQ([2.63])
# Version informations
# ====================
m4_define([icecream_version_major],[1])
m4_define([icecream_version_minor],[1rc1])
m4_define([icecream_version_minor],[1rc2])
#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 7abdea2

Please sign in to comment.