From: Martin Mares Date: Sun, 21 Aug 2022 11:22:24 +0000 (+0200) Subject: Released as v1.2 X-Git-Tag: v1.2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=90173f436b39bfe39491aa356a218ac185618d1c;p=paperjam.git Released as v1.2 --- diff --git a/Makefile b/Makefile index 35e54a6..32c31b4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.1.1 -YEAR=2020 +VERSION=1.2 +YEAR=2022 BUILD_DATE:=$(shell date '+%Y-%m-%d') BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '' ; fi) diff --git a/NEWS b/NEWS index 0f12985..cf88240 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 1.2 (2022-08-21) + + o Automatic page rotation based on the /Rotate key. + o Fixed bugs in selectors that walk pages backwards. + Version 1.1.1 (2020-02-11) o Several minor bug fixes, especially wrt. newer C++ compilers.