From d55e36267a286a5a1b6616743ad69d9ff862b822 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Mon, 6 Jan 2014 19:45:59 +0100 Subject: [PATCH] Release notes updated for v1.1-stable --- OCRmyPDF.sh | 2 +- RELEASE_NOTES.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/OCRmyPDF.sh b/OCRmyPDF.sh index 01d1a48c..cf96e5e3 100644 --- a/OCRmyPDF.sh +++ b/OCRmyPDF.sh @@ -4,7 +4,7 @@ ############################################################################## TOOLNAME="OCRmyPDF" -VERSION="v1.0-stable" +VERSION="v1.1-stable" START=`date +%s` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfb6214c..6e63937c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,38 @@ Please always read this file before installing the package Download software here: https://github.com/fritz-hh/OCRmyPDF/tags +v1.1-stable (2014-01-06): +==== + +New features +------------ + +- N/A + +Changes +------- + +- N/A + +Fixes +----- + +- Fixed syntax error (bashism) leading to an error message on certain systems (fixes #42) + +Tested with +----------- + +- Operating system: FreeBSD 9.1 +- Dependencies: + - poppler-utils 0.22.2 + - ImageMagick 6.8.0-7 2013-03-30 + - Unpaper 0.3 + - tesseract 3.02.02 + - Python 2.7.3 + - pdftk 1.45 + - ghoscript (gs): 9.06 + - java: openjdk version "1.7.0_17" + v1.0-stable (2013-05-06): ====