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 2015/01/29 02:55:44 UTC

svn commit: r1655505 - in /santuario/xml-security-cpp/trunk: configure.ac xsec/Makefile.am xsec/framework/version.rc

Author: scantor
Date: Thu Jan 29 01:55:43 2015
New Revision: 1655505

URL: http://svn.apache.org/r1655505
Log:
Version bump.

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

Modified: santuario/xml-security-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/configure.ac?rev=1655505&r1=1655504&r2=1655505&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/configure.ac (original)
+++ santuario/xml-security-cpp/trunk/configure.ac Thu Jan 29 01:55:43 2015
@@ -17,7 +17,7 @@
 
 # Process this file with autoreconf
 AC_PREREQ(2.50)
-AC_INIT([[XML-Security-C]],[1.7.2],[dev@santuario.apache.org],[xml-security-c])
+AC_INIT([[XML-Security-C]],[1.7.3],[dev@santuario.apache.org],[xml-security-c])
 AC_CONFIG_SRCDIR(xsec)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
@@ -65,11 +65,11 @@ LIBS="${LIBS} ${PTHREAD_LIBS}"
 CC="${PTHREAD_CC}"
 
 # Checks for required libraries
-AC_CHECK_LIB(m, floor)
-AC_CHECK_LIB(socket, getservent)
+AC_CHECK_LIB(m, floor,)
+AC_CHECK_LIB(socket, getservent,)
 
 # Check for required includes
-AC_CHECK_HEADERS(unistd.h direct.h)
+AC_CHECK_HEADERS([unistd.h direct.h])
 
 AC_CHECK_DECL(strcasecmp,[AC_DEFINE([XSEC_HAVE_STRCASECMP],[1],[Define to 1 if strcasecmp present.])],,[#include <string.h>]) 
 
@@ -380,7 +380,7 @@ if test x"$use_openssl" != "xno" ; then
 
     # Check for explicit location or try pkg-config
     if test x"$use_openssl" = "xyes" ; then
-        AC_PATH_PROG(PKG_CONFIG, pkg-config)
+        AC_PATH_PROG(PKG_CONFIG, pkg-config,)
         if test "x$PKG_CONFIG" != x && test "x$PKG_CONFIG" != "xno" ; then
             if pkg-config openssl ; then
                 SSLLIBS="`$PKG_CONFIG --libs openssl`"
@@ -471,7 +471,7 @@ if test x"$use_nss" != "xno" ; then
 
     # Check for explicit location or try pkg-config
     if test x"$use_nss" = "xyes" ; then
-        AC_PATH_PROG(PKG_CONFIG, pkg-config)
+        AC_PATH_PROG(PKG_CONFIG, pkg-config,)
         if test "x$PKG_CONFIG" != x && test "x$PKG_CONFIG" != "xno" ; then
             if pkg-config nss ; then
                 NSSLIBS="`$PKG_CONFIG --libs nss`"

Modified: santuario/xml-security-cpp/trunk/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/Makefile.am?rev=1655505&r1=1655504&r2=1655505&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Thu Jan 29 01:55:43 2015
@@ -590,7 +590,7 @@ nss_sources = \
 #
 # Now the library specific build items
 #
-libxml_security_c_la_LDFLAGS = -version-info 17:2:0
+libxml_security_c_la_LDFLAGS = -version-info 17:3:0
 
 install-exec-hook:
 	for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done

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=1655505&r1=1655504&r2=1655505&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/version.rc (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/version.rc Thu Jan 29 01:55:43 2015
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,7,2,0
- PRODUCTVERSION 1,7,2,0
+ FILEVERSION 1,7,3,0
+ PRODUCTVERSION 1,7,3,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,13 +73,13 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "The Apache Software Foundation\0"
             VALUE "FileDescription", "Santuario C++ XML Security Library\0"
-            VALUE "FileVersion", "1, 7, 2, 0\0"
+            VALUE "FileVersion", "1, 7, 3, 0\0"
 #ifdef _DEBUG
             VALUE "InternalName", "xsec_1_7D\0"
 #else
             VALUE "InternalName", "xsec_1_7\0"
 #endif
-            VALUE "LegalCopyright", "Copyright © 2002-2013 The Apache Software Foundation\0"
+            VALUE "LegalCopyright", "Copyright � 2002-2015 The Apache Software Foundation\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "xsec_1_7D.dll\0"
@@ -88,7 +88,7 @@ BEGIN
 #endif
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Santuario C++ XML Security Library\0"
-            VALUE "ProductVersion", "1, 7, 2, 0\0"
+            VALUE "ProductVersion", "1, 7, 3, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END