aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:09:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 20:09:02 -0700
commit5196343c09848605f3cd8228ad0ed8929cd5a0cd (patch)
tree63d8d1efbe2070154baa6b14a93cda8491d1bbbc
parent4500636f410fd723a43d8ec4c06fd53f0b86be7e (diff)
parent1bb26c618f2fdc29e9b3063b1378da7ffd251b17 (diff)
downloadsscan-5196343c09848605f3cd8228ad0ed8929cd5a0cd.tar.gz
Merge tag '0.2' into athena/buster
release 0.2 # gpg: Signature made Mon 27 Jan 2020 08:08:42 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
-rw-r--r--Main.hs3
-rw-r--r--NEWS.md4
-rw-r--r--sscan.cabal2
3 files changed, 4 insertions, 5 deletions
diff --git a/Main.hs b/Main.hs
index 412b237..5a5bb3f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -117,9 +117,6 @@ processScanSessDir st dir = withCurrentDirectory dir $ do
in unlines [ "InfoBegin"
, "InfoKey: Title"
, "InfoValue: scan of " ++ date
- , "InfoBegin"
- , "InfoKey: Author"
- , "InfoValue: spw"
]
makeInitialState :: IO St
diff --git a/NEWS.md b/NEWS.md
index b9c2622..d4f5228 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,10 @@
-0.2 (unreleased)
+0.2 (2020-01-27)
----------------
- README tweaks.
- Switch CHANGELOG to NEWS.md.
+- Stop adding document author metadata.
+ Previously, the author's own initials were hardcoded into sscan.
0.1 (2017-03-12)
----------------
diff --git a/sscan.cabal b/sscan.cabal
index 1659b75..03912d4 100644
--- a/sscan.cabal
+++ b/sscan.cabal
@@ -1,5 +1,5 @@
name: sscan
-version: 0.1
+version: 0.2
synopsis: text UI for scanning with SANE
-- description:
license: GPL-3