diff options
author | Jose <jose@zeroc.com> | 2016-04-07 10:29:11 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-04-07 10:29:11 +0200 |
commit | 058a0c6c3ee2f059be0d8c7eba940aa31463fa7f (patch) | |
tree | a52b7eb37253b8da13db2b7f617f3233b440bbfb /CHANGELOG-3.6.md | |
parent | Fixed issue with IE where accessing the stack from Exception.toString leads t... (diff) | |
download | ice-058a0c6c3ee2f059be0d8c7eba940aa31463fa7f.tar.bz2 ice-058a0c6c3ee2f059be0d8c7eba940aa31463fa7f.tar.xz ice-058a0c6c3ee2f059be0d8c7eba940aa31463fa7f.zip |
ICE-7035 - Add option to roll log files
Diffstat (limited to 'CHANGELOG-3.6.md')
-rw-r--r-- | CHANGELOG-3.6.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index cc713945979..c4610081dac 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -8,6 +8,8 @@ We recommend that you use the release notes as a guide for migrating your applications to this release, and the manual for complete details on a particular aspect of Ice. +- [Changes in Ice 3.6.3](#changes-in-ice-363) + - [C++ Changes](#c-changes) - [Changes in Ice 3.6.2](#changes-in-ice-362) - [General Changes](#general-changes) - [C++ Changes](#c-changes) @@ -31,6 +33,20 @@ particular aspect of Ice. - [Python Changes](#python-changes-1) - [Ruby Changes](#ruby-changes-1) + +# Changes in Ice 3.6.3 + +These are the changes since Ice 3.6.2. + +## C++ Changes + +- Added support for archiving log files, the property Ice.LogFile.SizeMax + controls the maximum size in bytes that a log file is allowed to grow, + when the log file maximum size is exceed the log file contents are archived + and a new log file is started. The Ice.LogFile.SizeMax property is set to 0 + by default in this case the log file size is unlimited and log files are + never archived. + # Changes in Ice 3.6.2 These are the changes since Ice 3.6.1. |