aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog108
-rw-r--r--initscripts.spec15
2 files changed, 122 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 417e278c..c1b1cee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2005-03-07 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.05-1
+
+2005-03-03 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/network-functions-ipv6:
+ ipv6 cleanups (<pb@bieringer.de>)
+
+2005-03-02 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: don't run rngd, it's broken
+
+ * rc.d/rc.sysinit: fix check (#130350)
+
+2005-02-28 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit: get rid of duplicate printout (#149795)
+
+2005-02-21 Chester Cheng <ccheng@redhat.com>
+
+ * po/zh_TW.po: *** empty log message ***
+
+2005-02-19 Piotr DrÄg <raven@pmail.pl>
+
+ * po/pl.po: Poprawione literowki
+
+2005-02-18 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown-ipsec:
+ more ipsec stuff (#147001, <ckjohnson@gwi.net>)
+
+2005-02-17 Sarah Wang <sarahs@redhat.com>
+
+ * po/bn.po, po/gu.po, po/hi.po, po/ta.po, po/bg.po, po/ar.po, po/es.po, po/pt_BR.po, po/mk.po, po/ko.po, po/fr.po, po/zh_TW.po:
+ merged with pot file
+
+2005-02-16 Sarah Wang <sarahs@redhat.com>
+
+ * po/it.po: merged with pot file
+
+2005-02-16 Lauri Nurmi <lanurmi@iki.fi>
+
+ * po/fi.po: Updated Finnish translation.
+
+2005-02-16 Sarah Wang <sarahs@redhat.com>
+
+ * po/pa.po: merged with pot file
+
+2005-02-14 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-eth:
+ dhcp release cleanups (<jvdias@redhat.com>)
+
+2005-02-13 Lauri Nurmi <lanurmi@iki.fi>
+
+ * po/fi.po: Updated Finnish translation.
+
+2005-02-11 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-bnep:
+ bluetooth update <dwmw2@infradead.org>
+
+2005-02-10 Lauri Nurmi <lanurmi@iki.fi>
+
+ * po/fi.po: Updated Finnish translation.
+
+2005-02-09 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/netfs:
+ fix _netdev unmounting (#147610, <alewis@redhat.com>)
+
+2005-02-07 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-eth:
+ handle being called on down devices better
+
+2005-02-07 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2005-02-05 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2005-02-01 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifdown-post:
+ handle saved resolv.conf on all device types
+
+ * sysconfig/network-scripts/network-functions: unbreak the "cleanup"
+
+2005-01-29 Piotr DrÄg <raven@pmail.pl>
+
+ * po/pl.po: Poprawione literówki i różne błędy językowe
+
+2005-01-29 Andrew Martynov <andrewm@inventa.ru>
+
+ * po/ru.po: Committed patches for bugs founded by Maxim Dziumanenko.
+
+2005-01-28 Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2005-01-27 Maxim Dziumanenko <mvd@mylinux.com.ua>
+
+ * Update Ukrainian translation
+
2005-01-19 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.04-1
diff --git a/initscripts.spec b/initscripts.spec
index 4574dbbb..bdbc9df5 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.04
+Version: 8.05
License: GPL
Group: System Environment/Base
Release: 1
@@ -207,6 +207,19 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Mar 7 2005 Bill Nottingham <notting@redhat.com> 8.05-1
+- ipv6 cleanups (<pb@bieringer.de>)
+- rc.sysinit: fix rngd check (#130350)
+ ... then turn it off entirely
+- rc.sysinit: get rid of duplicate date printout (#149795)
+- ifdown: handle being called on down devices better
+- handle saved resolv.conf on all device types
+- fix network-functions cleanup
+- netfs: fix _netdev unmounting (#147610, <alewis@redhat.com>)
+- dhcp release cleanups (<jvdias@redhat.com>)
+- ifup-bnep: bluetooth update <dwmw2@infradead.org>
+- more ipsec stuff (#147001, <ckjohnson@gwi.net>)
+
* Wed Jan 19 2005 Bill Nottingham <notting@redhat.com> 8.04-1
- split out ifup/ifdown general case to ifup/ifdown-eth;
add ifup/ifdown-bnep (<dwmw2@redhat.com>)