From 6249109d4637f4309c04d6d6205fa76e23efd33b Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 5 Feb 2024 09:35:11 +0100 Subject: [PATCH] Set version to 3.4.2 --- CMakeLists.txt | 2 +- LATEST | 2 +- NEWS | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f09fd9f..1bd30d60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ SET(ENV{LC_ALL} "C") # Project properties PROJECT(gimagereader) SET(PACKAGE_NAME gImageReader) -SET(PACKAGE_VERSION 3.4.1) +SET(PACKAGE_VERSION 3.4.2) SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") diff --git a/LATEST b/LATEST index bea438e9..4d9d11cf 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -3.3.1 +3.4.2 diff --git a/NEWS b/NEWS index 47ec3562..4fbb31af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +gImageReader 3.4.2 (Feb 05 2024): +* Bufgixes: + - [Qt] Fix crash in FileTreeModel::findFile with temporary file + - [Gtk] Correctly notify hOCR tree updates when merging items + - [Win32] Fix dictionary installation directory + - Quote x_font property in hOCR documents + - Assorted Wayland fixes +* Enhancements: +- Add support for PoDoFo 0.10.x +- Apply brightness/contrast/resolution/invert to all selected images +* Updated translations +* See https://github.com/manisandro/gImageReader/compare/v3.4.1...v3.4.2 for details + gImageReader 3.4.1 (Jan 29 2023): * Bugfixes: - Fix warning about text in pdf incorrectly shown even if PDF has no text