summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn15
-rw-r--r--doc/comments.mdwn9
-rw-r--r--doc/faq.mdwn6
-rw-r--r--doc/news/version_1.20170520.mdwn13
4 files changed, 43 insertions, 0 deletions
diff --git a/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn b/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
new file mode 100644
index 0000000..52b9faf
--- /dev/null
+++ b/doc/bugs/fails_to_build_against_current_LTS_Haskell.mdwn
@@ -0,0 +1,15 @@
+debug-me fails to build against LTS 8.23:
+
+ ...
+ [20 of 32] Compiling WebSockets ( WebSockets.hs,
+ dist/build/debug-me/debug-me-tmp/WebSockets.o )
+
+ WebSockets.hs:96:9: error:
+ `fromDataMessage' is not a (visible) method of class `WebSocketsData'
+
+ WebSockets.hs:123:11: error:
+ Not in scope: `connectionCompressionOptions'
+ Makefile:29: recipe for target 'debug-me' failed
+ make[2]: *** [debug-me] Error 1
+
+--spwhitton
diff --git a/doc/comments.mdwn b/doc/comments.mdwn
new file mode 100644
index 0000000..e19962b
--- /dev/null
+++ b/doc/comments.mdwn
@@ -0,0 +1,9 @@
+[[!sidebar content="""
+[[!inline pages="comment_pending(*)" feedfile=pendingmoderation
+description="comments pending moderation" show=-1]]
+Comments in the [[!commentmoderation desc="moderation queue"]]:
+[[!pagecount pages="comment_pending(*)"]]
+"""]]
+
+Recent comments posted to this site:
+[[!inline pages="comment(*)" template="comment"]]
diff --git a/doc/faq.mdwn b/doc/faq.mdwn
index 6884ec0..10d6422 100644
--- a/doc/faq.mdwn
+++ b/doc/faq.mdwn
@@ -62,6 +62,12 @@ For this to work, you have to have a copy of the session log file. This is
why the debug-me server will email it to you at the end of the session, to
make sure you get a copy.
+To verify a session log file, run: `debug-me --verify debug-me.log`
+That will display the gpg key of the developer who was active in
+that session, and verify the integrety of the log file.
+
+A debug-me log file can be replayed by running: `debug-me --reply debug-me.log`
+
### For Developers
#### What do I need to do to start using debug-me?
diff --git a/doc/news/version_1.20170520.mdwn b/doc/news/version_1.20170520.mdwn
new file mode 100644
index 0000000..094f328
--- /dev/null
+++ b/doc/news/version_1.20170520.mdwn
@@ -0,0 +1,13 @@
+debug-me 1.20170520 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * debug-me is available in Debian unstable.
+ * gpg keyrings in /usr/share/debug-me/ will be checked
+ to see if a connecting person is a known developer of software
+ installed on the system, and so implicitly trusted already.
+ Software packages/projects can install keyrings to that location.
+ (Thanks to Sean Whitton for the idea.)
+ * make install installs /usr/share/debug-me/a\_debug-me\_developer.gpg,
+ which contains the key of Joey Hess. (stack and cabal installs don't
+ include this file because they typically don't install system-wide)
+ * debug-me.cabal: Added dependency on time.
+ * stack.yaml: Update to new posix-pty version."""]] \ No newline at end of file