summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-21 16:09:48 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-11-21 16:10:04 +0100
commita3487fd65b07456d939f95e011db67148dbc4af8 (patch)
treea276f7f6a8bd19a6f42140126c23e87637118015
parent59067d08b5b3b548aa0cd4fcbd7b2e2eff2d523a (diff)
downloadimpressive-display-a3487fd65b07456d939f95e011db67148dbc4af8.tar.gz
impressive-display-a3487fd65b07456d939f95e011db67148dbc4af8.tar.bz2
impressive-display-a3487fd65b07456d939f95e011db67148dbc4af8.zip
release 0.3.00.3.0
-rw-r--r--ChangeLog177
-rw-r--r--VERSION2
-rwxr-xr-xbin/impressive-display2
-rw-r--r--data/impressive-display.12
-rw-r--r--data/impressive-display.tex2
5 files changed, 178 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 153d9f3..719350b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,181 @@
-2016-11-14 10:19:34 +0100 Mike Gabriel (ce1cb09)
+2016-11-21 16:09:48 +0100 Mike Gabriel (e4d2bdb)
- * release 0.2.5 (HEAD, master)
+ * release 0.3.0 (HEAD, master)
+
+2016-11-21 16:09:15 +0100 Mike Gabriel (59067d0)
+
+ * impressive-display.default: Document that the default resolution is
+ "".
+
+2016-11-21 16:08:32 +0100 Mike Gabriel (c97d2d2)
+
+ * impressive-display: Silence some grep calls.
+
+2016-11-21 16:04:51 +0100 Mike Gabriel (f5eb800)
+
+ * curl subprocess: Hide stderr when logging to syslog.
+
+2016-11-21 15:58:21 +0100 Mike Gabriel (0d1edff)
+
+ * Whitespace fix for prev. commit.
+
+2016-11-21 15:50:18 +0100 Mike Gabriel (5691c6a)
+
+ * LOG_TO_SYSLOG: Really expect "yes" with LOG_TO_SYSLOG env var.
+ (origin/master)
+
+2016-11-21 15:46:55 +0100 Mike Gabriel (4585650)
+
+ * Set hard-coded/recommended slide duration to 5secs.
+
+2016-11-21 15:45:16 +0100 Mike Gabriel (6c3cf46)
+
+ * impressive-display: Validate PDF_URI before using it with curl.
+
+2016-11-21 15:44:48 +0100 Mike Gabriel (c039c70)
+
+ * impressive-display.default: Fix DEFAULT_PDF_URI.
+
+2016-11-21 15:34:55 +0100 Mike Gabriel (1f7acbc)
+
+ * DEFAULT_PDF_URI: Switch to Impressive Display HowTo as default PDF
+ URI.
+
+2016-11-21 15:32:30 +0100 Mike Gabriel (20da43e)
+
+ * secret files: Don't allow them to be symlinks.
+
+2016-11-21 15:32:06 +0100 Mike Gabriel (1ab8924)
+
+ * Support /home/mike/.impressive-display/secrets/default.secret.
+
+2016-11-21 15:30:48 +0100 Mike Gabriel (154468c)
+
+ * Use /home/mike/.impressive-display/config as local configuration
+ file.
+
+2016-11-21 15:28:04 +0100 Mike Gabriel (d558bb8)
+
+ * DISPLAYS hashmap: Be a bit more precise where new fields begin.
+
+2016-11-21 15:24:55 +0100 Mike Gabriel (8936449)
+
+ * data/.gitignore: Ignore all .tex related temp files.
+
+2016-11-21 15:23:53 +0100 Mike Gabriel (c441472)
+
+ * examples/impressive-display.default: Update from Debian package.
+
+2016-11-21 15:23:28 +0100 Mike Gabriel (ac9fa13)
+
+ * Makefile: Provide Makefile that automized build/installation.
+
+2016-11-21 14:09:27 +0100 Mike Gabriel (dfc784d)
+
+ * Copyright: Explicitly add Daniel Teichmann as co-copyright holder.
+
+2016-11-21 14:09:09 +0100 Mike Gabriel (7906ccc)
+
+ * Update VERSION file, update version and date in man page.
+
+2016-11-21 14:05:59 +0100 Mike Gabriel (04903e3)
+
+ * examples/: Add example impressive-display.default script.
+
+2016-11-21 14:05:28 +0100 Mike Gabriel (084cd70)
+
+ * Finish Impressive Display HowTo Beamer presentation file.
+
+2016-11-18 16:30:36 +0100 Mike Gabriel (a429a44)
+
+ * doc: Start working on impressive-display.tex (LaTeX Beamer
+ presentation).
+
+2016-11-18 14:53:08 +0100 DanielsLPecke (d3d849c)
+
+ * Use curl's --netrc-file option rather than its promiscuous -u
+ option.
+
+2016-11-18 13:42:19 +0100 Mike Gabriel (d79b6c6)
+
+ * Rework Test-PDFs, add README about origin of the PDFs.
+
+2016-11-18 12:32:54 +0100 Mike Gabriel (472e8e2)
+
+ * Fix gunzip code, for PDF URIs that let us retrieve a compressed
+ PDF.
+
+2016-11-18 12:32:27 +0100 Mike Gabriel (9e5faa5)
+
+ * whitespace fix
+
+2016-11-18 12:32:12 +0100 Mike Gabriel (9ad64fd)
+
+ * FIXME: handle script startup for cases where no PDF file can be
+ retrieved initially.
+
+2016-11-18 12:31:00 +0100 Mike Gabriel (c78cf5c)
+
+ * Drop clear at script startup. If necessary, add it in one of the
+ parsed-in files.
+
+2016-11-18 12:30:04 +0100 Mike Gabriel (000fd02)
+
+ * Remove debug output (set -x).
+
+2016-11-18 12:29:34 +0100 Mike Gabriel (8895b5a)
+
+ * Do some sanity checks on set credential strings.
+
+2016-11-18 12:27:33 +0100 Mike Gabriel (5870c6f)
+
+ * Move trap command below cleanup() function.
+
+2016-11-18 12:26:41 +0100 Mike Gabriel (9005a4b)
+
+ * Prepend file:// to file name in DEFAULT_PDF_URI (hard-coded).
+
+2016-11-18 11:11:02 +0100 DanielsLPecke (b90ff3f)
+
+ * Change creds format
+
+2016-11-16 13:47:23 +0100 DanielsLPecke (edb31dd)
+
+ * Change Output message. Remove unnecessary 'xrandr's
+
+2016-11-16 13:44:43 +0100 DanielsLPecke (22f9ab3)
+
+ * Change 'currentDisplay' to 'currentOutput'. Move the trap and
+ 'currentOutput'-setter to the top
+
+2016-11-16 13:07:05 +0100 DanielsLPecke (f20e48c)
+
+ * Change resolution on script-exit
+
+2016-11-16 13:05:07 +0100 DanielsLPecke (d0644b2)
+
+ * Fix bug: resolution doesn't change
+
+2016-11-14 13:42:03 +0100 DanielsLPecke (a460a4f)
+
+ * Drop local_pdffile function, don't reference unused PDF_FILE
+ variable anymore.
+
+2016-11-14 11:51:02 +0100 DanielsLPecke (195648e)
+
+ * Clear screen on script startup
+
+2016-11-11 12:41:56 +0100 DanielsLPecke (1cd51d1)
+
+ * Add support for individually configuring multiple displays.
+
+2016-11-14 10:19:34 +0100 Mike Gabriel (d73088a)
+
+ * release 0.2.5
2016-11-10 14:11:32 +0100 DanielsLPecke (189da2c)
- * New feature: support hostname-faking (origin/master)
+ * New feature: support hostname-faking
2016-11-10 13:16:04 +0100 DanielsLPecke (98f1419)
diff --git a/VERSION b/VERSION
index 4141f87..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.990
+0.3.0
diff --git a/bin/impressive-display b/bin/impressive-display
index 0e3bdf7..3633aa8 100755
--- a/bin/impressive-display
+++ b/bin/impressive-display
@@ -34,7 +34,7 @@
# texlive-extra-utils (for pdfnup)
# poppler-utils (for pdfinfo)
-VERSION="0.2.990"
+VERSION="0.3.0"
# Can be configured at "/etc/default/impressive-display"
# FIXME: use LaTeX Beamer based presentation file that documents impressive-display.
diff --git a/data/impressive-display.1 b/data/impressive-display.1
index e83b341..b855a0f 100644
--- a/data/impressive-display.1
+++ b/data/impressive-display.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH impressive-display 1 "Nov 2016" "Version 0.2.990" "Impressive PDF Display"
+.TH impressive-display 1 "Nov 2016" "Version 0.3.0" "Impressive PDF Display"
.SH NAME
impressive-display \- Fullscreen PDF Display Session Manager
.SH SYNOPSIS
diff --git a/data/impressive-display.tex b/data/impressive-display.tex
index e895ce2..418b82b 100644
--- a/data/impressive-display.tex
+++ b/data/impressive-display.tex
@@ -26,7 +26,7 @@
\beamertemplatenumberedsquaresectiontoc
\beamertemplatetransparentcovered
-\title[Impressive Display]{Impressive Display HowTo (v0.2.990)}
+\title[Impressive Display]{Impressive Display HowTo (v0.3.0)}
\institute[Debian Edu]{Debian Edu Dev Team}
\author[Debian Edu \\ Dev Team]{Mike Gabriel \\ Daniel Teichmann \\ and others}
\date{Nov 2016}