aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-08-08 19:45:58 +0000
committerBill Nottingham <notting@redhat.com>2003-08-08 19:45:58 +0000
commit901018dd876e305d05c205415175ab630729dde4 (patch)
tree5e52845e7cbb76ba4522925338eacb1550f5531e
parent13239ac9de9884478e9aad60ba6058262bd2e897 (diff)
downloadinitscripts-901018dd876e305d05c205415175ab630729dde4.tar
initscripts-901018dd876e305d05c205415175ab630729dde4.tar.gz
initscripts-901018dd876e305d05c205415175ab630729dde4.tar.bz2
initscripts-901018dd876e305d05c205415175ab630729dde4.tar.xz
initscripts-901018dd876e305d05c205415175ab630729dde4.zip
7.29-1r7-29
-rw-r--r--ChangeLog58
-rw-r--r--initscripts.spec8
2 files changed, 64 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b7f70d..610ff860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2003-08-08 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 7.29-1
+
+ * setsysfont:
+ don't echo to /dev/console (#102004)
+
+ * src/mkkerneldoth: support kernel-hugemem
+
+ * sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions:
+ fix ethernet device renaming deadlock (yay recursion!) (#101566)
+
+2003-08-05 Andreas Mueller <andreas@andreas-mueller.com>
+
+ * po/de.po:
+ some fixes to improve readability
+
+2003-08-05 Bill Nottingham <notting@redhat.com>
+
+ * src/consoletype.c:
+ don't return 'vt' on vioconsole (#90465)
+
+2003-08-01 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup:
+ fix short-circuit (#101445)
+
+2003-07-21 Nilgün Belma Bugüner <nilgun@technologist.com>
+
+ * po/tr.po: update
+
+2003-07-19 Nalin Dahyabhai <nalin@redhat.com>
+
+ * initscripts.spec, sysconfig/network-scripts/ifup-routes:
+ - ifup-routes: pass the interface name to handle_file() so that we don't try
+ to use the routes file's name as an interface name
+
+2003-07-18 Audrey Simons <asimons@redhat.com>
+
+ * po/fr.po: Software &nbsp removed
+
+2003-07-17 Peter van Egdom <p.van.egdom@chello.nl>
+
+ * po/nl.po:
+ spelling-, translation- and typo-fixes in initscript nl.po
+
+2003-07-13 Roman Maurer <roman.maurer@amis.net>
+
+ * po/sl.po: converted to UTF-8
+
+2003-07-11 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec:
+ don't require /etc/redhat-release. silly tree build processes.
+
2003-07-09 Bill Nottingham <notting@redhat.com>
* ChangeLog, initscripts.spec:
@@ -2109,7 +2165,7 @@
fix bug in channel bundling if MSN is missed
support DEBUG option
-2001-09-21 romanm <romanm@redhat.com>
+2001-09-21 Roman Maurer <roman.maurer@amis.net>
* po/sl.po: partially translated
diff --git a/initscripts.spec b/initscripts.spec
index 80848143..a7de3485 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.28
+Version: 7.29
License: GPL
Group: System Environment/Base
Release: 1
@@ -247,6 +247,12 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 7.29-1
+- setsysfont: don't echo to /dev/console (#102004)
+- fix ethernet device renaming deadlock (#101566)
+- consoletype: don't return 'vt' on vioconsole (#90465)
+- ifup: fix short-circuit (#101445)
+
* Fri Jul 18 2003 Nalin Dahyabhai <nalin@redhat.com>
- ifup-routes: pass the interface name to handle_file() so that we don't try
to use the routes file's name as an interface name