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 2092 by niro, Mon May 13 09:18:40 2013 UTC
# Line 1  Line 1 
1    2013-05-13  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2091] daemon/include/daemon.global.class:
4      list_files_in_directory(): fixed typos
5    
6    2013-05-10  Niels Rogalla <niro@magellan-linux.de>
7    
8     * [r2090] daemon/client/include/system.client.class,
9      daemon/client/include/systemd.client.class,
10      daemon/client/include/sysvinit.client.class:
11      -use enable|disable commands to add|remove services from
12      runlevels
13     * [r2089] daemon/client/include/systemd.client.class:
14      -auto-append .service to services when missing to fix a $MROOT
15      issue
16     * [r2088] daemon/client/include/sysvinit.client.class:
17      -disable some command which not work with $MROOT set
18     * [r2087] daemon/client/include/system.client.class:
19      -honor $MROOT variable
20     * [r2086] daemon/client/include/plymouth.client.class:
21      -honor $MROOT variable
22     * [r2085] daemon/client/include/boot.client.class:
23      -honor $MROOT variable
24     * [r2084] daemon/client/include/systemd.client.class:
25      -honor $MROOT variable
26     * [r2083] daemon/include/daemon.global.class:
27      -added system_chroot() function
28     * [r2082] dracut/module-setup.sh:
29      -added some missing progs to check function and install
30      systemd-nspawn
31     * [r2081] dracut/run-mcored.sh:
32      -mount sysroot writeable
33     * [r2080] dracut/module-setup.sh:
34      -fixed whitespaces
35     * [r2079] Makefile, daemon/client/include/boot.client.class,
36      daemon/client/include/fbsplash.client.class[ADD],
37      daemon/client/include/plymouth.client.class[ADD],
38      daemon/client/include/system.client.class,
39      daemon/client/include/systemd.client.class[ADD],
40      daemon/client/include/sysvinit.client.class[ADD]:
41      -split systemd, sysvinit, fbsplash and plymouth functions in
42      single classes so no runtime checks are required and the correct
43      version get installed right away
44     * [r2078] daemon/client/include/boot.client.class:
45      -improved MROOT support
46     * [r2077] daemon/include/daemon.global.class:
47      -list_all_files_in_directory(): improved find and drop basename
48      requirement
49     * [r2076] daemon/client/include/network.client.class:
50      -support get_ functions
51     * [r2075] daemon/client/include/system.client.class:
52      -support get_ functions
53     * [r2074] daemon/client/include/boot.client.class:
54      -support plymouth
55     * [r2073] daemon/include/daemon.global.class:
56      -list_files_in_directories(): support -name argument
57     * [r2072] dracut/run-mcored.sh:
58      -dracut-module: set MROOT to /sysroot on client daemon start
59    
60    2013-05-08  Niels Rogalla <niro@magellan-linux.de>
61    
62     * [r2071] dracut/run-mcored.sh:
63      -dracut-module: honor cmdline with rd.mcored to enable/disable
64      this module. default is enabled
65     * [r2070] daemon/client/include/vnc.client.class:
66      -re-worked vnc.class: added missing get_ functions and using now
67      a vnc.service function to control the facility
68     * [r2069] dracut/module-setup.sh:
69      -dracut-module: removed xmlstartlet from install part too
70     * [r2068] dracut/module-setup.sh:
71      -dracut-module: xmlstarlet is not required by mcored, removed
72     * [r2067] dracut/mcored.conf:
73      dracut-module: module must be called without sort identifier
74     * [r2066] dracut/module-setup.sh:
75      -alx -> mcored
76     * [r2065] dracut/mcored.conf[ADD]:
77      -enable mcored module via dracut.conf.d
78     * [r2064] Makefile:
79      -install dracut-module
80     * [r2063] dracut/module-setup.sh:
81      -dracut-module: mysql is not required, dropped
82     * [r2062] daemon/client/include/vnc.client.class:
83      -use default vnc passwd location of tigervnc
84     * [r2061] daemon/client/include/system.client.class:
85      -support systemd units
86     * [r2060] daemon/client/include/input.client.class:
87      get_input_keymap(): eleminate all "
88     * [r2059] daemon/client/include/input.client.class:
89      get_input_keymap(): only run setxkbmap if X11 is running, if not
90      always try to get the keymap from the xorg.config
91     * [r2058] daemon/client/include/input.client.class:
92      -set console keymap on systemd systemd too
93     * [r2057] daemon/client/include/system.client.class:
94      -use poweroff for shutdown
95     * [r2056] Makefile, systemd[DEL]:
96      -removed duplicates
97     * [r2055] daemon/client/mcored.service:
98      -fixed some typoes
99     * [r2054] dracut/module-setup.sh:
100      -let the dracut-module install the missing VERSION file
101     * [r2053] Makefile:
102      -split install to allow single client installations and be able
103      to choose the init type (systemd/sysvinit)
104     * [r2052] Makefile, daemon/client/mcored.sh,
105      daemon/include/daemon.global.class:
106      -added print_version() function and print proper version info on
107      connect
108     * [r2051] daemon/control[ADD],
109      daemon/control/control-daemon.confd[ADD],
110      daemon/control/control-daemon.rc[ADD],
111      daemon/control/control-daemon.sh[ADD],
112      daemon/control/include[ADD],
113      daemon/control/include/graphic.control.class[ADD],
114      daemon/control/include/input.control.class[ADD],
115      daemon/control/include/session.control.class[ADD]:
116      -added control daemon pieces, WIP
117     * [r2050] daemon/cmdlets.txt[ADD]:
118      -added cmdlets todo
119     * [r2049] todo-hardware.txt[ADD]:
120      -added hardware todo
121     * [r2048] socket_send.php[ADD]:
122      -added socket_send.php helper script
123     * [r2047] nsslsay[ADD]:
124      -added nsslsay helper script
125     * [r2046] initialsetup.sh[ADD]:
126      -added initialsetup helper script
127     * [r2045] VERSION[ADD]:
128      -version 0_preAlpha
129     * [r2044] daemon/client/mcored.sh,
130      daemon/include/daemon.global.class:
131      -support version cmd
132     * [r2043] systemd[ADD], systemd/mcored.service[ADD]:
133      -added systemd service unit
134    
135    2013-04-17  Niels Rogalla <niro@magellan-linux.de>
136    
137     * [r2042] dracut[ADD], dracut/module-setup.sh[ADD],
138      dracut/run-mcored.sh[ADD]:
139      -added dracut module
140     * [r2041] daemon/client/include/idesk.client.class[ADD]:
141      -initial idesk support class - WIP
142     * [r2040] daemon/client/include/input.client.class:
143      -added systemd support and use systemd supported config file
144      names
145     * [r2039] daemon/client/include/graphic.client.class:
146      -use list_files_in_directory() function
147     * [r2038] daemon/client/include/citrix.client.class:
148      -change ica-session handling: allow 'named' sessions
149     * [r2037] daemon/client/include/system.client.class:
150      -print service status
151    
152    2012-12-03  Niels Rogalla <niro@magellan-linux.de>
153    
154     * [r2036] daemon/client/mcored.confd:
155      -start service with verbose mode
156     * [r2035] daemon/client/mcored.service[ADD]:
157      -added systemd unit
158    
159  2012-08-13  Niels Rogalla <niro@magellan-linux.de>  2012-08-13  Niels Rogalla <niro@magellan-linux.de>
160    
161     * [r2034] conf/config.rc:
162      -changed distribution name to 'mCore'
163     * [r2033] ChangeLog[ADD]:
164      -added ChangeLog
165   * [r2032] daemon/client/include/network.client.class:   * [r2032] daemon/client/include/network.client.class:
166    -restart networking in MROOT environment    -restart networking in MROOT environment
167   * [r2031] daemon/client/include/hardware.client.class:   * [r2031] daemon/client/include/hardware.client.class:

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