aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-10-06 18:06:54 +0000
committerBill Nottingham <notting@redhat.com>2006-10-06 18:06:54 +0000
commitd57bd3ef4beb0f2697d9407af9eadaa388f6fa2c (patch)
treeca50e6aa09c3707f4a10ace85d23687240d5a123
parent2b3d8c98c1ac5dd5c5aeecfd02298e0c7355734f (diff)
downloadinitscripts-d57bd3ef4beb0f2697d9407af9eadaa388f6fa2c.tar
initscripts-d57bd3ef4beb0f2697d9407af9eadaa388f6fa2c.tar.gz
initscripts-d57bd3ef4beb0f2697d9407af9eadaa388f6fa2c.tar.bz2
initscripts-d57bd3ef4beb0f2697d9407af9eadaa388f6fa2c.tar.xz
initscripts-d57bd3ef4beb0f2697d9407af9eadaa388f6fa2c.zip
8.45-1
-rw-r--r--ChangeLog27
-rw-r--r--initscripts.spec7
2 files changed, 33 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0218fd21..2ee0f63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2006-10-06 Bill Nottingham <notting@redhat.com>
+
+ * lang.csh, lang.sh:
+ remove stty calls. Too much fun with SIGTTOU (#209469)
+
+2006-10-06 arclynx <arclynx@redhat.com>
+
+ * po/ms.po: Updated Malay translation
+
+2006-10-04 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec, rc.d/rc.sysinit: fix mismerge
+
+ * ChangeLog, initscripts.spec: 8.44-1
+
+ * rc.d/rc.sysinit, sysconfig/readonly-root:
+ set keymap correctly in non-UTF8 locale (#167363)
+ separate tmpfs-usage for stateless from readonly-root (requested by
+ OLPC)
+
+ * setsysfont: invoke unicode_stop correctly
+
+ * lang.csh, lang.sh: set iutf8 if appropriate (#186961)
+ handle non-utf8 locales correctly (#200100)
+
+ * rc.d/rc.sysinit: redirect stderr (#209204)
+
2006-10-04 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.44-1
diff --git a/initscripts.spec b/initscripts.spec
index 4d507bfd..2e27492d 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.44
+Version: 8.45
License: GPL
Group: System Environment/Base
Release: 1
@@ -199,6 +199,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* 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)
+- translation updates: ms
+
* Wed Oct 4 2006 Bill Nottingham <notting@redhat.com> 8.44-1
- separate tmpfs-usage for state from readonly-root
- set keymap correctly in non-utf8 locale (#167363)