From 85b0ef4dd1c9d34df91d16e26013e0dfa992c3d4 Mon Sep 17 00:00:00 2001 From: Bart Wyatt Date: Tue, 20 Nov 2018 14:08:42 -0500 Subject: [PATCH 1/2] bump version to 1.4.4 --- CMakeLists.txt | 2 +- Docker/README.md | 4 ++-- README.md | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1136ace531..360d6c973ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ set( CXX_STANDARD_REQUIRED ON) set(VERSION_MAJOR 1) set(VERSION_MINOR 4) -set(VERSION_PATCH 3) +set(VERSION_PATCH 4) set( CLI_CLIENT_EXECUTABLE_NAME cleos ) set( NODE_EXECUTABLE_NAME nodeos ) diff --git a/Docker/README.md b/Docker/README.md index 7f96f6b6391..db0340e3116 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -20,10 +20,10 @@ cd eos/Docker docker build . -t eosio/eos ``` -The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.4.3 tag, you could do the following: +The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.4.4 tag, you could do the following: ```bash -docker build -t eosio/eos:v1.4.3 --build-arg branch=v1.4.3 . +docker build -t eosio/eos:v1.4.4 --build-arg branch=v1.4.4 . ``` By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image. diff --git a/README.md b/README.md index 348201ab470..d695166058a 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ $ brew remove eosio ``` #### Ubuntu 18.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.ubuntu-18.04-x86_64.deb -$ sudo apt install ./eosio-1.4.3.ubuntu-18.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-18.04-x86_64.deb +$ sudo apt install ./eosio-1.4.4.ubuntu-18.04-x86_64.deb ``` #### Ubuntu 16.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.ubuntu-16.04-x86_64.deb -$ sudo apt install ./eosio-1.4.3.ubuntu-16.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-16.04-x86_64.deb +$ sudo apt install ./eosio-1.4.4.ubuntu-16.04-x86_64.deb ``` #### Debian Package Uninstall ```sh @@ -53,8 +53,8 @@ $ sudo apt remove eosio ``` #### RPM Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.3/eosio-1.4.3.x86_64-0.x86_64.rpm -$ sudo yum install ./eosio-1.4.3.x86_64-0.x86_64.rpm +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.x86_64-0.x86_64.rpm +$ sudo yum install ./eosio-1.4.4.x86_64-0.x86_64.rpm ``` #### RPM Package Uninstall ```sh From 7556dbf70e52b578235fec935994959784eac1dc Mon Sep 17 00:00:00 2001 From: Emory Barlow Date: Tue, 20 Nov 2018 14:47:19 -0500 Subject: [PATCH 2/2] Update README to reflect new package names --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d695166058a..2a048d5b973 100644 --- a/README.md +++ b/README.md @@ -39,24 +39,33 @@ $ brew remove eosio ``` #### Ubuntu 18.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-18.04-x86_64.deb -$ sudo apt install ./eosio-1.4.4.ubuntu-18.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio_1.4.4-1-ubuntu-18.04_amd64.deb +$ sudo apt install ./eosio_1.4.4-1-ubuntu-18.04_amd64.deb ``` #### Ubuntu 16.04 Debian Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.ubuntu-16.04-x86_64.deb -$ sudo apt install ./eosio-1.4.4.ubuntu-16.04-x86_64.deb +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio_1.4.4-1-ubuntu-16.04_amd64.deb +$ sudo apt install ./eosio_1.4.4-1-ubuntu-16.04_amd64.deb ``` #### Debian Package Uninstall ```sh $ sudo apt remove eosio ``` -#### RPM Package Install +#### Centos RPM Package Install ```sh -$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4.x86_64-0.x86_64.rpm -$ sudo yum install ./eosio-1.4.4.x86_64-0.x86_64.rpm +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4-1.el7.x86_64.rpm +$ sudo yum install ./eosio-1.4.4-1.el7.x86_64.rpm ``` -#### RPM Package Uninstall +#### Centos RPM Package Uninstall +```sh +$ sudo yum remove eosio.cdt +``` +#### Fedora RPM Package Install +```sh +$ wget https://github.com/eosio/eos/releases/download/v1.4.4/eosio-1.4.4-1.fc27.x86_64.rpm +$ sudo yum install ./eosio-1.4.4-1.fc27.x86_64.rpm +``` +#### Fedora RPM Package Uninstall ```sh $ sudo yum remove eosio.cdt ```