diff --git a/gram/client/source/configure.ac b/gram/client/source/configure.ac index d56756086..e8366ddac 100644 --- a/gram/client/source/configure.ac +++ b/gram/client/source/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([globus_gram_client],[14.6],[https://github.com/gridcf/gct/issues]) +AC_INIT([globus_gram_client],[14.7],[https://github.com/gridcf/gct/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}]) AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}]) @@ -68,6 +68,6 @@ AC_CONFIG_FILES( test/Makefile test/testcred.cnf Doxyfile - version.h) + version.h) AC_OUTPUT diff --git a/gram/client/source/globus_gram_client.c b/gram/client/source/globus_gram_client.c index 6f85f9b23..c179e9400 100644 --- a/gram/client/source/globus_gram_client.c +++ b/gram/client/source/globus_gram_client.c @@ -1995,7 +1995,7 @@ globus_gram_client_job_signal( * * @return * Upon success, globus_gram_client_job_register_signal() returns - * GLOBUS_SUCCESS after beginnning to send the signal to the GRAM job and + * GLOBUS_SUCCESS after beginning to send the signal to the GRAM job and * registers the @a register_callback function to be called once that * has completed. If an error occurs, this function returns an integer * error code indicating why the client could not signal the job. diff --git a/gridftp/server/src/configure.ac b/gridftp/server/src/configure.ac index 7b502e165..cfdf9a847 100644 --- a/gridftp/server/src/configure.ac +++ b/gridftp/server/src/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([globus_gridftp_server],[13.25],[https://github.com/gridcf/gct/issues]) +AC_INIT([globus_gridftp_server],[13.26],[https://github.com/gridcf/gct/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}]) AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}]) diff --git a/gridftp/server/src/modules/remote/globus_gridftp_server_remote.c b/gridftp/server/src/modules/remote/globus_gridftp_server_remote.c index 675932fde..99721dda2 100644 --- a/gridftp/server/src/modules/remote/globus_gridftp_server_remote.c +++ b/gridftp/server/src/modules/remote/globus_gridftp_server_remote.c @@ -270,7 +270,7 @@ globus_l_gfs_remote_node_request_kickout( globus_i_gfs_brain_node_t ** brain_node_array; globus_gfs_log_result( GLOBUS_GFS_LOG_WARN, - "could not get intially requested node, trying another", + "could not get initially requested node, trying another", result); /* select a new set of nodes */ result = globus_gfs_brain_select_nodes( diff --git a/packaging/debian/globus-gram-client/debian/changelog.in b/packaging/debian/globus-gram-client/debian/changelog.in index bf8262de4..fd3967330 100644 --- a/packaging/debian/globus-gram-client/debian/changelog.in +++ b/packaging/debian/globus-gram-client/debian/changelog.in @@ -1,3 +1,9 @@ +globus-gram-client (14.7-1+gct.@distro@) @distro@; urgency=medium + + * Correct spelling error found by lintian + + -- Mattias Ellert Fri, 08 Mar 2024 17:39:51 +0100 + globus-gram-client (14.6-1+gct.@distro@) @distro@; urgency=medium * Fix some doxygen warnings diff --git a/packaging/debian/globus-gridftp-server/debian/changelog.in b/packaging/debian/globus-gridftp-server/debian/changelog.in index 1481f1cf3..40aa19be2 100644 --- a/packaging/debian/globus-gridftp-server/debian/changelog.in +++ b/packaging/debian/globus-gridftp-server/debian/changelog.in @@ -1,3 +1,9 @@ +globus-gridftp-server (13.26-1+gct.@distro@) @distro@; urgency=medium + + * Correct spelling error found by lintian + + -- Mattias Ellert Fri, 08 Mar 2024 14:49:44 +0100 + globus-gridftp-server (13.25-1+gct.@distro@) @distro@; urgency=medium * Fix buffer overflow in test diff --git a/packaging/fedora/globus-gram-client.spec b/packaging/fedora/globus-gram-client.spec index da1e30a16..56764f6f7 100644 --- a/packaging/fedora/globus-gram-client.spec +++ b/packaging/fedora/globus-gram-client.spec @@ -3,7 +3,7 @@ Name: globus-gram-client %global soname 3 %global _name %(echo %{name} | tr - _) -Version: 14.6 +Version: 14.7 Release: 1%{?dist} Summary: Grid Community Toolkit - GRAM Client Library @@ -137,6 +137,9 @@ GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1 %doc %{_pkgdocdir}/GLOBUS_LICENSE %changelog +* Fri Mar 08 2024 Mattias Ellert - 14.7-1 +- Correct spelling error found by lintian + * Fri Mar 11 2022 Mattias Ellert - 14.6-1 - Fix some doxygen warnings diff --git a/packaging/fedora/globus-gridftp-server.spec b/packaging/fedora/globus-gridftp-server.spec index 54d8ebd3f..8c1f65d7f 100644 --- a/packaging/fedora/globus-gridftp-server.spec +++ b/packaging/fedora/globus-gridftp-server.spec @@ -3,7 +3,7 @@ Name: globus-gridftp-server %global soname 6 %global _name %(echo %{name} | tr - _) -Version: 13.25 +Version: 13.26 Release: 1%{?dist} Summary: Grid Community Toolkit - Globus GridFTP Server @@ -223,6 +223,9 @@ fi %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Mar 08 2024 Mattias Ellert - 13.26-1 +- Correct spelling error found by lintian + * Mon Nov 28 2022 Mattias Ellert - 13.25-1 - Fix buffer overflow in test