From: Arkadiusz Miśkiewicz Date: Sun, 8 Jan 2006 21:53:50 +0000 (+0000) Subject: Prepare for 0.4.0.24. X-Git-Tag: 0.4.0.24^0 X-Git-Url: http://git.pld-linux.org/?p=projects%2Frc-scripts.git;a=commitdiff_plain;h=1d967f195bb8ad8f5b33c4fb46a530f04ae17eec Prepare for 0.4.0.24. svn-id: @6777 --- diff --git a/ChangeLog b/ChangeLog index e2257b17..94648f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,39 @@ -2005-12-15 18:57 +0000 [r6651] Arkadiusz Miśkiewicz +2006-01-07 15:57 +0000 [r6762] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: ESSID setting is + done only once, at the end just before commit. + +2006-01-06 15:57 +0000 [r6750] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Don't use run_cmd for starting udev since + start_udev can handle messages itself. + +2006-01-05 22:52 +0000 [r6747] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit, setsysfont: Fix console detection by not running + setsysfont trough run_cmd (fixes utf8 font handling, too). + +2006-01-04 12:16 +0000 [r6734] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: No longer set hotplug stuff. Put that into + sysctl.conf. + +2006-01-01 20:16 +0000 [r6727] Arkadiusz Miśkiewicz + + * lang.sh: Process more locale variables (havner). + +2006-01-01 20:12 +0000 [r6726] Arkadiusz Miśkiewicz + + * setsysfont: Include /etc/rc.d/init.d/functions. + +2005-12-26 10:35 +0000 [r6709] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Fix WLAN power, + txpower, retry settings. Patch by Łukasz Maśko. + +2005-12-15 18:59 +0000 [r6651-6652] Arkadiusz Miśkiewicz + + * configure.ac: Preparations for 0.4.0.23. * rc.d/rc.sysinit: modprobe with -s option so messages go to syslog. diff --git a/configure.ac b/configure.ac index 57707e5d..b4c37572 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl $Id$ -AC_INIT(["rc-scripts"], [0.4.0.23], [pld-rc-scripts@pld-linux.org], [rc-scripts]) +AC_INIT(["rc-scripts"], [0.4.0.24], [pld-rc-scripts@pld-linux.org], [rc-scripts]) AM_INIT_AUTOMAKE ALL_LINGUAS="pl de"