From dbb6031d7cec11b9d5f071aeabb6b3d8cdd76992 Mon Sep 17 00:00:00 2001
From: Mickael Savinaud <mickael.savinaud@c-s.fr>
Date: Tue, 23 Jul 2013 11:58:28 +0200
Subject: [PATCH] Update release notes and the version number

---
 CMakeLists.txt    |  2 +-
 RELEASE_NOTES.txt | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3efa01189d..3f81b2f941 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ INCLUDE(SourceStatus)
 # OTB version number.  An even minor number corresponds to releases.
 SET(OTB_VERSION_MAJOR "3")
 SET(OTB_VERSION_MINOR "18")
-SET(OTB_VERSION_PATCH "0")
+SET(OTB_VERSION_PATCH "1")
 
 # Version string should not include patch level.  The major.minor is
 # enough to distinguish available features of the toolkit.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index c78323e737..29673643bd 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,25 @@
+OTB-v.3.18.1 - Changes since version 3.18.0 (2013/07/22)
+--------------------------------------------------------
+
+* Library
+  * Core and Third Parties
+    * Update the JPEG2000ImageIO to decrease cache consumption and avoid memory leak between OTB and internal OpenJPEG library
+    * Improve the control over the generation of GDAL overviews with a new method to set the resolution factor
+
+  * CMake
+    * remove OTBParseArguments from OTB source because it is not used
+
+  * Examples
+    * Update HelloWorld example CMakeLists
+ 
+  * Applications
+    * Updated applications
+      * Update Stereo application documentation example with new parameters
+      * Add a log message about color mapping method used by application
+    * Core Framework
+      * Intialize properly QtWidgetChoiceParameter
+    * Increase minimun cmake version to 2.8.3 wwhen build applications  
+
 OTB-v.3.18 - Changes since version 3.16 (2013/07/05)
 --------------------------------------------------------
 
-- 
GitLab