You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/08/22 21:43:00 UTC

svn commit: r1838683 - /jmeter/trunk/bin/jmeter.properties

Author: pmouawad
Date: Wed Aug 22 21:43:00 2018
New Revision: 1838683

URL: http://svn.apache.org/viewvc?rev=1838683&view=rev
Log:
Next version will be 5.0

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1838683&r1=1838682&r2=1838683&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Wed Aug 22 21:43:00 2018
@@ -89,7 +89,7 @@
 
 # Control if we allow reuse of cached SSL context between iterations
 # set the value to 'false' to reset the SSL context each iteration
-# Deprecated since 4.1
+# Deprecated since 5.0
 #https.use.cached.ssl.context=true
 
 # 
@@ -346,7 +346,7 @@ remote_hosts=127.0.0.1
 #
 # Should JMeter add to POST request content-type header if missing:
 # Content-Type: application/x-www-form-urlencoded
-# Was true before version 4.1
+# Was true before version 5.0
 #post_add_content_type_if_missing=false
 
 #---------------------------------------------------------------------------