From 6ba7b9f9dc74fd86f6bf0a36ae6e9b56d95a92b3 Mon Sep 17 00:00:00 2001 From: "Christian R. Helmrich" Date: Wed, 20 Dec 2023 13:00:00 +0100 Subject: [PATCH] finish 1.2.1 release --- CMakeLists.txt | 6 +++--- README.md | 4 ++-- include/License.htm | 4 ++-- include/Release.htm | 15 +++++++++++---- include/version.h | 6 +++--- src/app/exhaleApp.cpp | 6 +++--- src/app/exhaleApp.rc | 6 +++--- src/lib/bitStreamWriter.cpp | 2 +- src/lib/exhaleEnc.cpp | 14 ++++++++++---- src/lib/exhaleEnc.h | 2 +- src/lib/quantization.cpp | 10 +++------- src/lib/quantization.h | 11 +++-------- 12 files changed, 45 insertions(+), 41 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ad3246..ba06f69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,11 @@ ## CMakeLists.txt - Main CMake file that defines how cmake should process and generate the necessary build files - # written by C. D. Degawa, last modified in 2022 - see License.htm for legal notices + # written by C. D. Degawa, last modified in 2023 - see License.htm for legal notices # # The copyright in this software is being made available under the exhale Copyright License # and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third- # party rights, including patent rights. No such rights are granted under this License. # - # Copyright (c) 2018-2021 Christian R. Helmrich, project ecodis. All rights reserved. + # Copyright (c) 2018-2024 Christian R. Helmrich, project ecodis. All rights reserved. ## cmake_minimum_required(VERSION 3.5) # Default version of cmake on Ubuntu 16.04 @@ -16,7 +16,7 @@ if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") endif() -project(exhale VERSION 1.2.0 LANGUAGES CXX) +project(exhale VERSION 1.2.1 LANGUAGES CXX) if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set(CMAKE_BUILD_TYPE Release diff --git a/README.md b/README.md index 6100c28..76813b7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ____________________________________________________________________ Copyright --------- -(c) 2023 Christian R. Helmrich, project ecodis. All rights reserved. +(c) 2024 Christian R. Helmrich, project ecodis. All rights reserved. License @@ -41,7 +41,7 @@ exhale is being made available under an open-source license which is based on the 3-clause BSD license but modified to address particular aspects dictated by the nature and the output of this application. -The license text and release notes for the current version 1.2.0 can +The license text and release notes for the current version 1.2.1 can be found in the `include` subdirectory of the exhale distribution. diff --git a/include/License.htm b/include/License.htm index 28850a1..103e605 100644 --- a/include/License.htm +++ b/include/License.htm @@ -1,4 +1,4 @@ - + @@ -27,7 +27,7 @@


exhale - ecodis extended high-efficiency and low-complexity encoder

referred to as «Software» below; clarifications introduced in October 2020 in italics


   This Software is being made available and/or distributed under the following exhale Copyright License. For a list of authors which have contributed to this Software, called «contributors» in the text below, please refer to the respective files provided with this distribution (source files or binary executable) to which modifications were contributed.


Licensor's Copyright Notice

-

   Copyright © 2018–2022 Christian R. Helmrich, ecodis (Licensor). All rights reserved.

+

   Copyright © 2018–2024 Christian R. Helmrich, ecodis (Licensor). All rights reserved.


List of License Conditions

   Redistribution and use of this Software in source and binary forms, with or without modification, are permitted provided that all of the following four conditions are met: