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
|
internet-kiosk (0.2.0) UNRELEASED; urgency=medium
* Drop bin:package internet-kiosk-management completely.
Reason: Hard to maintain, low quality duplicate of what
can also be achieved with an LTSP chroot.
* debian/internet-kiosk.default:
+ Fix grammar error.
* debian/internet-kiosk.prerm:
+ Fix script name in flawed alternative removal.
* impressive-display:
- Fix launching pulseaudio.
- Add http/https/ftp proxy support.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 24 Mar 2016 18:51:08 +0100
internet-kiosk (0.1.0) unstable; urgency=medium
* New upstream version (0.1.0):
- Complete rework of the Internet Kiosk Browser startup.
-- Mike Gabriel <sunweaver@debian.org> Tue, 22 Mar 2016 18:42:51 +0100
internet-kiosk (0.0.2-0~edu1) unstable; urgency=low
* New upstream version (0.0.2):
- Step towards wheezy, use it as default distribution.
- Add support for plymouth in diskless terminals.
- Add IK_PRETTY_NAME and IK_DISTRO_CODENAME to settings
preview before running commands.
- Change method of mounting /proc, /sys and /dev inside of
chroots.
- Provide README.unconfigured file in /etc/internet-kiosk.
- Fix ik_dte_shell.sh script, escape braces.
- Add line breaks after 80 chars in ik_* scripts.
- Use sed to patch initramfs configuration (rather than a patch
that fails on wheezy). The change is needed for squeeze only.
- Symlink /etc/mtab to /proc/mounts before installing any kernels.
- Hide the mouse pointer if input events become idle (using the
unclutter tool).
- Provide a more complex start up script for the webbrowser.
- Disable kms for radeon and i915 graphics adapters.
- Drop i686 kernel, make sure symlinks to kernel image and initrd are
relative.
- Do not mount /proc and /dev/pts during boot, only keep it in fstab
for chroot mounting.
- Make sure xrandr is available inside chroot, recommend an SSH server
for remote maintenance.
- Make mounting and unmounting in chroot more robust.
- Provide start-stop-daemon wrapper, allows machines to boot while
system is in maintenance mode.
- Only create lo interface entries for IK terminals based on Debian squeeze.
- On post-squeeze Debian systems /var/run has been moved to /run.
- Only mount /proc, /sys, /dev/pts inside chroot if not already mounted.
- Xorg appears as /usr/bin/X in ps ax output. Make sure it gets detected.
- Provide a README.hostname file in doc folder of internet-kiosk-management.
- Remove info lin in ik_shell about disabled service restarts. Service
restarts are now possible during chroot maintenance.
- Add SSH key login support to IK terminals. Re-arrange config templates.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Aug 2012 18:14:02 +0200
internet-kiosk (0.0.1-0~edu1) unstable; urgency=low
* First upstream version (0.0.1):
- Project start.
- Package internet-kiosk, including the internet kiosk daemon functional.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Aug 2012 18:04:18 +0200
|