diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-02 01:19:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-02 01:19:51 +0200 |
commit | 14488b0d6d749554fc493e99913b730bea7116a6 (patch) | |
tree | 02709f07b065a9d7f4f17f38e8e1bca1c552ba4f | |
parent | e2e75eed64c68b9f77b0204c708ae3e4aeea7085 (diff) | |
download | impressive-display-14488b0d6d749554fc493e99913b730bea7116a6.tar.gz impressive-display-14488b0d6d749554fc493e99913b730bea7116a6.tar.bz2 impressive-display-14488b0d6d749554fc493e99913b730bea7116a6.zip |
release 0.2.30.2.3
-rw-r--r-- | ChangeLog | 44 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | bin/impressive-display | 2 |
3 files changed, 43 insertions, 5 deletions
@@ -1,6 +1,44 @@ -2016-03-29 21:19:40 +0200 Mike Gabriel (686af41) +2016-04-02 01:19:46 +0200 Mike Gabriel (7e51581) - * release 0.2.2 (HEAD, master) + * release 0.2.3 (HEAD, master) + +2016-04-02 01:18:13 +0200 Mike Gabriel (e2e75ee) + + * Print script version on script startup. + +2016-04-02 01:16:11 +0200 Mike Gabriel (83b29a4) + + * Print PDF_URL and PDF_FILE on script startup. + +2016-04-02 01:15:53 +0200 Mike Gabriel (b34977b) + + * Make impressive-display script really quiet, so that we avoid + writing too much output to .xsession-errors on diskless + systems. + +2016-04-02 01:14:38 +0200 Mike Gabriel (e7b2200) + + * Add support for RUSH_HOURS and SLEEP_HOURS to the PDF download + loop. + +2016-04-02 01:13:14 +0200 Mike Gabriel (3f05033) + + * Slightly modify debugging comment at beginning of + impressive-display script. + +2016-04-01 15:44:28 +0200 Mike Gabriel (0b40f41) + + * Handle situations where the 'bc' command line calculator is not + installed. + +2016-03-29 21:34:50 +0200 Mike Gabriel (f749ffb) + + * Silence stderr output of the kill command when testing for existing + PIDs. (origin/master) + +2016-03-29 21:19:40 +0200 Mike Gabriel (d243e22) + + * release 0.2.2 (tag: 0.2.2) 2016-03-29 21:19:24 +0200 Mike Gabriel (4d9308a) @@ -13,7 +51,7 @@ 2016-03-29 21:07:18 +0200 Mike Gabriel (8cb71b7) - * release 0.2.1 (tag: 0.2.1, origin/master) + * release 0.2.1 (tag: 0.2.1) 2016-03-29 21:02:34 +0200 Mike Gabriel (fc2392f) @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/bin/impressive-display b/bin/impressive-display index 4655ab1..cf255e1 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -33,7 +33,7 @@ # texlive-extra-utils (for pdfnup) # poppler-utils (for pdfinfo) -VERSION="0.2.2" +VERSION="0.2.3" PDF_URL="http://localhost" |