[xmlsec] preparing for 1.2.12 release



commit 6bf12fd92c7059c429f0fd9c0a0f4a47efabbd83
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Mon Jun 15 09:45:02 2009 -0700

    preparing for 1.2.12 release

 ChangeLog                |   16 ++++++++++++++++
 configure.in             |    4 ++--
 docs/download.html       |    4 ++--
 docs/index.html          |   13 ++++++++++++-
 docs/news.html           |   11 +++++++++++
 include/xmlsec/version.h |    6 +++---
 6 files changed, 46 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1a91b10..e6d53f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-06-15  Aleksey Sanin  <aleksey aleksey com>
+	* configure.in docs/download.html docs/index.html docs/news.html 
+	include/xmlsec/version.h: preparation for new 1.2.12 release
+
+2009-06-13  Aleksey Sanin  <aleksey aleksey com>
+        * fixing gnutls detection (bug #585629)
+
+2009-06-09  Aleksey Sanin  <aleksey aleksey com>
+        * update SVN to GIT references in docs
+
+2009-06-09  Aleksey Sanin  <aleksey aleksey com>
+        * adding configurable Base64 line length
+
+2008-09-10  Aleksey Sanin  <aleksey aleksey com>
+	* fixing bug #501315 (patch from Antony Dovgal)
+
 2008-08-26  Aleksey Sanin  <aleksey aleksey com>
 	* apps/xmlsec.c: fix integer division (patch from Mikhail)
 
diff --git a/configure.in b/configure.in
index 33eb0f6..cc167b1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([xmlsec1], 1.2.11, [http://www.aleksey.com/xmlsec])
+AC_INIT([xmlsec1], 1.2.12, [http://www.aleksey.com/xmlsec])
 
 XMLSEC_PACKAGE=xmlsec1
 XMLSEC_VERSION_MAJOR=1
 XMLSEC_VERSION_MINOR=2
-XMLSEC_VERSION_SUBMINOR=11
+XMLSEC_VERSION_SUBMINOR=12
 XMLSEC_VERSION="$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR"
 XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
 XMLSEC_VERSION_SAFE=`echo $XMLSEC_VERSION | sed 's/\./_/g'`
diff --git a/docs/download.html b/docs/download.html
index d221842..c953247 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -47,10 +47,10 @@
       <h1>Download</h1>
       </div>
 <h2>Stable releases.</h2>
-<p>The latest stable XML Security Library version is <b>1.2.11</b>:</p>
+<p>The latest stable XML Security Library version is <b>1.2.12</b>:</p>
 <ul>
 <li>
-        <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.11.tar.gz";>Sources 
+        <a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.12.tar.gz";>Sources 
 	for latest version</a> 
 	(<a href="ftp://ftp.xmlsoft.org/xmlsec/releases";>XMLSoft.org</a> mirrors).
     </li>
diff --git a/docs/index.html b/docs/index.html
index bd62e37..fd89ad0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,6 +72,17 @@
      	    see the Copyright file in the distribution  for details.<br><br></p>
 <p><b>News</b></p>
 <ul>
+<li>July 14 2009<br>
+	The new <a href="download.html">XML Security Library 1.2.12</a> release
+	includes the following changes (see ChangeLog for the complete list of changes):
+	<ul>	
+	<li>Added an option to return the replaced (based on the patch from Frank Gross)</li>
+	<li>Added new function xmlSecNodeEncodeAndSetContent for encoding
+	special chars in the node content.</li>
+	<li>Added configurable Base64 line length.</li>
+	<li>Bug fixes.</li>
+	</ul>
+</li>
 <li>November 6 2007<br>
 	The new <a href="download.html">XML Security Library 1.2.11</a> release
 	includes the following changes:
@@ -81,7 +92,7 @@
 	<li>Bug fixes.</li>
 	</ul>
 </li>
-<br><li>June 12 2006<br>
+<li>June 12 2006<br>
 	The new <a href="download.html">XML Security Library 1.2.10</a> release
 	includes the following changes:
 	<ul>
diff --git a/docs/news.html b/docs/news.html
index af92c24..3677071 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -47,6 +47,17 @@
       <h1>XML Security Library News</h1>
       </div>
 <ul>
+<li>July 14 2009<br>
+	The new <a href="download.html">XML Security Library 1.2.12</a> release
+	includes the following changes (see ChangeLog for the complete list of changes):
+	<ul>	
+	<li>Added an option to return the replaced (based on the patch from Frank Gross)</li>
+	<li>Added new function xmlSecNodeEncodeAndSetContent for encoding
+	special chars in the node content.</li>
+	<li>Added configurable Base64 line length.</li>
+	<li>Bug fixes.</li>
+	</ul>
+</li>
 <li>November 6 2007<br>
 	The new <a href="download.html">XML Security Library 1.2.11</a> release
 	includes the following changes:
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index fc1ff20..535c6c9 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -21,7 +21,7 @@ extern "C" {
  * The library version string in the format
  * "<major-number>.<minor-number>.<sub-minor-number>".
  */
-#define XMLSEC_VERSION			"1.2.11"
+#define XMLSEC_VERSION			"1.2.12"
 
 /**
  * XMLSEC_VERSION_MAJOR:
@@ -42,7 +42,7 @@ extern "C" {
  *
  * The library sub-minor version number.
  */
-#define XMLSEC_VERSION_SUBMINOR		11
+#define XMLSEC_VERSION_SUBMINOR		12
 
 /**
  * XMLSEC_VERSION_INFO:
@@ -50,7 +50,7 @@ extern "C" {
  * The library version info string in the format
  * "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
  */
-#define XMLSEC_VERSION_INFO		"3:11:2"
+#define XMLSEC_VERSION_INFO		"3:12:2"
 
 
 #ifdef __cplusplus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]