aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-16 03:25:42 +0000
committerBill Nottingham <notting@redhat.com>2003-01-16 03:25:42 +0000
commit1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650 (patch)
tree7a2a00ea95e375ec4f013651c1e1c1e291d771a6
parenta824a0115036bbb0285c0121b8499863e9611bde (diff)
downloadinitscripts-1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650.tar
initscripts-1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650.tar.gz
initscripts-1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650.tar.bz2
initscripts-1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650.tar.xz
initscripts-1d0a81d5da6b2bb4e6963fed68c559c1bbd5e650.zip
7.04-1r7-04
-rw-r--r--ChangeLog31
-rw-r--r--initscripts.spec7
2 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c6453eb..2c0080fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-16 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 7.04-1
+
+ * rc.d/rc.sysinit: fix some translations
+
2003-01-15 Nalin Dahyabhai <nalin@redhat.com>
* rc.d/rc.sysinit:
@@ -6,6 +12,31 @@
on systems where 'mingetty /dev/ttyFOO --noclear' is in
use (like mine)
+2003-01-15 Leon Kanter <leon@geon.donetsk.ua>
+
+ * po/ru.po: update, check spelling
+
+2003-01-15 Audrey Simons <asimons@redhat.com>
+
+ * po/fr.po: Updated latest changes
+
+2003-01-15 Hung-Pin Wu <hpwu@redhat.com>
+
+ * po/zh_TW.po: Updated.
+
+2003-01-15 Olympia Ammendola
+
+ * po/it.po: minor modifications
+
+2003-01-15 Sarah Smith <sarahs@redhat.com>
+
+ * po/zh_CN.po: updated
+
+2003-01-15 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup:
+ tweak wording
+
2003-01-14 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 7.03-1
diff --git a/initscripts.spec b/initscripts.spec
index 65bdbe8f..21b26017 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 7.03
+Version: 7.04
License: GPL
Group: System Environment/Base
Release: 1
@@ -246,6 +246,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jan 15 2003 Bill Nottingham <notting@redhat.com> 7.04-1
+- tweak some translatable strings
+- fix for rc.sysinit on machines that pass arguments to mingetty
+ (<nalin@redhat.com>)
+
* Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 7.03-1
- move system font setting sooner (<milan.kerslager@pslib.cz>)
- fix link checking for dhcp, use both ethtool and mii-tool