--- trunk/initscripts/ChangeLog 2011/07/01 14:52:15 1419 +++ trunk/initscripts/ChangeLog 2013/04/02 08:30:56 2104 @@ -1,5 +1,222 @@ +2013-04-02 Niels Rogalla + + * [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, + sysvinit/rc/functions, sysvinit/rc/network: + -moved /var/run -> /run + * [r1664] busybox/rc/rc, sysvinit/rc/rc: + -updated copyright + * [r1663] common/etc/issue: + -insert the name of the current tty line + +2011-11-24 Niels Rogalla + + * [r1537] ChangeLog: + -udpate ChangeLog + * [r1536] VERSION: + -version 0.7.1.4 + * [r1535] busybox/etc/protocols[ADD], busybox/etc/services[ADD]: + -added missing protocols and services for busybox + * [r1534] systemd/etc/protocols[ADD]: + -added missing protocols for systemd + * [r1533] common/etc/protocols, common/etc/services: + updated services and protocals against upstream iana-etc-2.30 + +2011-08-12 Niels Rogalla + + * [r1496] ChangeLog: + -updated ChangeLog + * [r1495] VERSION: + -version 0.7.1.3 + +2011-08-05 Niels Rogalla + + * [r1494] systemd/conf.d/network[ADD], systemd/etc/issue[ADD], + systemd/units/services/network.service, + sysvinit/conf.d/network[ADD], sysvinit/etc/issue[ADD]: + -symlinked to common + * [r1493] common/conf.d/network[CPY], systemd/conf.d/network[DEL], + sysvinit/conf.d/network[DEL]: + -moved to common + * [r1492] common/etc/issue[CPY], sysvinit/etc/issue[DEL]: + -moved to common + +2011-08-03 Niels Rogalla + + * [r1483] ChangeLog: + -updated ChangeLog + * [r1482] VERSION: + -version 0.7.1.2 + * [r1481] systemd/units/services/network.service: + -pull-in network.target via wants, no need to install via + wantedby + -depend on udev-settle.service atm because the network modules + may not loaded already when this script is run by systemd + * [r1453] ChangeLog: + -updated ChangeLog + * [r1452] VERSION: + -version 0.7.1.1 + * [r1451] Makefile.inc, busybox/etc/mageversion[DEL], + busybox/etc/system-release[DEL], common/etc/mageversion[DEL], + common/etc/system-release[DEL], systemd/etc/mageversion[DEL], + systemd/etc/system-release[DEL], sysvinit/etc/mageversion[DEL], + sysvinit/etc/system-release[DEL]: + -removed mageversion and system-release, they are moved to an own + package + * [r1449] ChangeLog: + -updated ChangeLog + * [r1448] VERSION: + -version 0.7.1 + * [r1447] busybox/etc/group[DEL], busybox/etc/passwd[DEL], + common/etc/group[DEL], common/etc/passwd[DEL], + systemd/etc/group[DEL], systemd/etc/passwd[DEL], + sysvinit/etc/group[DEL], sysvinit/etc/passwd[DEL]: + -do not install passwd and group files, they are moved to + base-files + 2011-07-01 Niels Rogalla + * [r1419] ChangeLog: + -updated ChangeLog * [r1418] VERSION: -version 0.7.0.3 * [r1417] sysvinit/rc/mountfs: