aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-10-04 22:03:29 +0000
committerBill Nottingham <notting@redhat.com>2006-10-04 22:03:29 +0000
commit92f7a1904811d41dee7159545b912e9e927a9d75 (patch)
treefab31e9d4d5e9bf2fd7aff297d0ffb9b95d75000
parentd810b7d3c175640895850344eeb30e928b673427 (diff)
downloadinitscripts-92f7a1904811d41dee7159545b912e9e927a9d75.tar
initscripts-92f7a1904811d41dee7159545b912e9e927a9d75.tar.gz
initscripts-92f7a1904811d41dee7159545b912e9e927a9d75.tar.bz2
initscripts-92f7a1904811d41dee7159545b912e9e927a9d75.tar.xz
initscripts-92f7a1904811d41dee7159545b912e9e927a9d75.zip
8.44-1
-rw-r--r--ChangeLog58
-rw-r--r--initscripts.spec12
2 files changed, 69 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a436c9e..340c0618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2006-10-04 Bill Nottingham <notting@redhat.com>
+
+ * 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-03 Bill Nottingham <notting@redhat.com>
+
+ * rwtab: fix iscsi take 2 (#208864)
+
+2006-10-03 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: Minor changes
+
+2006-10-02 Dimitris Glezos <dimitris@glezos.com>
+
+ * po/el.po: minor changes
+
+2006-10-02 Bill Nottingham <notting@redhat.com>
+
+ * rwtab: change iscsi paths (#208864)
+
+2006-10-01 Keld Simonsen <keld@rap.rap.dk>
+
+ * po/da.po: updates
+ firstboot/da.po initscripts/da.po system-config-services/da.po
+ system-config-soundcard/da.po system-config-lvm/po/da.po
+
+2006-09-29 Bill Nottingham <notting@redhat.com>
+
+ * setsysfont: stop unicode if they have a non-utf8 locale
+
+2006-09-29 Amitakhya Phukan <aphukan@redhat.com>
+
+ * po/as.po: initscripts for translation
+
+2006-09-28 Dimitris Michelinakis <dimitris@michelinakis.gr>
+
+ * po/el.po: More updates for Greek translation
+
+2006-09-28 Dimitris Glezos <dimitris@glezos.com>
+
+ * po/el.po: QA changes
+
+2006-09-28 Subhransu Behera <sbehera@redhat.com>
+
+ * po/or.po: Updated Oriya Translation
+
2006-09-27 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.43-1
diff --git a/initscripts.spec b/initscripts.spec
index def3b802..0f33613e 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.43
+Version: 8.44
License: GPL
Group: System Environment/Base
Release: 1
@@ -199,6 +199,16 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* 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)
+- setsysfont: run unicode_stop if in non-unicode locale
+- lang.csh/lang.sh: set iutf8 if appropriate (#186961)
+- lang.csh/lang.sh: handle non-utf8 locales correctly (#200100)
+- rc.sysinit: redirect stderr from setsysfont (#209204, indirectly)
+- rwtab: fix iscsi file location (#208864)
+- translation updates: el, da, as, or
+
* Wed Sep 27 2006 Bill Nottingham <notting@redhat.com> 8.43-1
- move ccwgroup initialization to a udev rule (should fix #199139,
#199655, #169161)