aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: b72c3a776f444ce1107d3ece39ac24effd53ec41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
2018-05-16 13:25:43 +0200 Mike Gabriel (eec1fb7)

	* 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)

	* contrib/desktop-autoloader.cron.d: Escape the percent character.

2018-04-03 20:39:21 +0200 Mike Gabriel (ea5ceaa)

	* data/sleep-and-kill.desktop: Give the autoloaded session time to
          come really up. Even on slow machines / networks.

2018-04-03 19:55:08 +0200 Mike Gabriel (5f7fce0)

	* release 0.0.2 (tag: 0.0.2)

2018-04-03 19:52:30 +0200 Mike Gabriel (e4695f4)

	* data/desktop-autoloader.1: Add version and date to man page.

2018-04-03 19:50:10 +0200 Mike Gabriel (f9728e5)

	* debian/desktop-autoloader.postinst: Shorten path to autostart
          folder under /etc/desktop-autoloader.

2018-04-03 19:49:25 +0200 Mike Gabriel (f718646)

	* debian/desktop-autoloader.postrm: Wipe ~desktop-autoloader and
          /etc/desktop-autoloader when package gets purged.

2018-04-03 19:48:26 +0200 Mike Gabriel (7153a9e)

	* data/desktop-autoloader.1: Add configuration directory and CRON job
          file to man page's SEE ALSO section.

2018-04-03 19:47:49 +0200 Mike Gabriel (ea39e2d)

	* debian/README.Debian: Add file. Explain steps to complete
          configuration of desktop-autoloader on Debian systems.

2018-04-03 14:26:25 +0200 Mike Gabriel (84153dd)

	* bin/desktop-autoloader: Fix entire session startup mechanism.

2018-04-03 14:07:50 +0200 Mike Gabriel (44e17d3)

	* debian/control: Add D (desktop-autoloader): xvfb.

2018-04-03 14:00:22 +0200 Mike Gabriel (532c41e)

	* contrib/desktop-autoloader.cron.d: Fix username and executable
          name.

2018-04-03 13:52:33 +0200 Mike Gabriel (fbd126d)

	* debian/desktop-autoloader.postinst: Prevent from creating recursive
          symlinks in desktop-autoloader's XDG autostart dir.

2018-04-03 13:37:28 +0200 Mike Gabriel (c5919c5)

	* debian/desktop-autoloader.cron.d: Fix name of cron.d file to make
          debhelper happy.

2018-04-03 13:23:54 +0200 Mike Gabriel (33cb157)

	* debian/{control,compat}: Go back to DH version level 9. Allow
          building this project on Debian 9.

2018-04-03 13:23:19 +0200 Mike Gabriel (e185894)

	* debian/source/format: Switch to format 1.0.

2018-04-03 13:22:52 +0200 Mike Gabriel (85366df)

	* debian/deskto-autoloader.postinst: Fix etc path of XDG autostart
          folder template.

2018-04-03 13:12:03 +0200 Mike Gabriel (f1c2545)

	* debian/changelog: post-release fix up of package version

2018-04-03 13:10:54 +0200 Mike Gabriel (7aff49b)

	* release 0.0.1 (tag: 0.0.1)

2018-04-03 13:03:13 +0200 Mike Gabriel (eb1c6cf)

	* Finalize first draft of desktop-autoloader.

2018-03-17 22:59:24 +0100 Mike Gabriel (36c1d28)

	* Formulate README.md properly.

2018-01-12 16:43:18 +0100 Mike Gabriel (539526a)

	* dump everything into Git... for the next day and for backup...