diff options
-rw-r--r-- | ChangeLog | 58 | ||||
-rw-r--r-- | initscripts.spec | 8 |
2 files changed, 64 insertions, 2 deletions
@@ -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   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 |