Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2033 by niro, Mon Aug 13 12:01:05 2012 UTC revision 2117 by niro, Thu Jan 2 16:30:02 2014 UTC
# Line 1  Line 1 
1    2014-01-02  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2116] daemon/client/mcored.service:
4      -always restart the mcored and kill by process id
5     * [r2115] daemon/include/daemon.global.class:
6      -fixed printing of whitespaces
7     * [r2114] dracut/module-setup.sh:
8      -DEFAULT_DHCP_START for udhcp needs hostname prog to register the
9      current hostname on DNS servers
10     * [r2113] Makefile:
11      -fixed missing net-lib.sh
12     * [r2112] dracut/module-setup.sh:
13      -fixed missing net-lib.sh
14     * [r2111] dracut/module-setup.sh:
15      -do not install non-existing start-daemon.sh
16     * [r2110] dracut/run-mcored.sh:
17      -honor network options from /etc/conf.d/network
18     * [r2109] Makefile:
19      -install xinfo
20     * [r2108] bin/idesk-sysinfo.sh:
21      -create ~/.idesktop directory if missing
22     * [r2107] daemon/client/include/vnc.client.class:
23      -create vncconfigdir if missing
24     * [r2106] Makefile:
25      -install idesk-sysinfo
26     * [r2105] ChangeLog:
27      -updated ChangeLog
28     * [r2104] daemon/client/include/idesk.client.class:
29      -fixed whitespaces
30     * [r2103] bin[ADD], bin/idesk-sysinfo.sh[ADD]:
31      -added initial idesk-sysinfo generator app
32     * [r2102] Makefile:
33      -compile xinfo
34    
35    2013-09-27  Niels Rogalla <niro@magellan-linux.de>
36    
37     * [r2101] src/xinfo.c:
38      -serveral fixes: check for display, fixed return values and fixed
39      a typo
40     * [r2100] src[ADD], src/xinfo.c[ADD]:
41      -added initial xinfo tool
42     * [r2099] conf/config.rc:
43      -quote all variables
44     * [r2098] conf/config.rc:
45      -added MCORE_CONTROL_SERVER variable
46     * [r2097] daemon/client/include/input.client.class:
47      -write vconsole.conf on systemd systems
48     * [r2096] daemon/client/include/mage.client.class:
49      -honor mage update-tarball
50     * [r2095] daemon/client/mcored.sh:
51      -respect system environment
52     * [r2094] dracut/net-lib.sh[ADD], dracut/run-mcored.sh:
53      -start mcored only if an active iface was found and use net-lib
54      to find this iface
55    
56    2013-05-21  Niels Rogalla <niro@magellan-linux.de>
57    
58     * [r2093] daemon/include/mysqlfunctions.global.class[ADD]:
59      -add mysql basic functions
60    
61    2013-05-13  Niels Rogalla <niro@magellan-linux.de>
62    
63     * [r2092] ChangeLog:
64      -updated ChangeLog
65     * [r2091] daemon/include/daemon.global.class:
66      list_files_in_directory(): fixed typos
67    
68    2013-05-10  Niels Rogalla <niro@magellan-linux.de>
69    
70     * [r2090] daemon/client/include/system.client.class,
71      daemon/client/include/systemd.client.class,
72      daemon/client/include/sysvinit.client.class:
73      -use enable|disable commands to add|remove services from
74      runlevels
75     * [r2089] daemon/client/include/systemd.client.class:
76      -auto-append .service to services when missing to fix a $MROOT
77      issue
78     * [r2088] daemon/client/include/sysvinit.client.class:
79      -disable some command which not work with $MROOT set
80     * [r2087] daemon/client/include/system.client.class:
81      -honor $MROOT variable
82     * [r2086] daemon/client/include/plymouth.client.class:
83      -honor $MROOT variable
84     * [r2085] daemon/client/include/boot.client.class:
85      -honor $MROOT variable
86     * [r2084] daemon/client/include/systemd.client.class:
87      -honor $MROOT variable
88     * [r2083] daemon/include/daemon.global.class:
89      -added system_chroot() function
90     * [r2082] dracut/module-setup.sh:
91      -added some missing progs to check function and install
92      systemd-nspawn
93     * [r2081] dracut/run-mcored.sh:
94      -mount sysroot writeable
95     * [r2080] dracut/module-setup.sh:
96      -fixed whitespaces
97     * [r2079] Makefile, daemon/client/include/boot.client.class,
98      daemon/client/include/fbsplash.client.class[ADD],
99      daemon/client/include/plymouth.client.class[ADD],
100      daemon/client/include/system.client.class,
101      daemon/client/include/systemd.client.class[ADD],
102      daemon/client/include/sysvinit.client.class[ADD]:
103      -split systemd, sysvinit, fbsplash and plymouth functions in
104      single classes so no runtime checks are required and the correct
105      version get installed right away
106     * [r2078] daemon/client/include/boot.client.class:
107      -improved MROOT support
108     * [r2077] daemon/include/daemon.global.class:
109      -list_all_files_in_directory(): improved find and drop basename
110      requirement
111     * [r2076] daemon/client/include/network.client.class:
112      -support get_ functions
113     * [r2075] daemon/client/include/system.client.class:
114      -support get_ functions
115     * [r2074] daemon/client/include/boot.client.class:
116      -support plymouth
117     * [r2073] daemon/include/daemon.global.class:
118      -list_files_in_directories(): support -name argument
119     * [r2072] dracut/run-mcored.sh:
120      -dracut-module: set MROOT to /sysroot on client daemon start
121    
122    2013-05-08  Niels Rogalla <niro@magellan-linux.de>
123    
124     * [r2071] dracut/run-mcored.sh:
125      -dracut-module: honor cmdline with rd.mcored to enable/disable
126      this module. default is enabled
127     * [r2070] daemon/client/include/vnc.client.class:
128      -re-worked vnc.class: added missing get_ functions and using now
129      a vnc.service function to control the facility
130     * [r2069] dracut/module-setup.sh:
131      -dracut-module: removed xmlstartlet from install part too
132     * [r2068] dracut/module-setup.sh:
133      -dracut-module: xmlstarlet is not required by mcored, removed
134     * [r2067] dracut/mcored.conf:
135      dracut-module: module must be called without sort identifier
136     * [r2066] dracut/module-setup.sh:
137      -alx -> mcored
138     * [r2065] dracut/mcored.conf[ADD]:
139      -enable mcored module via dracut.conf.d
140     * [r2064] Makefile:
141      -install dracut-module
142     * [r2063] dracut/module-setup.sh:
143      -dracut-module: mysql is not required, dropped
144     * [r2062] daemon/client/include/vnc.client.class:
145      -use default vnc passwd location of tigervnc
146     * [r2061] daemon/client/include/system.client.class:
147      -support systemd units
148     * [r2060] daemon/client/include/input.client.class:
149      get_input_keymap(): eleminate all "
150     * [r2059] daemon/client/include/input.client.class:
151      get_input_keymap(): only run setxkbmap if X11 is running, if not
152      always try to get the keymap from the xorg.config
153     * [r2058] daemon/client/include/input.client.class:
154      -set console keymap on systemd systemd too
155     * [r2057] daemon/client/include/system.client.class:
156      -use poweroff for shutdown
157     * [r2056] Makefile, systemd[DEL]:
158      -removed duplicates
159     * [r2055] daemon/client/mcored.service:
160      -fixed some typoes
161     * [r2054] dracut/module-setup.sh:
162      -let the dracut-module install the missing VERSION file
163     * [r2053] Makefile:
164      -split install to allow single client installations and be able
165      to choose the init type (systemd/sysvinit)
166     * [r2052] Makefile, daemon/client/mcored.sh,
167      daemon/include/daemon.global.class:
168      -added print_version() function and print proper version info on
169      connect
170     * [r2051] daemon/control[ADD],
171      daemon/control/control-daemon.confd[ADD],
172      daemon/control/control-daemon.rc[ADD],
173      daemon/control/control-daemon.sh[ADD],
174      daemon/control/include[ADD],
175      daemon/control/include/graphic.control.class[ADD],
176      daemon/control/include/input.control.class[ADD],
177      daemon/control/include/session.control.class[ADD]:
178      -added control daemon pieces, WIP
179     * [r2050] daemon/cmdlets.txt[ADD]:
180      -added cmdlets todo
181     * [r2049] todo-hardware.txt[ADD]:
182      -added hardware todo
183     * [r2048] socket_send.php[ADD]:
184      -added socket_send.php helper script
185     * [r2047] nsslsay[ADD]:
186      -added nsslsay helper script
187     * [r2046] initialsetup.sh[ADD]:
188      -added initialsetup helper script
189     * [r2045] VERSION[ADD]:
190      -version 0_preAlpha
191     * [r2044] daemon/client/mcored.sh,
192      daemon/include/daemon.global.class:
193      -support version cmd
194     * [r2043] systemd[ADD], systemd/mcored.service[ADD]:
195      -added systemd service unit
196    
197    2013-04-17  Niels Rogalla <niro@magellan-linux.de>
198    
199     * [r2042] dracut[ADD], dracut/module-setup.sh[ADD],
200      dracut/run-mcored.sh[ADD]:
201      -added dracut module
202     * [r2041] daemon/client/include/idesk.client.class[ADD]:
203      -initial idesk support class - WIP
204     * [r2040] daemon/client/include/input.client.class:
205      -added systemd support and use systemd supported config file
206      names
207     * [r2039] daemon/client/include/graphic.client.class:
208      -use list_files_in_directory() function
209     * [r2038] daemon/client/include/citrix.client.class:
210      -change ica-session handling: allow 'named' sessions
211     * [r2037] daemon/client/include/system.client.class:
212      -print service status
213    
214    2012-12-03  Niels Rogalla <niro@magellan-linux.de>
215    
216     * [r2036] daemon/client/mcored.confd:
217      -start service with verbose mode
218     * [r2035] daemon/client/mcored.service[ADD]:
219      -added systemd unit
220    
221  2012-08-13  Niels Rogalla <niro@magellan-linux.de>  2012-08-13  Niels Rogalla <niro@magellan-linux.de>
222    
223     * [r2034] conf/config.rc:
224      -changed distribution name to 'mCore'
225     * [r2033] ChangeLog[ADD]:
226      -added ChangeLog
227   * [r2032] daemon/client/include/network.client.class:   * [r2032] daemon/client/include/network.client.class:
228    -restart networking in MROOT environment    -restart networking in MROOT environment
229   * [r2031] daemon/client/include/hardware.client.class:   * [r2031] daemon/client/include/hardware.client.class:

Legend:
Removed from v.2033  
changed lines
  Added in v.2117