aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog45
-rw-r--r--initscripts.spec10
2 files changed, 54 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 249378e7..6a436c9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2006-09-27 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.43-1
+
+ * initscripts.spec, src/Makefile, src/ccw_init, sysconfig/network-scripts/ifup-ctc, sysconfig/network-scripts/network-functions, udev/rules.d/55-ccw.rules:
+ move ccwgroup initialization to a udev rule (#199139, #199655, #169161)
+
+ * rc.d/init.d/functions: don't write to gdmfifo
+
+ * setsysfont: remove old consolechars code
+
+ * sysconfig.txt: clarify font options (#206106)
+
+ * rc.d/rc.sysinit: Also check for localhost.localdomain when resetting
+ the hostname for stateless clients.
+ Remove explicit mount of $STATE_MOUNT/.files.
+ Copy the puppet CA's certificate from the r/o image into $STATE_MOUNT.
+ (#206331, <law@redhat.com>)
+
+2006-09-26 Dimitris Glezos <dimitris@glezos.com>
+
+ * po/el.po: Edited + some translations
+
+2006-09-24 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2006-09-24 Renato Pavicic <repavaci@globalnet.hr>
+
+ * po/hr.po: consistency check
+
+2006-09-23 Renato Pavicic <repavaci@globalnet.hr>
+
+ * po/hr.po: consistency check
+
+2006-09-22 Rok Papeďż <rok@rok.iprom.si>
+
+ * po/sl.po: Translations finished
+
+2006-09-21 Rok Papeďż <rok@rok.iprom.si>
+
+ * po/sl.po: More translations
+
+ * po/sl.po: Some updates, a lot missing
+
2006-09-21 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.42-1
diff --git a/initscripts.spec b/initscripts.spec
index b7efe818..def3b802 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.42
+Version: 8.43
License: GPL
Group: System Environment/Base
Release: 1
@@ -199,6 +199,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
+- move ccwgroup initialization to a udev rule (should fix #199139,
+ #199655, #169161)
+- init.d/functions: don't write to gdmfifo
+- remove unused-since-RHL-7 consolechars code, update docs (#206106)
+- stateless updates (#206331, <law@redhat.com>)
+- translation updates (el, ms, hr, sl)
+
* Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> 8.42-1
- run rc.sysinit, /etc/rc in monitor mode (part of #184340)
- use a better check for 'native' services (#190989, #110761, adapted