diff --git a/README.en.md b/README.en.md index eafea0265..71552fe3e 100644 --- a/README.en.md +++ b/README.en.md @@ -397,7 +397,7 @@ https://opengauss.org/zh/ From the following website, you can obtain the binarylibs we have compiled. Please unzip it and rename to **binarylibs** after you download. -https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/openGauss-third_party_binarylibs.tar.gz +https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.1/openGauss-third_party_binarylibs.tar.gz Now we have completed openGauss code. For example, we store it in following directories. diff --git a/README.md b/README.md index 88547bec6..4fc4ce3ae 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ https://opengauss.org/zh/ 可以通过以下网站获取编译好的binarylibs。下载后请解压缩并重命名为**binarylibs**。 -https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.0/openGauss-third_party_binarylibs.tar.gz +https://opengauss.obs.cn-south-1.myhuaweicloud.com/1.0.1/openGauss-third_party_binarylibs.tar.gz 现在我们已经拥有完整的openGauss代码,把它存储在以下目录中(以sda为例)。 diff --git a/configure b/configure index ab71c87ad..e193cabc0 100755 --- a/configure +++ b/configure @@ -2651,7 +2651,7 @@ else if test "$enable_multiple_nodes" = yes; then default_gs_version="(GaussDB Kernel V500R001C00 build $gitversion) compiled at `date -d today +\"%Y-%m-%d %H:%M:%S\"` commit $commits last mr $mrid $debug_str" else - default_gs_version="(openGauss 1.0.0 build $gitversion) compiled at `date -d today +\"%Y-%m-%d %H:%M:%S\"` commit $commits last mr $mrid $debug_str" + default_gs_version="(openGauss 1.0.1 build $gitversion) compiled at `date -d today +\"%Y-%m-%d %H:%M:%S\"` commit $commits last mr $mrid $debug_str" fi fi diff --git a/contrib/pg_check_replslot/pg_check_replslot.cpp b/contrib/pg_check_replslot/pg_check_replslot.cpp index b8fb85956..472d06c91 100755 --- a/contrib/pg_check_replslot/pg_check_replslot.cpp +++ b/contrib/pg_check_replslot/pg_check_replslot.cpp @@ -54,7 +54,7 @@ int main(int argc, char* argv[]) exit(0); } if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0) { - puts("pg_check_replslot V1.0.0"); + puts("pg_check_replslot V1.0.1"); exit(0); } } diff --git a/package/package.sh b/package/package.sh index a01abc974..0be226fe6 100644 --- a/package/package.sh +++ b/package/package.sh @@ -116,12 +116,12 @@ SCRIPT_DIR=$(cd $(dirname $SCRIPT_PATH) && pwd) package_path=$SCRIPT_DIR ####################################################################### -##version 1.0.0 +##version 1.0.1 ####################################################################### function read_srv_version() { cd $SCRIPT_DIR - version_number='1.0.0' + version_number='1.0.1' echo "${server_name_for_package}-${version_number}">version.cfg #auto read the number from kernal globals.cpp, no need to change it here } diff --git a/src/bin/pg_config/pg_config.cpp b/src/bin/pg_config/pg_config.cpp index 3679aee30..0b8441d78 100644 --- a/src/bin/pg_config/pg_config.cpp +++ b/src/bin/pg_config/pg_config.cpp @@ -292,7 +292,7 @@ static void show_version(int alls) if (alls) { printf("VERSION = "); } - printf("openGauss 1.0.0\n"); + printf("openGauss 1.0.1\n"); } /* diff --git a/src/gausskernel/dbmind/xtuner/tuner/main.py b/src/gausskernel/dbmind/xtuner/tuner/main.py index 817f7ef88..2e7266cbb 100644 --- a/src/gausskernel/dbmind/xtuner/tuner/main.py +++ b/src/gausskernel/dbmind/xtuner/tuner/main.py @@ -22,7 +22,7 @@ from algorithms.pso import Pso from db_env import DB_Env from utils import SysLogger, Recorder -__version__ = '1.0.0' +__version__ = '1.0.1' """The following are preset parameters, and it is not recommended to modify for green hands unless you have any special purpose.""" diff --git a/src/test/regress/script/OM/auto_upgradectl.sh b/src/test/regress/script/OM/auto_upgradectl.sh index 5c460bb97..b959f0516 100644 --- a/src/test/regress/script/OM/auto_upgradectl.sh +++ b/src/test/regress/script/OM/auto_upgradectl.sh @@ -22,7 +22,7 @@ usergroup="dbgrp" envfilepath="${workdir}/om/env1" logfilesavepath=/home/OM/log upgradefilepath=${workdir}/openGauss/package/${upgradepackage} -package_path=/home/openGauss-1.0.0-CentOS-b109-64bit.tar.gz +package_path=/home/openGauss-1.0.1-CentOS-b109-64bit.tar.gz shellfilepath=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd) # 用户校验 checkUser() diff --git a/src/test/regress/script/OM/automated-test.sh b/src/test/regress/script/OM/automated-test.sh index c912e2e4c..a063ad552 100644 --- a/src/test/regress/script/OM/automated-test.sh +++ b/src/test/regress/script/OM/automated-test.sh @@ -21,7 +21,7 @@ password=`cat ${xmlpath} |grep -w "password"|awk -F'"' '{print $4}'` usergroup="dbgrp" envfilepath="${workspace}/om/env" logfilesavepath=/usr1/opengaussautoinstall/log -package_path=${workspace}/openGauss/package/openGauss-1.0.0-CentOS-64bit.tar.gz +package_path=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit.tar.gz shellfilepath=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd) hostname=`hostname` ip=`hostname -i|awk '{print $1}'`