[ocrfeeder] Update for release 0.8.5



commit edd666ac6f04720f3a8ec1bd9f082308d282491d
Author: Joaquim Rocha <me joaquimrocha com>
Date:   Tue Mar 15 16:44:03 2022 +0000

    Update for release 0.8.5
    
    The previous tag was not a mistake since it was pushed from a dev
    branch. The patch is the same that was then merged to master, but this
    release is for "cleaning" that mistake and use a tag pointing to the a
    commit in the main tree.

 NEWS         | 13 ++++++++++++-
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ffe5cdc..0b23dd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,21 @@
+Version 0.8.5
+~~~~~~~~~~~~~
+Released: 2022-03-15
+
+Bug Fixes:
+ * Fix arguments for ghostscript invocation (thanks to @RenWal)
+
+Other:
+ * The previously pushed tag was a mistake as it was pointing to a
+   temporary branch. No real issues for the user, but this release/tag
+   now fixes that.
+
 Version 0.8.4
 ~~~~~~~~~~~~~
 Released: 2022-03-14
 
 Bug Fixes:
  * Prevent invoking shell commands from the file name (thanks to @RenWal)
- * Fix arguments for ghostscript invocation (thanks to @RenWal)
 
 Version 0.8.3
 ~~~~~~~~~~~~~
diff --git a/configure.ac b/configure.ac
index e8c3e32..3404da1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 AC_INIT([ocrfeeder],
-        [0.8.4],
+        [0.8.5],
         [https://gitlab.gnome.org/GNOME/ocrfeeder/issues],
         [ocrfeeder])
 


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