aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog90
-rw-r--r--initscripts.spec14
2 files changed, 103 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b9081ce..b4e2d1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2006-10-27 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.46-1
+
+ * Makefile, rc.d/rc.sysinit, sysconfig/readonly-root:
+ more statetab updates (#211839, <markmc@redhat.com>)
+
+2006-10-26 Bill Nottingham <notting@redhat.com>
+
+ * src/rename_device.c:
+ use SUBCHANNELS as the primary key for s390 network devices (#204803)
+
+ * rc.d/init.d/functions, rc.d/rc.sysinit:
+ fix or_IN and similar locales (#212219)
+
+2006-10-25 Bill Nottingham <notting@redhat.com>
+
+ * Makefile, initscripts.spec: add sample statetab (#211839)
+
+2006-10-24 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ use /etc/statetab, /etc/statetab.d for local state (#211839,
+ <markmc@redhat.com>)
+
+2006-10-19 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-eth:
+ just enslave once. seems to work now
+
+2006-10-18 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown-eth, sysconfig/network-scripts/ifup-eth, sysconfig/network-scripts/network-functions:
+ use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
+
+ * lang.csh, lang.sh: blacklist CJKI on the virtual console (#120819)
+
+ * rc.d/rc.sysinit: use dmraid.static (#211297)
+
+2006-10-16 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec:
+ if we back out early login, need to sed inittab back
+
+2006-10-16 Ani Peter <apeter@redhat.com>
+
+ * po/ml.po: Updated Malayalam file
+
+2006-10-15 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2006-10-12 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, inittab, inittab.s390, prefdm, rc.d/rc.sysinit:
+ revert early-login support (#210836, essentially)
+
+2006-10-12 isoiso <isoiso@one-design.jp>
+
+ * po/ja.po: translate finished
+
+2006-10-11 Peter Jones <pjones@redhat.com>
+
+ * rc.d/rc.sysinit:
+ - Handle "nodmraid" and "nompath" command line options (#209377)
+
+2006-10-11 Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
+
+ * po/fi.po: Updated Finnish translation
+
+2006-10-10 Michael Smith <mhideo@redhat.com>
+
+ * po/zh_CN.po: automerge Simplified Chinese
+
+2006-10-09 Keld Simonsen <keld@rap.rap.dk>
+
+ * po/da.po: updates -done
+ initscripts/da.po
+
+ * po/da.po: updates
+ initscripts/da.po
+
+2006-10-09 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec: 8.45.1-1
+
+2006-10-07 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-eth: restorecon on moved lease file
+
2006-10-06 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.45-1
diff --git a/initscripts.spec b/initscripts.spec
index a45fc680..34942b0b 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.45
+Version: 8.46
License: GPL
Group: System Environment/Base
Release: 1
@@ -200,6 +200,18 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Oct 27 2006 Bill Nottingham <notting@redhat.com> 8.46-1
+- ifup-eth: restorecon on moved lease file
+- rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, <pjones@redhat.com>)
+- revert early-login support (#210836, essentially)
+- blacklist CJKI on the virtual console (#120819)
+- rc.sysinit: use dmraid.static (#211297)
+- use sysfs interface for bonding (#202443, <agospoda@redhat.com>)
+- use /etc/statetab, /etc/statetab.d for local state (#211839, <markmc@redhat.com>)
+- fix or_IN and similar locales (#212219)
+- use SUBCHANNELS as the primary key for s390 network devices (#204803)
+- translation updates
+
* Fri Oct 6 2006 Bill Nottingham <notting@redhat.com> 8.45-1
- lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU
(reverts: #186961; fixes #209469)