From e73388c726430ad724104b4a16d6c1c9821f35e9 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Fri, 14 Aug 2020 13:06:51 +0300 Subject: [PATCH] release 0.5.3 --- CMakeLists.txt | 2 +- NEWS | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 615d728..45b324b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ set(CPACK_PACKAGE_VENDOR "Evgeniy Dushistov ") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.org") set(CPACK_PACKAGE_VERSION_MAJOR "0") set(CPACK_PACKAGE_VERSION_MINOR "5") -set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_PACKAGE_VERSION_PATCH "3") set(sdcv_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") diff --git a/NEWS b/NEWS index 1e89e87..2cb9807 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,15 @@ +Version 0.5.3 + - Use single quotes around JSON data to reduce need for escaping + - Store integer magic in cache file + - Added $SDCV_HISTFILE to set history file + - return exit code 2 if search term not found + - Comply with the XDG Base Directory Specification Version 0.5.2 -Synonyms index support (.syn files) by Peter -Add support of json output by Peter (--json-output) -Add -e for exact searches (no fuzzy matches) by Peter -Fix build with clang 3.4.1 -fix FSF address in license by Tomáš Čech + - Synonyms index support (.syn files) by Peter + - Add support of json output by Peter (--json-output) + - Add -e for exact searches (no fuzzy matches) by Peter + - Fix build with clang 3.4.1 + - fix FSF address in license by Tomáš Čech Version 0.5.1 Fix usage of SDCV_PAGER by Anton Yuzhaninov