--- mcore-src/trunk/mcore-tools/ChangeLog 2012/08/13 12:01:05 2033 +++ mcore-src/trunk/mcore-tools/ChangeLog 2013/05/13 09:18:40 2092 @@ -1,5 +1,167 @@ +2013-05-13 Niels Rogalla + + * [r2091] daemon/include/daemon.global.class: + list_files_in_directory(): fixed typos + +2013-05-10 Niels Rogalla + + * [r2090] daemon/client/include/system.client.class, + daemon/client/include/systemd.client.class, + daemon/client/include/sysvinit.client.class: + -use enable|disable commands to add|remove services from + runlevels + * [r2089] daemon/client/include/systemd.client.class: + -auto-append .service to services when missing to fix a $MROOT + issue + * [r2088] daemon/client/include/sysvinit.client.class: + -disable some command which not work with $MROOT set + * [r2087] daemon/client/include/system.client.class: + -honor $MROOT variable + * [r2086] daemon/client/include/plymouth.client.class: + -honor $MROOT variable + * [r2085] daemon/client/include/boot.client.class: + -honor $MROOT variable + * [r2084] daemon/client/include/systemd.client.class: + -honor $MROOT variable + * [r2083] daemon/include/daemon.global.class: + -added system_chroot() function + * [r2082] dracut/module-setup.sh: + -added some missing progs to check function and install + systemd-nspawn + * [r2081] dracut/run-mcored.sh: + -mount sysroot writeable + * [r2080] dracut/module-setup.sh: + -fixed whitespaces + * [r2079] Makefile, daemon/client/include/boot.client.class, + daemon/client/include/fbsplash.client.class[ADD], + daemon/client/include/plymouth.client.class[ADD], + daemon/client/include/system.client.class, + daemon/client/include/systemd.client.class[ADD], + daemon/client/include/sysvinit.client.class[ADD]: + -split systemd, sysvinit, fbsplash and plymouth functions in + single classes so no runtime checks are required and the correct + version get installed right away + * [r2078] daemon/client/include/boot.client.class: + -improved MROOT support + * [r2077] daemon/include/daemon.global.class: + -list_all_files_in_directory(): improved find and drop basename + requirement + * [r2076] daemon/client/include/network.client.class: + -support get_ functions + * [r2075] daemon/client/include/system.client.class: + -support get_ functions + * [r2074] daemon/client/include/boot.client.class: + -support plymouth + * [r2073] daemon/include/daemon.global.class: + -list_files_in_directories(): support -name argument + * [r2072] dracut/run-mcored.sh: + -dracut-module: set MROOT to /sysroot on client daemon start + +2013-05-08 Niels Rogalla + + * [r2071] dracut/run-mcored.sh: + -dracut-module: honor cmdline with rd.mcored to enable/disable + this module. default is enabled + * [r2070] daemon/client/include/vnc.client.class: + -re-worked vnc.class: added missing get_ functions and using now + a vnc.service function to control the facility + * [r2069] dracut/module-setup.sh: + -dracut-module: removed xmlstartlet from install part too + * [r2068] dracut/module-setup.sh: + -dracut-module: xmlstarlet is not required by mcored, removed + * [r2067] dracut/mcored.conf: + dracut-module: module must be called without sort identifier + * [r2066] dracut/module-setup.sh: + -alx -> mcored + * [r2065] dracut/mcored.conf[ADD]: + -enable mcored module via dracut.conf.d + * [r2064] Makefile: + -install dracut-module + * [r2063] dracut/module-setup.sh: + -dracut-module: mysql is not required, dropped + * [r2062] daemon/client/include/vnc.client.class: + -use default vnc passwd location of tigervnc + * [r2061] daemon/client/include/system.client.class: + -support systemd units + * [r2060] daemon/client/include/input.client.class: + get_input_keymap(): eleminate all " + * [r2059] daemon/client/include/input.client.class: + get_input_keymap(): only run setxkbmap if X11 is running, if not + always try to get the keymap from the xorg.config + * [r2058] daemon/client/include/input.client.class: + -set console keymap on systemd systemd too + * [r2057] daemon/client/include/system.client.class: + -use poweroff for shutdown + * [r2056] Makefile, systemd[DEL]: + -removed duplicates + * [r2055] daemon/client/mcored.service: + -fixed some typoes + * [r2054] dracut/module-setup.sh: + -let the dracut-module install the missing VERSION file + * [r2053] Makefile: + -split install to allow single client installations and be able + to choose the init type (systemd/sysvinit) + * [r2052] Makefile, daemon/client/mcored.sh, + daemon/include/daemon.global.class: + -added print_version() function and print proper version info on + connect + * [r2051] daemon/control[ADD], + daemon/control/control-daemon.confd[ADD], + daemon/control/control-daemon.rc[ADD], + daemon/control/control-daemon.sh[ADD], + daemon/control/include[ADD], + daemon/control/include/graphic.control.class[ADD], + daemon/control/include/input.control.class[ADD], + daemon/control/include/session.control.class[ADD]: + -added control daemon pieces, WIP + * [r2050] daemon/cmdlets.txt[ADD]: + -added cmdlets todo + * [r2049] todo-hardware.txt[ADD]: + -added hardware todo + * [r2048] socket_send.php[ADD]: + -added socket_send.php helper script + * [r2047] nsslsay[ADD]: + -added nsslsay helper script + * [r2046] initialsetup.sh[ADD]: + -added initialsetup helper script + * [r2045] VERSION[ADD]: + -version 0_preAlpha + * [r2044] daemon/client/mcored.sh, + daemon/include/daemon.global.class: + -support version cmd + * [r2043] systemd[ADD], systemd/mcored.service[ADD]: + -added systemd service unit + +2013-04-17 Niels Rogalla + + * [r2042] dracut[ADD], dracut/module-setup.sh[ADD], + dracut/run-mcored.sh[ADD]: + -added dracut module + * [r2041] daemon/client/include/idesk.client.class[ADD]: + -initial idesk support class - WIP + * [r2040] daemon/client/include/input.client.class: + -added systemd support and use systemd supported config file + names + * [r2039] daemon/client/include/graphic.client.class: + -use list_files_in_directory() function + * [r2038] daemon/client/include/citrix.client.class: + -change ica-session handling: allow 'named' sessions + * [r2037] daemon/client/include/system.client.class: + -print service status + +2012-12-03 Niels Rogalla + + * [r2036] daemon/client/mcored.confd: + -start service with verbose mode + * [r2035] daemon/client/mcored.service[ADD]: + -added systemd unit + 2012-08-13 Niels Rogalla + * [r2034] conf/config.rc: + -changed distribution name to 'mCore' + * [r2033] ChangeLog[ADD]: + -added ChangeLog * [r2032] daemon/client/include/network.client.class: -restart networking in MROOT environment * [r2031] daemon/client/include/hardware.client.class: