aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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