From e7328f6503fe675402189b4288ffa1a24f87e939 Mon Sep 17 00:00:00 2001 From: Rob Saul Date: Thu, 6 Sep 2012 17:30:30 -0700 Subject: [PATCH] prep for next release --- CHANGELOG | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a3545369d1..05f1e06322 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,20 +1,23 @@ - + # New Relic Ruby Agent Release Notes # +### Next Up ### +## v3.4.3 ## + ### current version ### ## v3.4.2 ## * The RUM NRAGENT tk value gets sanitized to prevent potential XSS vulnerabilities There was the potential for malicious code to be inserted into the token used - in Real User Monitoring and have it echoed back to a browser as an XSS exploit. + in Real User Monitoring and have it echoed back to a browser as an XSS exploit. The token now gets scrubbed to remove this potential problem. * Refactoring of agent config code The code that reads the configuration information and confirgures the agent got substantially reorganized, consolidated, simplified, and made more robust. - + ### previous versions ### ## v3.4.1 ## #### Bug Fixes #### @@ -55,7 +58,6 @@ is only a problem if GC could happen *between* transactions, as in, for example, out-of-band GC in Unicorn. fixed. - v3.4.0.1 * Prevent the agent from resolving the collector address when disabled. * Fix for error collector configuration that was introduced during beta.