Magellan Linux

Diff of /trunk/initscripts/ChangeLog

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

revision 1400 by niro, Sun Jun 5 00:45:44 2011 UTC revision 1835 by niro, Mon Jul 2 11:28:19 2012 UTC
# Line 1  Line 1 
1    2012-07-02  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r1834] VERSION:
4      -version 0.7.5
5    
6    2012-06-26  Niels Rogalla <niro@magellan-linux.de>
7    
8     * [r1833] busybox/rc/checkfs[ADD]:
9      -added checkfs too busybox initscripts
10     * [r1832] busybox/rc/rc, sysvinit/rc/rc:
11      -fixed spelling
12    
13    2012-04-19  Niels Rogalla <niro@magellan-linux.de>
14    
15     * [r1808] busybox/rc/rc:
16      -export runlevel variable so that every rc-script knows about the
17      current runlevel
18     * [r1807] sysvinit/rc/functions:
19      -fix missing escaping in the rc_echo() cmd
20    
21    2012-04-02  Niels Rogalla <niro@magellan-linux.de>
22    
23     * [r1791] VERSION:
24      -revert VERSION
25     * [r1790] VERSION, busybox/rc/mountfs, sysvinit/rc/mountfs:
26      -added devtmpfs to NO_FS
27     * [r1789] busybox/rc/rc, sysvinit/rc/rc:
28      -only mount /sys if not already mounted
29     * [r1788] busybox/rc/rc, sysvinit/rc/rc:
30      -fixed a typo: COLORED -> COLRED
31    
32    2012-03-03  Niels Rogalla <niro@magellan-linux.de>
33    
34     * [r1776] ChangeLog:
35      -updated ChangeLog
36     * [r1775] VERSION:
37      -version 0.7.4
38     * [r1774] busybox/rc/rc, sysvinit/rc/functions, sysvinit/rc/rc:
39      -support /etc/os-release file
40    
41    2012-02-05  Niels Rogalla <niro@magellan-linux.de>
42    
43     * [r1672] ChangeLog:
44      -updated ChangeLog
45     * [r1671] VERSION:
46      -version 0.7.3
47     * [r1670] Makefile.inc:
48      -LIBDIR is used by sysvinit and must be /lib
49     * [r1669] Makefile.inc, systemd/units/services/network.service:
50      -upstream moved systemdunitdir /lib/systemd -> /usr/lib/systemd
51    
52    2012-01-20  Niels Rogalla <niro@magellan-linux.de>
53    
54     * [r1667] ChangeLog:
55      -updated ChangeLog
56     * [r1666] VERSION:
57      -version 0.7.2
58     * [r1665] systemd/units/scripts/network.sh, sysvinit/rc/cleanfs,
59      sysvinit/rc/functions, sysvinit/rc/network:
60      -moved /var/run -> /run
61     * [r1664] busybox/rc/rc, sysvinit/rc/rc:
62      -updated copyright
63     * [r1663] common/etc/issue:
64      -insert the name of the current tty line
65    
66    2011-11-24  Niels Rogalla <niro@magellan-linux.de>
67    
68     * [r1537] ChangeLog:
69      -udpate ChangeLog
70     * [r1536] VERSION:
71      -version 0.7.1.4
72     * [r1535] busybox/etc/protocols[ADD], busybox/etc/services[ADD]:
73      -added missing protocols and services for busybox
74     * [r1534] systemd/etc/protocols[ADD]:
75      -added missing protocols for systemd
76     * [r1533] common/etc/protocols, common/etc/services:
77      updated services and protocals against upstream iana-etc-2.30
78    
79    2011-08-12  Niels Rogalla <niro@magellan-linux.de>
80    
81     * [r1496] ChangeLog:
82      -updated ChangeLog
83     * [r1495] VERSION:
84      -version 0.7.1.3
85    
86    2011-08-05  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r1494] systemd/conf.d/network[ADD], systemd/etc/issue[ADD],
89      systemd/units/services/network.service,
90      sysvinit/conf.d/network[ADD], sysvinit/etc/issue[ADD]:
91      -symlinked to common
92     * [r1493] common/conf.d/network[CPY], systemd/conf.d/network[DEL],
93      sysvinit/conf.d/network[DEL]:
94      -moved to common
95     * [r1492] common/etc/issue[CPY], sysvinit/etc/issue[DEL]:
96      -moved to common
97    
98    2011-08-03  Niels Rogalla <niro@magellan-linux.de>
99    
100     * [r1483] ChangeLog:
101      -updated ChangeLog
102     * [r1482] VERSION:
103      -version 0.7.1.2
104     * [r1481] systemd/units/services/network.service:
105      -pull-in network.target via wants, no need to install via
106      wantedby
107      -depend on udev-settle.service atm because the network modules
108      may not loaded already when this script is run by systemd
109     * [r1453] ChangeLog:
110      -updated ChangeLog
111     * [r1452] VERSION:
112      -version 0.7.1.1
113     * [r1451] Makefile.inc, busybox/etc/mageversion[DEL],
114      busybox/etc/system-release[DEL], common/etc/mageversion[DEL],
115      common/etc/system-release[DEL], systemd/etc/mageversion[DEL],
116      systemd/etc/system-release[DEL], sysvinit/etc/mageversion[DEL],
117      sysvinit/etc/system-release[DEL]:
118      -removed mageversion and system-release, they are moved to an own
119      package
120     * [r1449] ChangeLog:
121      -updated ChangeLog
122     * [r1448] VERSION:
123      -version 0.7.1
124     * [r1447] busybox/etc/group[DEL], busybox/etc/passwd[DEL],
125      common/etc/group[DEL], common/etc/passwd[DEL],
126      systemd/etc/group[DEL], systemd/etc/passwd[DEL],
127      sysvinit/etc/group[DEL], sysvinit/etc/passwd[DEL]:
128      -do not install passwd and group files, they are moved to
129      base-files
130    
131    2011-07-01  Niels Rogalla <niro@magellan-linux.de>
132    
133     * [r1419] ChangeLog:
134      -updated ChangeLog
135     * [r1418] VERSION:
136      -version 0.7.0.3
137     * [r1417] sysvinit/rc/mountfs:
138      -stop rc-script later to show any bootsplash longer and added
139      noproc to umount options
140     * [r1416] busybox/rc/mountfs:
141      -stop rc-script later to show any bootsplash longer and added
142      noproc to umount options
143    
144    2011-06-30  Niels Rogalla <niro@magellan-linux.de>
145    
146     * [r1415] busybox/conf.d/network:
147      -added -n option to immediatly exit if no lease was obtained
148    
149    2011-06-27  Niels Rogalla <niro@magellan-linux.de>
150    
151     * [r1413] ChangeLog:
152      -updated ChangeLog
153     * [r1412] VERSION:
154      -version 0.7.0.2
155     * [r1411] busybox/conf.d/network:
156      -fixed dhcp timeout, retry and interface
157     * [r1410] busybox/sbin/rc-config:
158      -fixed runlevel 6 handling
159    
160    2011-06-06  Niels Rogalla <niro@magellan-linux.de>
161    
162     * [r1406] busybox/conf.d/rc[ADD], sysvinit/conf.d/rc[CPY]:
163      -added missing conf.d/rc
164     * [r1405] systemd/etc/shells[ADD]:
165      -added missing shells to systemd
166    
167  2011-06-05  Niels Rogalla <niro@magellan-linux.de>  2011-06-05  Niels Rogalla <niro@magellan-linux.de>
168    
169     * [r1400] ChangeLog:
170      -updated ChangeLog
171   * [r1399] VERSION:   * [r1399] VERSION:
172    -version 0.7.0.1    -version 0.7.0.1
173   * [r1398] systemd/conf.d/consolefont[ADD],   * [r1398] systemd/conf.d/consolefont[ADD],

Legend:
Removed from v.1400  
changed lines
  Added in v.1835