aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-10-01 17:51:55 +0000
committerBill Nottingham <notting@redhat.com>2003-10-01 17:51:55 +0000
commit2fdec72581107eed97e1e907115bc33238d423a9 (patch)
tree97ac1162779354a6f158d27aff2be169b0d2da9b
parent133fd75da624ab2d9d94097502b0c068785b2651 (diff)
downloadinitscripts-2fdec72581107eed97e1e907115bc33238d423a9.tar
initscripts-2fdec72581107eed97e1e907115bc33238d423a9.tar.gz
initscripts-2fdec72581107eed97e1e907115bc33238d423a9.tar.bz2
initscripts-2fdec72581107eed97e1e907115bc33238d423a9.tar.xz
initscripts-2fdec72581107eed97e1e907115bc33238d423a9.zip
7.35-1r7-35
-rw-r--r--ChangeLog56
-rw-r--r--initscripts.spec8
2 files changed, 59 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f348284e..7b122061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,54 @@
-2003-09-15 Than Ngo <than@redhat.com>
+2003-10-01 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 7.35-1
+
+2003-09-28 Roman Maurer <roman.maurer@amis.net>
+
+ * po/sl.po: more translations
+
+2003-09-28 Denis Lackovic <delacko@linux.hr>
+
+ * po/hr.po: minor translation fix
+
+2003-09-26 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-ipsec, sysconfig.txt:
+ fix typo
+
+2003-09-26 Denis Lackovic <delacko@linux.hr>
+
+ * po/hr.po: new translations update
+
+2003-09-22 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ load acpi modules on startup
+
+2003-09-21 Nguyen Thai Ngoc Duy <pclouds@users.sourceforge.net>
+
+ * po/vi.po: update vi.po
+
+2003-09-17 Denis Lackovic <delacko@linux.hr>
+
+ * po/hr.po: fix
+
+2003-09-16 Bill Nottingham <notting@redhat.com>
+
+ * src/consoletype.c, src/doexec.c, src/initlog.c, src/minilogd.c, src/netreport.c, src/ppp-watch.c, src/process.c, src/usernetctl.c, src/usleep.c:
+ copyright cleanup
+
+2003-09-16 Pedro Morais <pmmm@rnl.ist.utl.pt>
+
+ * po/pt.po: updates
+
+2003-09-15 Denis Lackovic <delacko@linux.hr>
+
+ * po/hr.po:
+ initial croatian translation import
+
+2003-09-15 Than Ngo <than@redhat.com>
+
* Changelog, initscripts.spec:
7.34-1
@@ -438,11 +488,11 @@
* sysconfig/network-scripts/ifup-post:
fix DNS punching in the case of other rules for the DNS server (#97686, <martin@zepler.org>)
-2003-06-18 pclouds <pclouds@redhat.com>
+2003-06-18 Nguyen Thai Ngoc Duy <pclouds@users.sourceforge.net>
* po/vi.po: add vi.po
-2003-06-18 morais <morais@redhat.com>
+2003-06-18 Pedro Morais <pmmm@rnl.ist.utl.pt>
* po/pt.po: consistency fixes
diff --git a/initscripts.spec b/initscripts.spec
index b8fc8f61..e6531313 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.34
+Version: 7.35
License: GPL
Group: System Environment/Base
Release: 1
@@ -249,10 +249,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Oct 1 2003 Bill Nottingham <notting@redhat.com> 7.35-1
+- load acpi modules on startup if necessary
+- fix typo in ipsec comments & sysconfig.txt
+
* Mon Sep 15 2003 Than Ngo <than@redhat.com> 7.34-1
- use upsdrvctl to start the shutdown process
-* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com. 7.33-1
+* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 7.33-1
- ipsec fixes (#104227, <harald@redhat.com>)
- ppp fixes (#104128, #97845, #85447)