aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-12-02 17:32:34 +0000
committerBill Nottingham <notting@redhat.com>2005-12-02 17:32:34 +0000
commit962accd81476ed3111d3d69473e375835e3b418f (patch)
treeaef3bffb5820215851b6d24f19184f1a645ec3e5
parent8806684a8fbb9804e418a64b3001bb7b3fad29aa (diff)
downloadinitscripts-962accd81476ed3111d3d69473e375835e3b418f.tar
initscripts-962accd81476ed3111d3d69473e375835e3b418f.tar.gz
initscripts-962accd81476ed3111d3d69473e375835e3b418f.tar.bz2
initscripts-962accd81476ed3111d3d69473e375835e3b418f.tar.xz
initscripts-962accd81476ed3111d3d69473e375835e3b418f.zip
updater8-18
-rw-r--r--ChangeLog45
-rw-r--r--initscripts.spec5
2 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc7e86b..3e626d64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2005-12-02 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 8.18-1
+
+2005-12-02 José Nuno Coelho Sanarra Pires <jncp+fedora@netcabo.pt>
+
+ * po/pt.po: Removed most of the 'not-real' spelling errors
+
+2005-11-28 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, sysconfig/network-scripts/ifdown-eth, sysconfig/network-scripts/ifup-eth:
+ use new dhclient file paths, add appropriate conflict (#169164)
+
+2005-11-14 Piotr Drąg <raven@pmail.pl>
+
+ * po/pl.po: Updates and improvments
+
+2005-11-11 Miloš Komarčević <kmilos@gmail.com>
+
+ * po/sr.po: *** empty log message ***
+
+2005-10-31 Teguh DC <dheche@bradjamoesti.or.id>
+
+ * po/id.po: finished
+
+ * po/id.po: 102 line left
+
+ * po/id.po: fixing all fuzzy entries
+
+2005-10-27 Bill Nottingham <notting@redhat.com>
+
+ * src/initlog.c: fix use-after-free (#171198)
+
+2005-10-24 Miloš Komarčević <kmilos@gmail.com>
+
+ * po/sr.po: *** empty log message ***
+
+2005-10-21 Piotr Drąg <raven@pmail.pl>
+
+ * po/pl.po: Update and another improvements
+
+2005-10-10 Sarah Wang <sarahs@redhat.com>
+
+ * po/hy.po: initial files
+
2005-10-05 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec: 8.17-1
diff --git a/initscripts.spec b/initscripts.spec
index e95bea3a..ff1923d9 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.17
+Version: 8.18
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Dec 2 2005 Bill Nottingham <notting@redhat.com> 8.18-1
+- use new dhclient file paths, add appropriate conflict (#169164)
+
* Wed Oct 5 2005 Bill Nottingham <notting@redhat.com> 8.17-1
- make sure corefile limiting works for user processes as well
(#166511, <ville.skytta@iki.fi>)