Magellan Linux

Diff of /trunk/initscripts/ChangeLog

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

revision 1835 by niro, Mon Jul 2 11:28:19 2012 UTC revision 2310 by niro, Thu Jan 2 13:35:29 2014 UTC
# Line 1  Line 1 
1    2014-01-02  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2309] VERSION:
4      -version 0.8.4
5     * [r2308] systemd/units/scripts/network.sh:
6      -more verbose messages for systemd
7     * [r2307] sysvinit/rc/network:
8      -use rc_echo()
9     * [r2306] sysvinit/rc/network:
10      -fixed spelling
11     * [r2305] systemd/units/scripts/network.sh,
12      systemd/units/services/network.service, sysvinit/rc/network:
13      -network: wait for interface to come up and removed udev-settle
14      dependency from systemd service, which is not needed anymore.
15      this speeds things up and make networking more fail-safe
16     * [r2304] busybox/rc/rc, sysvinit/rc/rc:
17      -updated copyright for 2014
18    
19    2013-12-27  Niels Rogalla <niro@magellan-linux.de>
20    
21     * [r2302] ChangeLog:
22      -updated ChangeLog
23     * [r2301] VERSION:
24      -version 0.8.3
25     * [r2300] common/conf.d/network:
26      -removed hostname from dhcpd config, newer versions honor this
27     * [r2299] systemd/Makefile:
28      -fixed broken pkgconfig cmd
29     * [r2298] Makefile.inc:
30      -added missing PKGCONFIG
31     * [r2297] busybox/conf.d/network, common/conf.d/network:
32      -always update the hostname on the dhcp-server
33    
34    2013-10-15  Niels Rogalla <niro@magellan-linux.de>
35    
36     * [r2218] ChangeLog:
37      -updated ChangeLog
38     * [r2217] VERSION:
39      -version 0.8.2
40     * [r2216] Makefile:
41      -print a message when make install was called and fail
42     * [r2215] Makefile.inc, busybox/env.d[ADD],
43      busybox/env.d/01busybox[ADD], busybox/env.d/01initscripts[ADD],
44      common/env.d[ADD], common/env.d/01initscripts[ADD],
45      systemd/env.d[ADD], systemd/env.d/01initscripts[ADD],
46      systemd/env.d/01systemd[ADD], sysvinit/env.d[ADD],
47      sysvinit/env.d/01initscripts[ADD],
48      sysvinit/env.d/01sysvinit[ADD]:
49      -provide a sane CONFIG_PROTECT environment for all initscript
50      types
51     * [r2214] systemd/etc/sysctl.conf[DEL], systemd/etc/sysctl.d[ADD],
52      systemd/etc/sysctl.d/99-sysctl.conf[ADD]:
53      -systemd ignores sysctl.conf and only uses systctl.d/ include
54      directory for system configuration
55     * [r2213] busybox/etc/issue:
56      -issue: print current terminal
57     * [r2212] systemd/Makefile:
58      -use pkg-config to determinate systemd pathes
59     * [r2211] Makefile.inc, systemd/Makefile:
60      -moved systemd path variables to systemd Makefile
61    
62    2013-04-02  Niels Rogalla <niro@magellan-linux.de>
63    
64     * [r2104] ChangeLog:
65      -updated ChangeLog
66     * [r2103] VERSION:
67      -version 0.8.1
68     * [r2102] systemd/units/services/network.service:
69      -newer systemd version install the udev-settle service as an
70      static service; so we need a Wants dep to start is properly
71     * [r2101] systemd/units/scripts/network.sh, sysvinit/rc/network:
72      -do not use hardcoded pathes to iwconfig
73    
74    2013-02-21  Niels Rogalla <niro@magellan-linux.de>
75    
76     * [r2063] systemd/units/scripts/network.sh, sysvinit/rc/network:
77      -do not use harcoded pathes to track wpa_supplicant
78    
79    2013-02-20  Niels Rogalla <niro@magellan-linux.de>
80    
81     * [r2050] busybox/rc/rc:
82      -updated copyright
83     * [r2049] sysvinit/rc/rc:
84      -updated copyright
85    
86    2013-01-24  Niels Rogalla <niro@magellan-linux.de>
87    
88     * [r2037] ChangeLog:
89      -updated ChangeLog
90     * [r2036] VERSION:
91      -version 0.8.0
92     * [r2035] busybox/conf.d/keymap[DEL], busybox/conf.d/locale[DEL],
93      busybox/etc/locale.conf[ADD], busybox/etc/vconsole.conf[ADD],
94      common/conf.d/consolefont[DEL], common/conf.d/keymap[DEL],
95      common/conf.d/locale[DEL], common/etc/locale.conf[CPY],
96      common/etc/profile, common/etc/vconsole.conf[ADD],
97      systemd/conf.d/consolefont[DEL], systemd/conf.d/keymap[DEL],
98      systemd/conf.d/locale[DEL], systemd/etc/locale.conf[ADD],
99      systemd/etc/vconsole.conf[ADD], sysvinit/conf.d/consolefont[DEL],
100      sysvinit/conf.d/keymap[DEL], sysvinit/conf.d/locale[DEL],
101      sysvinit/etc/locale.conf[ADD], sysvinit/etc/vconsole.conf[ADD],
102      sysvinit/rc/consolefont, sysvinit/rc/loadkeys:
103      -migrate to vconsole.conf and locale.conf
104     * [r2034] sysvinit/sbin/rc-config:
105      -enable service controlling and added 'README' to exclude list
106     * [r2033] systemd/units/services/network.service:
107      -udev-settle.service unit was renamed to
108      systemd-udev-settle.service by upstream
109     * [r2032] common/etc/fstab:
110      -always mount boot and use noatime for all disks
111     * [r2031] systemd/units/scripts/network.sh, sysvinit/rc/network:
112      -wpa_supplicant has now a dedicated configuration dir
113     * [r2030] systemd/units/scripts/network.sh, sysvinit/rc/network:
114      -replace which with type -P to reduce dependencies
115    
116    2012-11-04  Niels Rogalla <niro@magellan-linux.de>
117    
118     * [r1964] systemd/units/services/network.service:
119      -be compatible with newer systemd versions
120    
121    2012-08-22  Niels Rogalla <niro@magellan-linux.de>
122    
123     * [r1893] sysvinit/rc/functions:
124      -handle the rare case were the COLUMNS variable is empty or zero
125     * [r1892] sysvinit/rc/cleanfs:
126      -/tmp /run and /var/lock are now mounted with tmpfs
127     * [r1891] sysvinit/rc/mountfs:
128      -/tmp /run and /var/lock are now mounted with tmpfs
129     * [r1890] busybox/rc/rc, sysvinit/rc/rc:
130      -honor usr-move
131     * [r1889] busybox/conf.d/sendsignals[ADD],
132      busybox/rc/sendsignals[ADD], sysvinit/conf.d/sendsignals[ADD],
133      sysvinit/rc/sendsignals:
134      -added sendsignals to busybox too and use IGNORED_PROCS variable
135      to be able to ignore some processes
136    
137    2012-07-24  Niels Rogalla <niro@magellan-linux.de>
138    
139     * [r1879] ChangeLog:
140      -updated ChangeLog
141     * [r1878] VERSION:
142      -version 0.7.6
143     * [r1877] common/etc/profile:
144      -fixed search pathes to match usr-move and dropped old /usr/X11R6
145      path
146    
147  2012-07-02  Niels Rogalla <niro@magellan-linux.de>  2012-07-02  Niels Rogalla <niro@magellan-linux.de>
148    
149     * [r1835] ChangeLog:
150      -updated ChangeLog
151   * [r1834] VERSION:   * [r1834] VERSION:
152    -version 0.7.5    -version 0.7.5
153    

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