diff options
author | Bill Nottingham <notting@redhat.com> | 2002-06-12 20:12:13 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-06-12 20:12:13 +0000 |
commit | 49d9f9d69fdd4c117e0e7559567149b589b7affc (patch) | |
tree | 5d9e66e3991259e7fc64a6ecf7cc59c92301e8d5 | |
parent | ed7c4a3d43087c4ff3e3a4db8c54458d52d8476b (diff) | |
download | initscripts-49d9f9d69fdd4c117e0e7559567149b589b7affc.tar initscripts-49d9f9d69fdd4c117e0e7559567149b589b7affc.tar.gz initscripts-49d9f9d69fdd4c117e0e7559567149b589b7affc.tar.bz2 initscripts-49d9f9d69fdd4c117e0e7559567149b589b7affc.tar.xz initscripts-49d9f9d69fdd4c117e0e7559567149b589b7affc.zip |
6.78-1r6-78
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2002-06-12 Bill Nottingham <notting@redhat.com> + + * initscripts.spec, ChangeLog: + 6.78-1 + + * lang.csh, lang.sh, setsysfont: + fix UTF-8 checks + +2002-06-05 Than Ngo <than@redhat.com> + + * initscripts.spec, sysconfig/network-scripts/ifup-ippp: + * fixed a bug in setting defaultgateway + 2002-05-31 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: diff --git a/initscripts.spec b/initscripts.spec index a892c434..aeac93c1 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.77 +Version: 6.78 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 6.78-1 +- fix UTF-8 checks + * Wed Jun 05 2002 Than Ngo <than@redhat.com> 6.77-1 - fixed a bug in setting defaultgateway |