[simple-scan/gnome-3-38] Release 3.38.2
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/gnome-3-38] Release 3.38.2
- Date: Tue, 8 Dec 2020 11:38:19 +0000 (UTC)
commit aea810cf57b7029101039da13caf2fa7eb745840
Author: Bartosz Kosiorek <gang65 poczta onet pl>
Date: Tue Dec 8 12:06:36 2020 +0100
Release 3.38.2
NEWS | 10 ++++++++++
data/simple-scan.appdata.xml.in | 16 ++++++++++++++++
meson.build | 2 +-
3 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ba1781a0..f521cba1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in simple-scan 3.38.2
+~~~~~~~~~~~~~~
+Released: 2020-12-08
+
+ * Add new text resolution 200 dpi [#175].
+ * Fix crash when scanning on Lexmark MFP.
+ * Display an error, when no documents found in the feeder during start scanning [#195].
+ * Do not use is_inhibited() as it is not reliable, check the cookie value instead.
+ * Updated translations.
+
Overview of changes in simple-scan 3.38.1
~~~~~~~~~~~~~~
Released: 2020-10-02
diff --git a/data/simple-scan.appdata.xml.in b/data/simple-scan.appdata.xml.in
index b2a4da1f..32f46e8b 100644
--- a/data/simple-scan.appdata.xml.in
+++ b/data/simple-scan.appdata.xml.in
@@ -25,6 +25,22 @@
<url type="donation">https://www.gnome.org/friends/</url>
<developer_name>The GNOME Project</developer_name>
<releases>
+ <release date="2020-12-08" version="3.38.2" >
+ <description>
+ <p>
+ This is an stable release in the 3.38 series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add new text resolution 200 dpi [#175].</li>
+ <li>Fix crash when scanning on Lexmark MFP.</li>
+ <li>Display an error, when no documents found in the feeder during start scanning [#195].</li>
+ <li>Do not use is_inhibited() as it is not reliable, check the cookie value instead.</li>
+ <li>Updated translations.</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
<release date="2020-10-02" version="3.38.1">
<description>
<p>
diff --git a/meson.build b/meson.build
index 2024075f..00b34b96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('simple-scan', ['vala', 'c'],
- version: '3.38.1',
+ version: '3.38.2',
license: 'GPLv3+',
default_options: [
'warning_level=1',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]