--- trunk/initscripts/ChangeLog 2012/01/20 23:02:56 1667 +++ trunk/initscripts/ChangeLog 2013/10/15 10:43:56 2218 @@ -1,5 +1,171 @@ +2013-10-15 Niels Rogalla + + * [r2217] VERSION: + -version 0.8.2 + * [r2216] Makefile: + -print a message when make install was called and fail + * [r2215] Makefile.inc, busybox/env.d[ADD], + busybox/env.d/01busybox[ADD], busybox/env.d/01initscripts[ADD], + common/env.d[ADD], common/env.d/01initscripts[ADD], + systemd/env.d[ADD], systemd/env.d/01initscripts[ADD], + systemd/env.d/01systemd[ADD], sysvinit/env.d[ADD], + sysvinit/env.d/01initscripts[ADD], + sysvinit/env.d/01sysvinit[ADD]: + -provide a sane CONFIG_PROTECT environment for all initscript + types + * [r2214] systemd/etc/sysctl.conf[DEL], systemd/etc/sysctl.d[ADD], + systemd/etc/sysctl.d/99-sysctl.conf[ADD]: + -systemd ignores sysctl.conf and only uses systctl.d/ include + directory for system configuration + * [r2213] busybox/etc/issue: + -issue: print current terminal + * [r2212] systemd/Makefile: + -use pkg-config to determinate systemd pathes + * [r2211] Makefile.inc, systemd/Makefile: + -moved systemd path variables to systemd Makefile + +2013-04-02 Niels Rogalla + + * [r2104] ChangeLog: + -updated ChangeLog + * [r2103] VERSION: + -version 0.8.1 + * [r2102] systemd/units/services/network.service: + -newer systemd version install the udev-settle service as an + static service; so we need a Wants dep to start is properly + * [r2101] systemd/units/scripts/network.sh, sysvinit/rc/network: + -do not use hardcoded pathes to iwconfig + +2013-02-21 Niels Rogalla + + * [r2063] systemd/units/scripts/network.sh, sysvinit/rc/network: + -do not use harcoded pathes to track wpa_supplicant + +2013-02-20 Niels Rogalla + + * [r2050] busybox/rc/rc: + -updated copyright + * [r2049] sysvinit/rc/rc: + -updated copyright + +2013-01-24 Niels Rogalla + + * [r2037] ChangeLog: + -updated ChangeLog + * [r2036] VERSION: + -version 0.8.0 + * [r2035] busybox/conf.d/keymap[DEL], busybox/conf.d/locale[DEL], + busybox/etc/locale.conf[ADD], busybox/etc/vconsole.conf[ADD], + common/conf.d/consolefont[DEL], common/conf.d/keymap[DEL], + common/conf.d/locale[DEL], common/etc/locale.conf[CPY], + common/etc/profile, common/etc/vconsole.conf[ADD], + systemd/conf.d/consolefont[DEL], systemd/conf.d/keymap[DEL], + systemd/conf.d/locale[DEL], systemd/etc/locale.conf[ADD], + systemd/etc/vconsole.conf[ADD], sysvinit/conf.d/consolefont[DEL], + sysvinit/conf.d/keymap[DEL], sysvinit/conf.d/locale[DEL], + sysvinit/etc/locale.conf[ADD], sysvinit/etc/vconsole.conf[ADD], + sysvinit/rc/consolefont, sysvinit/rc/loadkeys: + -migrate to vconsole.conf and locale.conf + * [r2034] sysvinit/sbin/rc-config: + -enable service controlling and added 'README' to exclude list + * [r2033] systemd/units/services/network.service: + -udev-settle.service unit was renamed to + systemd-udev-settle.service by upstream + * [r2032] common/etc/fstab: + -always mount boot and use noatime for all disks + * [r2031] systemd/units/scripts/network.sh, sysvinit/rc/network: + -wpa_supplicant has now a dedicated configuration dir + * [r2030] systemd/units/scripts/network.sh, sysvinit/rc/network: + -replace which with type -P to reduce dependencies + +2012-11-04 Niels Rogalla + + * [r1964] systemd/units/services/network.service: + -be compatible with newer systemd versions + +2012-08-22 Niels Rogalla + + * [r1893] sysvinit/rc/functions: + -handle the rare case were the COLUMNS variable is empty or zero + * [r1892] sysvinit/rc/cleanfs: + -/tmp /run and /var/lock are now mounted with tmpfs + * [r1891] sysvinit/rc/mountfs: + -/tmp /run and /var/lock are now mounted with tmpfs + * [r1890] busybox/rc/rc, sysvinit/rc/rc: + -honor usr-move + * [r1889] busybox/conf.d/sendsignals[ADD], + busybox/rc/sendsignals[ADD], sysvinit/conf.d/sendsignals[ADD], + sysvinit/rc/sendsignals: + -added sendsignals to busybox too and use IGNORED_PROCS variable + to be able to ignore some processes + +2012-07-24 Niels Rogalla + + * [r1879] ChangeLog: + -updated ChangeLog + * [r1878] VERSION: + -version 0.7.6 + * [r1877] common/etc/profile: + -fixed search pathes to match usr-move and dropped old /usr/X11R6 + path + +2012-07-02 Niels Rogalla + + * [r1835] ChangeLog: + -updated ChangeLog + * [r1834] VERSION: + -version 0.7.5 + +2012-06-26 Niels Rogalla + + * [r1833] busybox/rc/checkfs[ADD]: + -added checkfs too busybox initscripts + * [r1832] busybox/rc/rc, sysvinit/rc/rc: + -fixed spelling + +2012-04-19 Niels Rogalla + + * [r1808] busybox/rc/rc: + -export runlevel variable so that every rc-script knows about the + current runlevel + * [r1807] sysvinit/rc/functions: + -fix missing escaping in the rc_echo() cmd + +2012-04-02 Niels Rogalla + + * [r1791] VERSION: + -revert VERSION + * [r1790] VERSION, busybox/rc/mountfs, sysvinit/rc/mountfs: + -added devtmpfs to NO_FS + * [r1789] busybox/rc/rc, sysvinit/rc/rc: + -only mount /sys if not already mounted + * [r1788] busybox/rc/rc, sysvinit/rc/rc: + -fixed a typo: COLORED -> COLRED + +2012-03-03 Niels Rogalla + + * [r1776] ChangeLog: + -updated ChangeLog + * [r1775] VERSION: + -version 0.7.4 + * [r1774] busybox/rc/rc, sysvinit/rc/functions, sysvinit/rc/rc: + -support /etc/os-release file + +2012-02-05 Niels Rogalla + + * [r1672] ChangeLog: + -updated ChangeLog + * [r1671] VERSION: + -version 0.7.3 + * [r1670] Makefile.inc: + -LIBDIR is used by sysvinit and must be /lib + * [r1669] Makefile.inc, systemd/units/services/network.service: + -upstream moved systemdunitdir /lib/systemd -> /usr/lib/systemd + 2012-01-20 Niels Rogalla + * [r1667] ChangeLog: + -updated ChangeLog * [r1666] VERSION: -version 0.7.2 * [r1665] systemd/units/scripts/network.sh, sysvinit/rc/cleanfs,