[ocrfeeder] Update for release 0.8.3



commit 32967ef99e7524f0b98d92f88342d16446ee93bd
Author: Joaquim Rocha <me joaquimrocha com>
Date:   Sun Mar 8 22:04:24 2020 +0100

    Update for release 0.8.3

 NEWS                                         | 11 +++++++++++
 configure.ac                                 |  2 +-
 resources/org.gnome.OCRFeeder.appdata.xml.in | 12 ++++++++++++
 3 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index eab2f39..f307f93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.8.3
+~~~~~~~~~~~~~
+Released: 2020-03-08
+
+Bug Fixes:
+ * Fix PDF importation, which was broken after the Python 3 port (thanks to
+   @scx)
+ * Allow to import PDF files whose paths have characters Ghostscript doesn't
+   like
+ * Ship the appdata.xml.in the tarball
+
 Version 0.8.2
 ~~~~~~~~~~~~~
 Released: 2020-01-26
diff --git a/configure.ac b/configure.ac
index 9b711a4..476be3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([ocrfeeder],
-        [0.8.2],
+        [0.8.3],
         [https://gitlab.gnome.org/GNOME/ocrfeeder/issues],
         [ocrfeeder])
 
diff --git a/resources/org.gnome.OCRFeeder.appdata.xml.in b/resources/org.gnome.OCRFeeder.appdata.xml.in
index f54cd79..d6840c2 100644
--- a/resources/org.gnome.OCRFeeder.appdata.xml.in
+++ b/resources/org.gnome.OCRFeeder.appdata.xml.in
@@ -35,6 +35,18 @@
   </provides>
   <content_rating type="oars-1.0" />
   <releases>
+    <release version="0.8.3" date="2020-03-08">
+      <description>
+        <_p>
+          Bug Fixes:
+        </_p>
+        <ul>
+          <_li>Fix PDF importation, which was broken after the Python 3 port (thanks to @scx)</_li>
+          <_li>Allow to import PDF files whose paths have characters Ghostscript doesn't like</_li>
+          <_li>Ship the appdata.xml.in the tarball</_li>
+        </ul>
+      </description>
+    </release>
     <release version="0.8.2" date="2020-01-26">
       <description>
         <_p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]