You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2011/04/15 23:45:07 UTC

svn commit: r1092825 - in /santuario/xml-security-cpp/trunk: CHANGELOG.txt configure.ac xsec/Makefile.am xsec/framework/XSECVersion.hpp xsec/framework/version.rc

Author: scantor
Date: Fri Apr 15 21:45:06 2011
New Revision: 1092825

URL: http://svn.apache.org/viewvc?rev=1092825&view=rev
Log:
Bump version.

Modified:
    santuario/xml-security-cpp/trunk/CHANGELOG.txt
    santuario/xml-security-cpp/trunk/configure.ac
    santuario/xml-security-cpp/trunk/xsec/Makefile.am
    santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp
    santuario/xml-security-cpp/trunk/xsec/framework/version.rc

Modified: santuario/xml-security-cpp/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/CHANGELOG.txt?rev=1092825&r1=1092824&r2=1092825&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/CHANGELOG.txt (original)
+++ santuario/xml-security-cpp/trunk/CHANGELOG.txt Fri Apr 15 21:45:06 2011
@@ -1,3 +1,6 @@
+Changes since 1.6.0
+* [SANTUARIO-268] - TXFMXPathFilter->evaluateExpr crashes on Windows
+
 Changes since 1.5.1
 =====================================
 * Fix for bug#43964, wrong namespace in encryption DigestMethod (SC)

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1092825&r1=1092824&r2=1092825&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Fri Apr 15 21:45:06 2011
@@ -1,4 +1,4 @@
-# Copyright 2002-2010 The Apache Software Foundation.
+# Copyright 2002-2011 The Apache Software Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 
 # Process this file with autoreconf
 AC_PREREQ(2.50)
-AC_INIT([[XML-Security-C]],[1.6.0],[santuario-dev@apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[1.6.1],[santuario-dev@apache.org],[xml-security-c])
 AC_CONFIG_SRCDIR(xsec)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)

Modified: santuario/xml-security-cpp/trunk/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/Makefile.am?rev=1092825&r1=1092824&r2=1092825&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Fri Apr 15 21:45:06 2011
@@ -590,7 +590,7 @@ nss_sources = \
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 16:0:0
+libxml_security_c_la_LDFLAGS = -version-info 16:1:0
 
 install-exec-hook:
 	for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done

Modified: santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp?rev=1092825&r1=1092824&r2=1092825&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECVersion.hpp Fri Apr 15 21:45:06 2011
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 The Apache Software Foundation.
+ * Copyright 2011 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
 
 #define XSEC_VERSION_MAJOR   1
 #define XSEC_VERSION_MEDIUM  6
-#define XSEC_VERSION_MINOR   0
+#define XSEC_VERSION_MINOR   1
 
 // --------------------------------------------------------------------------------
 //           Version Handling

Modified: santuario/xml-security-cpp/trunk/xsec/framework/version.rc
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/version.rc?rev=1092825&r1=1092824&r2=1092825&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/version.rc (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/version.rc Fri Apr 15 21:45:06 2011
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,0,0
- PRODUCTVERSION 1,6,0,0
+ FILEVERSION 1,6,1,0
+ PRODUCTVERSION 1,6,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,13 +73,13 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "The Apache Software Foundation\0"
             VALUE "FileDescription", "XML Security C++ Library\0"
-            VALUE "FileVersion", "1, 6, 0, 0\0"
+            VALUE "FileVersion", "1, 6, 1, 0\0"
 #ifdef _DEBUG
             VALUE "InternalName", "xsec_1_6D\0"
 #else
             VALUE "InternalName", "xsec_1_6\0"
 #endif
-            VALUE "LegalCopyright", "Copyright © 2002-2010 The Apache Software Foundation\0"
+            VALUE "LegalCopyright", "Copyright © 2002-2011 The Apache Software Foundation\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "xsec_1_6D.dll\0"
@@ -88,7 +88,7 @@ BEGIN
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "XML-Security-C - C++ XML Security Library\0"
-            VALUE "ProductVersion", "1, 6, 0, 0\0"
+            VALUE "ProductVersion", "1, 6, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END