diff --git a/CHANGELOG.md b/CHANGELOG.md index ceadcafc18..fdf826de9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.1] - 2023-12-30 +### Changed +* clang17でのコンパイルエラーを修正 +### Fixed +* v1.2.2, v1.3.0 でサーバーがsegmentation faultするバグを修正 (#160) + ## [1.3.0] - 2023-12-26 ### Changed * debugビルドのdllファイル名をwebcfacedに変更 (#148) diff --git a/CMakeLists.txt b/CMakeLists.txt index b918fa29cf..307ad3003e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project(webcface LANGUAGES CXX - VERSION 1.3.0 + VERSION 1.3.1 HOMEPAGE_URL "https://github.com/na-trium-144/webcface" DESCRIPTION "Web-based RPC & UI Library" ) diff --git a/Doxyfile b/Doxyfile index 2692f365de..08452e6633 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "WebCFace" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.3.0" +PROJECT_NUMBER = "1.3.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 8a10dad926..b55f75d452 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Debianなど他のディストリビューションで動作するかはわか
Ubuntu 22.04, x86_64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu22.04_amd64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_amd64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_amd64.deb ``` @@ -63,7 +63,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 22.04, arm64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu22.04_arm64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_arm64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_arm64.deb ``` @@ -72,7 +72,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 22.04, armhf ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu22.04_armhf.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_armhf.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_armhf.deb ``` @@ -81,7 +81,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, x86_64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu20.04_amd64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_amd64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_amd64.deb ``` @@ -90,7 +90,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, arm64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu20.04_arm64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_arm64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_arm64.deb ``` @@ -99,7 +99,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, armhf ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.0/webcface_1.3.0-ubuntu20.04_armhf.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_armhf.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_armhf.deb ``` diff --git a/package.xml b/package.xml index 3a9bdf104b..d37246548c 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ webcface - 1.2.0 + 1.3.1 Web-based RPC & UI Library na-trium-144 MIT