mirror of
https://github.com/Dushistov/sdcv.git
synced 2026-01-14 05:49:48 +00:00
Compare commits
3 Commits
6e36e7730c
...
v0.5.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49c8094b53 | ||
|
|
4346e65bd3 | ||
|
|
d144e0310c |
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -20,12 +20,13 @@ jobs:
|
|||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-20.04, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: jwlawson/actions-setup-cmake@v1.4
|
- uses: jwlawson/actions-setup-cmake@v1.4
|
||||||
|
if: matrix.os != 'ubuntu-latest'
|
||||||
with:
|
with:
|
||||||
cmake-version: '3.5.1'
|
cmake-version: '3.5.1'
|
||||||
github-api-token: ${{ secrets.GITHUB_TOKEN }}
|
github-api-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ set(CPACK_PACKAGE_VENDOR "Evgeniy Dushistov <dushistov@mail.ru>")
|
|||||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.org")
|
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.org")
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR "5")
|
set(CPACK_PACKAGE_VERSION_MINOR "5")
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH "4")
|
set(CPACK_PACKAGE_VERSION_PATCH "5")
|
||||||
|
|
||||||
set(sdcv_VERSION
|
set(sdcv_VERSION
|
||||||
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
||||||
|
|||||||
3
NEWS
3
NEWS
@@ -1,3 +1,6 @@
|
|||||||
|
Version 0.5.5
|
||||||
|
- Avoid crashes when passing unknown dicts to the -u flag (by NiLuJe)
|
||||||
|
- Use off_t for stuff mainly assigned to a stat.st_size value
|
||||||
Version 0.5.4
|
Version 0.5.4
|
||||||
- Use binary search for synonyms
|
- Use binary search for synonyms
|
||||||
- Various improvments in work with synonyms
|
- Various improvments in work with synonyms
|
||||||
|
|||||||
Reference in New Issue
Block a user