diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd463b129..b88f61324f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1439,7 +1439,7 @@ Changes: (CFE-2439) - Change: Enable strict transport security - Change: Disable http TRACE method -- Change: Verify transfered files during policy update +- Change: Verify transferred files during policy update - Allow `getvariablemetatags()` and `getclassmetatags()` to get a specific tag key - Change: Use more restrictive unix socket perms (ENT-2705) - Added `sys.user_data` container for user starting agent. @@ -3068,7 +3068,7 @@ Bugfixes: - Fixed race condition in file editing. (Redmine #2545) - Fixed memory leak in `cf-serverd` and others (Redmine #1758) -## 3.4.5: (Bugfix and stability release) +## 3.4.5 Bugfixes: @@ -3077,7 +3077,7 @@ Bugfixes: - Avoid possible db corruption when mixing read/write and cursor operations - Allow umask value of 002 (Redmine #2496) -## 3.4.4: (Bugfix and stability release) +## 3.4.4 Bugfixes: @@ -3085,7 +3085,7 @@ Bugfixes: - Don't create symlinks to `cf-know` in update policy - Don't enable xml support if libxml2 is too old (Redmine #1937) -## 3.4.3: (Bugfix and stability release) +## 3.4.3 Bugfixes: @@ -3094,7 +3094,7 @@ Bugfixes: - When copying files, use same file mode as source file, rather than 0600 (Redmine #1804) - Include xpath in messages generated by `edit_xml` operations (Redmine #2057) -## 3.4.2: (Bugfix and stability release) +## 3.4.2 Bugfixes: @@ -3111,7 +3111,7 @@ Bugfixes: - Fixed compilation with Sun Studio 12 (Redmine #1901) - Silence type-pun warning when building on HP-UX (GitHub #287) -## 3.4.1: (Bugfix and stability release) +## 3.4.1 New feature/behavior: @@ -3283,7 +3283,7 @@ Full list of issues fixed is available on https://cfengine.com/bugtracker/changelog_page.php (old bug tracker) and https://cfengine.com/dev/projects/core/versions/34 (new bug tracker) -## 3.3.9: (Bugfix and stability release) +## 3.3.9 Bugfixes: @@ -3292,7 +3292,7 @@ Bugfixes: - Implement receive network timeout in `cf-serverd`. Prevents overloading `cf-serverd` with stale connections. -## 3.3.8: (Bugfix and stability release) +## 3.3.8 Versions 3.3.6, 3.3.7 were internal and weren't released. @@ -3304,7 +3304,7 @@ Bugfixes: it was hardcoded to be 30 seconds, which was not enough for `cf-runagent` invoking `cf-agent` on big policies (Mantis #1028). -## 3.3.5: (Bugfix and stability release) +## 3.3.5 Bugfixes: @@ -3316,7 +3316,7 @@ Standard library: - Bugfixes from upstream COPBL repository. - `standard_services` bundle from upstream COPBL repository. -## 3.3.4: (Bugfix and stability release) +## 3.3.4 Evaluation of policies: @@ -3329,7 +3329,7 @@ Misc: - Fixed memory leak during re-read of network interfaces' information in `cf-execd`/`cf-serverd`. -## 3.3.3: (Bugfix and stability release) +## 3.3.3 Evaluation of policies: @@ -3345,7 +3345,7 @@ Misc: - Use `statvfs(3)` on OpenBSD to obtain filesystem information (Mantis #1135). -## 3.3.2: (Bugfix and stability release) +## 3.3.2 Evaluation of policies: @@ -3381,7 +3381,7 @@ Misc: on HP-UX (Mantis #1109). - Fixed compilation on Solaris 11 (Mantis #1091). -## 3.3.1: (Bugfix and stability release) +## 3.3.1 Evaluation of policies: @@ -3493,12 +3493,12 @@ Changes: - See the full list of bugfixes at https://cfengine.com/bugtracker/changelog_page.php -## 3.2.4: (Bugfix and stability release) +## 3.2.4 - Fixed failure in network transfer in case of misbehaving peer - A few tiny memory leaks on error paths fixed -## 3.2.3: (Bugfix and stability release) +## 3.2.3 - A few tiny memory leaks fixed - Improved performance of `cf-serverd` under heavy load with @@ -3506,7 +3506,7 @@ Changes: - Full list of issues fixed is available on https://cfengine.com/bugtracker/changelog_page.php -## 3.2.2: (Bugfix and stability release) +## 3.2.2 - Enabled compilation in "large files" mode under AIX - Alleviated problem with broken file transfers over unstable @@ -3514,7 +3514,7 @@ Changes: - Full list of issues fixed is available on https://cfengine.com/bugtracker/changelog_page.php -## 3.2.1: (Bugfix and stability release) +## 3.2.1 - Fixed compilation under HP-UX and Solaris - Enabled compilation using HP ANSI C compiler @@ -3570,7 +3570,7 @@ New bootstrap method with single-command bootstrapping: - Testsuite added to check for core functionality. - Syslog prefix is fixed to say `cf3` instead of `community`. -## 3.1.4: (Bugfix and stability release) +## 3.1.4 - Some urgent patches to 3.1.3. - Class validation parse bug fixed. @@ -3581,7 +3581,7 @@ New bootstrap method with single-command bootstrapping: - Lock purging to avoid remnant complexity explosion (bug #430). - Some copyright notices added that got lost. -## 3.1.3: (Stability release) +## 3.1.3 - Major memory leaks in `cf-monitord`, `cf-execd`, `cf-serverd` fixed (bug #427). The daemons now show no growth even with very complex policies. @@ -3597,7 +3597,7 @@ New bootstrap method with single-command bootstrapping: #248, #329). - New function `ip2host` - reverse DNS lookup (bug #146). -## 3.1.2: (Scalability/efficiency release) +## 3.1.2 - Big efficiency improvements by caching output from `cf-promises`. Can also be used for much more efficient policy @@ -3608,7 +3608,7 @@ New bootstrap method with single-command bootstrapping: - Minor memory access issues fixed. - Iterator bug introduced in 3.1.0 fixed -## 3.1.1: (Bugfix release) +## 3.1.1 - Memory leaks in server tracked down and fixed. - List expansion bug (one list items not executed) fixed.