Minor updates on release notes, preparing for the release

git-svn-id: https://svn.apache.org/repos/asf/wink/trunk@1517410 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/release_notes.txt b/release_notes.txt
index 3a345ec..fa44f23 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,4 +1,4 @@
-Apache Wink 1.3 Release Notes
+Apache Wink 1.3.1 Release Notes
 
 1. Overview
  
@@ -53,11 +53,11 @@
 		   	* stax-api-<VERSION>.jar
 		   	
    NOTICE #2: Apache Wink uses SLF4J logging framework, and by default is
-              shipped with a simple SLF4J binding (slf4j-simple-1.5.11.jar).
+              shipped with a simple SLF4J binding (slf4j-simple-1.6.1.jar).
    	          Application that uses another logging framework (e.g. LOG4J),
    	          must replace default binding with relevant one. For example,
-   	          application that uses LOG4J will replace slf4j-simple-1.5.11.jar
-   	          with slf4j-log4j12-1.5.11.jar
+   	          application that uses LOG4J will replace slf4j-simple-1.6.1.jar
+   	          with slf4j-log4j12-1.6.1:q.jar
    	          
    	          For more details about SLF4J configuration, refer to
    	          http://www.slf4j.org/