]> mj.ucw.cz Git - paperjam.git/commitdiff
Released as v1.2 v1.2
authorMartin Mares <mj@ucw.cz>
Sun, 21 Aug 2022 11:22:24 +0000 (13:22 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 21 Aug 2022 11:22:24 +0000 (13:22 +0200)
Makefile
NEWS

index 35e54a6c25e2f98c7fb8bcbcf36820a754285515..32c31b43ba2cb4caf057a197ab8e0884161049ea 100644 (file)
--- 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 '<unknown>' ; fi)
 
diff --git a/NEWS b/NEWS
index 0f12985574d1b4d58c32ff146723097aa66dc411..cf8824040753ee177f9f8a49b6371315b63b2db2 100644 (file)
--- 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.