diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-16 13:25:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-16 13:25:43 +0200 |
commit | d7d669be4576111e434afdfe582f1c74a9f111d4 (patch) | |
tree | 4ac764b4092d5a407ed7dc3879d66361c25bca50 /ChangeLog | |
parent | b600485e89694a49c657216d1ce9532cbe488901 (diff) | |
download | desktop-autoloader-b002558b41183cc7615d7953e66027cca24fe432.tar.gz desktop-autoloader-b002558b41183cc7615d7953e66027cca24fe432.tar.bz2 desktop-autoloader-b002558b41183cc7615d7953e66027cca24fe432.zip |
release 0.0.40.0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 64 insertions, 2 deletions
@@ -1,6 +1,68 @@ -2018-04-03 20:41:08 +0200 Mike Gabriel (e84db87) +2018-05-16 13:25:43 +0200 Mike Gabriel (eec1fb7) - * release 0.0.3 (HEAD -> master, tag: 0.0.3) + * release 0.0.4 (HEAD -> master, tag: 0.0.4) + +2018-05-16 11:15:28 +0200 Mike Gabriel (b600485) + + * bin/desktop-autoloader: Fix regexp that checks expectable value for + DISPLAY env var. + +2018-05-15 23:59:05 +0200 Mike Gabriel (83f2633) + + * Log to syslog when started and when done. + +2018-05-15 23:29:56 +0200 Mike Gabriel (3105de7) + + * some var names: ENABLED, not ENABLE. + +2018-05-15 21:35:57 +0200 Mike Gabriel (14bd436) + + * contrib/desktop-autoloader.cron.d: Correctly escape the + randomization calculation. + +2018-05-15 21:07:31 +0200 Mike Gabriel (b9a4b60) + + * debian/control: Add to S (desktop-autoloader): x11vnc. + +2018-05-15 21:07:02 +0200 Mike Gabriel (fcf675a) + + * X11VNC debugging: Add support to observed autoloaded sessions via + VNC (needs to be enabled specifically). + +2018-04-17 21:38:26 +0200 Mike Gabriel (35136a6) + + * desktop-autoloader.default: Comment out all values, as they are the + defaults anyway. + +2018-04-17 21:37:05 +0200 Mike Gabriel (a74d9c2) + + * Provide means to configure a required memory threshold. If the + system is below that threshold, desktop autoloader won't + run. Starting with a default value of 2048MiB for this + threshold. + +2018-04-17 21:28:25 +0200 Mike Gabriel (ec7850b) + + * CRON job: Randomize startup delay (an initial 60secs plus another + 1-200secs) to reduce load on the diskless server. + +2018-04-17 21:24:23 +0200 Mike Gabriel (6d57753) + + * Assure that Desktop Autoloader is disabled by default and requires + an explicit activation step. + +2018-04-04 12:07:02 +0200 Mike Gabriel (9f120db) + + * bin/desktop-autoloader: Wipe .xsession-errors if run under + desktop-autoloader user. + +2018-04-04 11:37:49 +0200 Mike Gabriel (915ec6f) + + * debian/control: Rephrase LONG_DESCRIPTION. + +2018-04-03 20:41:08 +0200 Mike Gabriel (b06b13c) + + * release 0.0.3 (tag: 0.0.3) 2018-04-03 20:39:43 +0200 Mike Gabriel (500f2c6) |