aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-07-27 15:41:02 +0000
committerBill Nottingham <notting@redhat.com>2007-07-27 15:41:02 +0000
commita6d6ca944e7d1b2828a4c2f3509c7684a25d4905 (patch)
tree4e2f0d7540c6696dad0032dd2c472d74b7f1f673
parent704f5aeab9bbaf978c403171eef728c4f95d5b85 (diff)
downloadinitscripts-r8-55.tar
initscripts-r8-55.tar.gz
initscripts-r8-55.tar.bz2
initscripts-r8-55.tar.xz
initscripts-r8-55.zip
8.55-1r8-55
-rw-r--r--ChangeLog103
-rw-r--r--initscripts.spec10
2 files changed, 108 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c71c034..5f5c51b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,103 @@
+2007-07-27 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.55-1
+
+2007-07-27 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2007-07-27 Bill Nottingham <notting@redhat.com>
+
+ * Makefile, initscripts.spec, networks: add /etc/networks (#239602)
+
+2007-07-20 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ move quotacheck to after filesystem mounting so it actually works (#249003, <tometzky@batory.org.pl>)
+ also, nuke the convertquota stuff that has been obsolete (and not working) for quite some time
+
+ * rc.d/rc.sysinit: add gfs2 (#248985)
+
+2007-07-17 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
2007-07-17 Nils Philippsen <nphilipp@redhat.com>
- * rc.d/rc, rc.d/init.d/functions, initscripts.spec:
- avoid calling unicode_start unnecessarily often during startup/shutdown
- which causes certain monitor/video card combos to flicker heavily
- (#237839)
+
+ * rc.d/init.d/functions, ChangeLog, initscripts.spec, rc.d/rc:
+ avoid calling unicode_start unnecessarily often during startup/shutdown which causes certain monitor/video card combos to flicker heavily (#237839)
+
+2007-07-15 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2007-07-14 Arangel Angov <arangel@linux.net.mk>
+
+ * po/mk.po: Updated Macedonian Translation, <arangel@linux.net.mk>
+
+2007-07-14 znflint <znflint@126.com>
+
+ * po/zh_CN.po: *** empty log message ***
+
+2007-06-25 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, rc.d/init.d/netfs:
+ - netfs: check for rpcbind, not portmap (#245595)
+
+2007-06-24 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2007-06-22 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-eth:
+ set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
+
+2007-06-21 Felix Iyadurai <ifelix@redhat.com>
+
+ * po/ta.po: Linux-PAM modules ta translation updated
+
+2007-06-15 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2007-06-14 Ján Ondrej <ondrejj@salstar.sk>
+
+ * po/sk.po: Slovak updates
+
+2007-06-11 Alan Cox <alan@redhat.com>
+
+ * po/en_GB.po: Autotranslate/check
+
+ * po/cy.po: Unfuzz
+
+2007-06-10 Piotr Drąg <raven@pmail.pl>
+
+ * po/pl.po: Updated Polish Translation
+
+2007-06-05 Ani Peter <apeter@redhat.com>
+
+ * po/ml.po: Updated Malayalam file
+
+2007-05-31 Ján Ondrej <ondrejj@salstar.sk>
+
+ * po/sk.po: Slovak fixes and updates
+
+2007-05-31 Piotr Drąg <raven@pmail.pl>
+
+ * po/pl.po: Updated Polish translation
+
+2007-05-28 Ani Peter <apeter@redhat.com>
+
+ * po/ml.po: Updated Malayalam file
+
+2007-05-24 Ani Peter <apeter@redhat.com>
+
+ * po/ml.po: updated Malayalam file
+
+2007-05-18 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
2007-05-15 Bill Nottingham <notting@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index 79446f7b..dc6279f1 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.54
+Version: 8.55
License: GPL
Group: System Environment/Base
Release: 1
@@ -204,6 +204,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Jul 27 2007 Bill Nottingham <notting@redhat.com>
+- add /etc/networks (#239602)
+- rc.sysinit: fix quotacheck, remove obsolete convertquota (#249003, <tometzky@batory.org.pl>)
+- rc.sysinit: add gfs2 to the 'don't mount here' list (#248985)
+- netfs: check for rpcbind, not portmap (#245595)
+- ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
+- translation updates: cy, en_GB, mk, ml, ms, pl, sk, ta, zh_CN
+
* Tue Jul 17 2007 Nils Philippsen <nphilipp@redhat.com>
- avoid calling unicode_start unnecessarily often during startup/shutdown which
causes certain monitor/video card combos to flicker heavily (#237839)