aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-10 15:58:39 +0000
committerBill Nottingham <notting@redhat.com>2001-08-10 15:58:39 +0000
commitb91d00f2c9cee75164b3089df1ef155f543f35f7 (patch)
tree2d749fcfc7286c008af4a3dc9ed9e0ad22861944
parent8fc6ffc2ae258a35fa632faa199ed3001e2c09a5 (diff)
downloadinitscripts-r6-15.tar
initscripts-r6-15.tar.gz
initscripts-r6-15.tar.bz2
initscripts-r6-15.tar.xz
initscripts-r6-15.zip
6.15-1r6-15
-rw-r--r--ChangeLog24
-rw-r--r--initscripts.spec5
2 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c303d209..93309573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2001-08-10 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.15-1
+
+ * lang.csh, lang.sh:
+ allow GDM_LANG to override system settings (#51432)
+
+2001-08-10 Federico Musto <federico@redhat.com>
+
+ * po/de.po, po/es.po, po/fr.po, po/it.po:
+ initscripts
+
+2001-08-10 Kjartan Maraas <kmaraas@gnome.org>
+
+ * po/no.po: Update
+
+2001-08-10 David Joo <djoo@redhat.com>
+
+ * po/ko.po: Fix merge corruption
+
+ * po/ko.po:
+ Errors Has been changed...
+ David Joo-
+
2001-08-10 Than Ngo <than@redhat.com>
* sysconfig/network-scripts/ifup-ippp
don't set MSN if it' empty (it's now optional)
diff --git a/initscripts.spec b/initscripts.spec
index 7baa2a81..ed529582 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.14
+Version: 6.15
License: GPL
Group: System Environment/Base
Release: 1
@@ -238,6 +238,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
+- use GDM_LANG if it's set in lang.sh/lang.csh (#51432, <otaylor@redhat.com>)
+
* Fri Aug 10 2001 Than Ngo <than@redhat.com>
- don't set MSN if it' empty (it's now optional)
- don't give login name as a cmdline-option (Bug #23066)